-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 868 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "chi_scut_blog",
"version": "2.0.0",
"description": "一个静态的个人blog",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.14",
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@vuepress/plugin-register-components": "2.0.0-rc.21",
"@vuepress/utils": "2.0.0-rc.14",
"mathjax-full": "^3.2.2",
"mermaid": "^10.9.1",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-md-enhance": "2.0.0-rc.43",
"vuepress-theme-hope": "2.0.0-rc.38"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.9"
}
}