use pnpm
This commit is contained in:
parent
75c414a7de
commit
1369a35065
5 changed files with 2212 additions and 361 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
node_modules
|
||||
package-lock.json
|
||||
node_modules
|
|
@ -4,6 +4,10 @@
|
|||
"description": "dashboard",
|
||||
"main": "index.js",
|
||||
"typings": ".d.ts",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"assistants-safe-storage": "^1.0.0",
|
||||
"body-parser": "^1.20.0",
|
||||
|
@ -22,9 +26,6 @@
|
|||
"quick.db": "^7.1.3",
|
||||
"socket.io": "^4.5.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.23.0",
|
||||
"prettier": "2.7.1"
|
||||
|
|
1805
pnpm-lock.yaml
Normal file
1805
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -13,6 +13,7 @@
|
|||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"test": "echo \"Error: no test specified\""
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue