{ "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.17.2", "@sveltejs/vite-plugin-svelte": "^5.0.3", "@types/node": "^22.13.4", "svelte": "^5.20.2", "svelte-check": "^4.1.4", "svelte-preprocess": "^6.0.3", "tslib": "^2.8.1", "typescript": "^5.7.3", "vite": "^6.1.1" }, "type": "module" }