-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 826 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 826 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
{
"name": "fengsheng-doc",
"version": "2.0.0",
"description": "风声文档",
"license": "GPL",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.28",
"@vuepress/plugin-slimsearch": "^2.0.0-rc.128",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"dotenv": "^17.4.1",
"element-plus": "^2.13.6",
"sass-embedded": "^1.99.0",
"vue": "^3.5.32",
"vue-chartjs": "^5.3.3",
"vue-router": "^5.0.4",
"vuepress": "^2.0.0-rc.28",
"vuepress-plugin-md-enhance": "^2.0.0-rc.106",
"vuepress-theme-hope": "^2.0.0-rc.106"
}
}