{ "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.4", "@sveltejs/kit": "^2.5.25", "@sveltejs/vite-plugin-svelte": "^3.1.2", "svelte": "^4.2.19", "svelte-check": "^3.8.6", "svelte-preprocess": "^6.0.2", "tslib": "^2.7.0", "typescript": "^5.5.4", "vite": "^5.4.2" }, "type": "module" }