Files
tutortool/frontend/package.json

24 lines
611 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@typescript/native-preview": "^7.0.0-dev",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"tsgo": "latest",
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}