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>
This commit is contained in:
2024-09-01 15:35:47 -04:00
committed by rgebee
parent 0d1f83288d
commit 826f8f9f2c
5 changed files with 1319 additions and 2139 deletions

View File

@ -9,14 +9,15 @@
"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"
"@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"
}