{ "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": "^2.0.2", "@sveltejs/kit": "^1.21.0", "svelte": "^4.0.1", "svelte-check": "^3.4.4", "svelte-preprocess": "^5.0.4", "tslib": "^2.6.0", "typescript": "^5.1.6", "vite": "^4.3.9" }, "type": "module" }