{ "name": "quartznet-info", "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.10", "@sveltejs/kit": "^2.69.2", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@types/node": "^26.1.1", "svelte": "^5.56.4", "svelte-check": "^4.7.2", "svelte-preprocess": "^6.0.5", "tslib": "^2.8.1", "typescript": "^6.0.2", "vite": "^8.1.4" }, "type": "module" }