Files
quartznet-info/package.json
Chris Dill 709e133635
All checks were successful
Build / build (push) Successful in 36s
Update dependencies
2025-06-05 12:16:34 +01:00

25 lines
675 B
JSON

{
"name": "quartznet",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.21.2",
"@sveltejs/vite-plugin-svelte": "^5.1.0",
"@types/node": "^22.15.29",
"svelte": "^5.33.14",
"svelte-check": "^4.2.1",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"type": "module"
}