{ "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.5", "@sveltejs/kit": "^2.7.2", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@types/node": "^22.7.7", "svelte": "^5.0.2", "svelte-check": "^4.0.5", "svelte-preprocess": "^6.0.3", "tslib": "^2.8.0", "typescript": "^5.6.3", "vite": "^5.4.9" }, "type": "module" }