Update deps
更新依赖并更新Readme中的开发指南
This commit is contained in:
parent
0c1933e2e3
commit
2b889be35b
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
## 开发
|
## 开发
|
||||||
1. 依赖环境
|
1. 依赖环境
|
||||||
- Node.js v18.19.0
|
- Node.js v20.11.0
|
||||||
- volta
|
- volta
|
||||||
1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/)
|
1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/)
|
||||||
```sh
|
```sh
|
||||||
volta install node@18
|
volta install node@20.11.0
|
||||||
```
|
```
|
||||||
2. 安装依赖
|
2. 安装依赖
|
||||||
```sh
|
```sh
|
||||||
|
976
package-lock.json
generated
976
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -11,16 +11,16 @@
|
|||||||
"docs:update-package": "npx vp-update"
|
"docs:update-package": "npx vp-update"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vuepress/bundler-vite": "^2.0.0-rc.7",
|
"@vuepress/bundler-vite": "2.0.0-rc.8",
|
||||||
"katex": "^0.16.9",
|
"katex": "^0.16.9",
|
||||||
"vue": "^3.4.17",
|
"vue": "^3.4.21",
|
||||||
"vuepress": "^2.0.0-rc.7",
|
"vuepress": "2.0.0-rc.8",
|
||||||
"vuepress-theme-hope": "2.0.0-rc.23"
|
"vuepress-theme-hope": "2.0.0-rc.31"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "20.11.0"
|
"node": "20.11.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vuepress-plugin-md-enhance": "^2.0.0-rc.23"
|
"vuepress-plugin-md-enhance": "2.0.0-rc.31"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user