-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 867 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
{
"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.31",
"@vuepress/plugin-llms": "2.0.0-rc.132",
"@vuepress/plugin-slimsearch": "2.0.0-rc.131",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"dotenv": "^17.4.2",
"element-plus": "^2.14.4",
"sass-embedded": "^1.102.0",
"vue": "^3.5.41",
"vue-chartjs": "^5.3.4",
"vue-router": "^5.2.0",
"vuepress": "2.0.0-rc.31",
"vuepress-plugin-md-enhance": "2.0.0-rc.107",
"vuepress-theme-hope": "2.0.0-rc.107"
}
}