{ "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.1", "@sveltejs/kit": "^2.5.10", "svelte": "^4.2.17", "svelte-check": "^3.8.0", "svelte-preprocess": "^5.1.4", "tslib": "^2.6.2", "typescript": "^5.4.5", "vite": "^5.2.12" }, "type": "module" }