-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 905 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 905 Bytes
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
30
{
"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.26",
"@vuepress/plugin-docsearch": "2.0.0-rc.114",
"@vuepress/plugin-google-analytics": "2.0.0-rc.114",
"@vuepress/plugin-register-components": "2.0.0-rc.114",
"@vuepress/utils": "2.0.0-rc.26",
"mathjax-full": "^3.2.2",
"mermaid": "^10.9.1",
"sass-embedded": "^1.89.2",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.26",
"vuepress-plugin-md-enhance": "2.0.0-rc.95",
"vuepress-theme-hope": "2.0.0-rc.95"
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26"
}
}