quartznet-info/package.json
Chris Dill 816907b0ea
All checks were successful
Build / build (push) Successful in 18s
Update dependencies
2026-07-13 18:10:03 +01:00

24 lines
678 B
JSON

{
"name": "quartznet-info",
"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.10",
"@sveltejs/kit": "^2.69.2",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@types/node": "^26.1.1",
"svelte": "^5.56.4",
"svelte-check": "^4.7.2",
"svelte-preprocess": "^6.0.5",
"tslib": "^2.8.1",
"typescript": "^6.0.2",
"vite": "^8.1.4"
},
"type": "module"
}