build: update to pnpm

This commit is contained in:
Anthony Berg 2024-02-03 23:00:33 +00:00
parent 128dd2dc93
commit 77e3223c47
3 changed files with 5458 additions and 16814 deletions

16814
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,11 +3,16 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },
"engines": {
"node": ">=20",
"pnpm": ">=8"
},
"dependencies": { "dependencies": {
"@types/node": "20.8.9", "@types/node": "20.8.9",
"@types/react": "18.2.33", "@types/react": "18.2.33",

5453
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff