chore: use pnpm instead of npm (#2)

This commit is contained in:
Silver Ling 2025-03-30 00:17:26 +08:00 committed by GitHub
parent 589d3343d8
commit cc4f7efe84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 22065 additions and 30997 deletions

30996
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
} }

22062
web/pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff