{ "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.22.2", "@sveltejs/vite-plugin-svelte": "^5.1.0", "@types/node": "^24.0.10", "svelte": "^5.35.2", "svelte-check": "^4.2.2", "svelte-preprocess": "^6.0.3", "tslib": "^2.8.1", "typescript": "^5.8.3", "vite": "^7.0.2" }, "type": "module" }