mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-07-13 13:41:00 +02:00
build: update to pnpm
This commit is contained in:
parent
128dd2dc93
commit
77e3223c47
16814
package-lock.json
generated
16814
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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
5453
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