quartznet-info/package.json
Chris Dill 826f8f9f2c Update to use pnpm instead of npm (#7)
Reviewed-on: #7
Co-authored-by: chrisdill <chrisdude134@gmail.com>
Co-committed-by: chrisdill <chrisdude134@gmail.com>
2024-09-01 15:35:47 -04:00

24 lines
642 B
JSON

{
"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"
}