mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-08 14:35:23 +00:00
switch to use pnpm (#330)
Reviewed-on: https://gitea.com/gitea/docs/pulls/330 Co-authored-by: techknowlogick <techknowlogick@gitea.com> Co-committed-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
committed by
techknowlogick
parent
8a40822acd
commit
2fe3b3a114
@@ -18,12 +18,14 @@
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/faster": "^3.9.2",
|
||||
"@docusaurus/plugin-content-docs": "^3.9.2",
|
||||
"@docusaurus/preset-classic": "^3.9.2",
|
||||
"@easyops-cn/docusaurus-search-local": "^0.52.0",
|
||||
"@emotion/react": "^11.11.3",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"@mui/material": "^7.0.0",
|
||||
"clsx": "^2.1.1",
|
||||
"docusaurus-plugin-plausible": "^0.0.5",
|
||||
"prism-react-renderer": "^2.1.0",
|
||||
"react": "^19.0.0",
|
||||
@@ -48,5 +50,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.28.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user