-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1016 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
31
32
33
34
35
{
"name": "cs-guide",
"version": "1.0.0",
"description": "pc documents",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build docs --clean-cache",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs --port 8989",
"docs:update-package": "pnpm dlx vp-update",
"lint": "prettier --write docs"
},
"dependencies": {
"@vue/repl": "^4.7.2",
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/plugin-docsearch": "2.0.0-rc.130",
"@vuepress/plugin-prismjs": "2.0.0-rc.130",
"@vuepress/plugin-pwa": "2.0.0-rc.130",
"@vueuse/core": "^14.3.0",
"axios": "1.13.2",
"element-plus": "2.11.7",
"highlight.js": "^11.11.1",
"sass": "^1.100.0",
"sass-loader": "^16.0.8",
"vue": "^3.5.35",
"vue-router": "^5.1.0",
"vuepress": "2.0.0-rc.30",
"vuepress-shared": "2.0.0-rc.97",
"vuepress-theme-hope": "2.0.0-rc.107"
},
"devDependencies": {
"@types/node": "^24.13.0"
}
}