Files
coolify-examples/turbo-svelte/apps/docs/package.json

38 lines
1.0 KiB
JSON

{
"name": "docs",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check-types": "tsc --noEmit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"dependencies": {
"@repo/ui": "workspace:*"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.36.1",
"@sveltejs/vite-plugin-svelte": "^5.1.0",
"prettier": "^3.6.0",
"eslint": "^9.34.0",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.38.0",
"svelte-check": "^4.3.0",
"tslib": "^2.8.1",
"typescript": "5.9.2",
"vite": "^6.3.2",
"vitest": "^3.2.0"
}
}