mirror of
https://github.com/smyalygames/anthonyberg-website.git
synced 2025-05-18 14:14:12 +02:00
build: switch to pnpm
This commit is contained in:
parent
ab45f1f614
commit
e201cc9fcd
5018
package-lock.json
generated
5018
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,15 @@
|
|||||||
"description": "A website for my own portfolio",
|
"description": "A website for my own portfolio",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"preinstall": "npx only-allow pnpm",
|
||||||
"dev": "next",
|
"dev": "next",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20",
|
||||||
|
"pnpm": ">=8"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
|
2772
pnpm-lock.yaml
generated
Normal file
2772
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user