build: switch to pnpm

This commit is contained in:
Anthony Berg 2024-02-03 23:06:14 +00:00
parent ab45f1f614
commit e201cc9fcd
3 changed files with 2777 additions and 5018 deletions

5018
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,10 +4,15 @@
"description": "A website for my own portfolio",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next",
"build": "next build",
"start": "next start"
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
},
"dependencies": {
"gray-matter": "^4.0.3",
"next": "latest",

2772
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff