chore: use pnpm instead of npm (#2)
This commit is contained in:
parent
589d3343d8
commit
cc4f7efe84
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@
|
||||||
"lint": "umi lint --eslint-only",
|
"lint": "umi lint --eslint-only",
|
||||||
"prepare": "cd .. && husky web/.husky",
|
"prepare": "cd .. && husky web/.husky",
|
||||||
"setup": "umi setup",
|
"setup": "umi setup",
|
||||||
"start": "npm run dev",
|
"start": "pnpm run dev",
|
||||||
"test": "jest --no-cache --coverage"
|
"test": "jest --no-cache --coverage"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
@ -27,6 +27,7 @@
|
||||||
"@js-preview/excel": "^1.7.8",
|
"@js-preview/excel": "^1.7.8",
|
||||||
"@lexical/code": "^0.27.1",
|
"@lexical/code": "^0.27.1",
|
||||||
"@lexical/react": "^0.23.1",
|
"@lexical/react": "^0.23.1",
|
||||||
|
"@lexical/rich-text": "^0.29.0",
|
||||||
"@monaco-editor/react": "^4.6.0",
|
"@monaco-editor/react": "^4.6.0",
|
||||||
"@radix-ui/react-alert-dialog": "^1.1.4",
|
"@radix-ui/react-alert-dialog": "^1.1.4",
|
||||||
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
||||||
|
@ -144,6 +145,7 @@
|
||||||
"typescript": "^5.0.3",
|
"typescript": "^5.0.3",
|
||||||
"umi-plugin-icons": "^0.1.1"
|
"umi-plugin-icons": "^0.1.1"
|
||||||
},
|
},
|
||||||
|
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.20.4"
|
"node": ">=18.20.4"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue