-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1014 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
30
31
32
33
34
35
36
37
{
"name": "vite-vue-admin-docs",
"version": "1.0.0",
"private": true,
"author": "peng-xiao-shuai",
"license": "MIT",
"type": "module",
"repository": "https://github.com/peng-xiao-shuai/vite-vue-admin-dosc",
"scripts": {
"dev": "vitepress dev . --force",
"build": "vitepress build .",
"serve": "vitepress serve .",
"gitBuild": "vitepress build ."
},
"devDependencies": {
"@types/markdown-it": "^13.0.9",
"@types/markdown-it-container": "^2.0.10",
"@types/node": "^20.17.6",
"fs": "0.0.1-security",
"path": "^0.12.7",
"sass": "^1.81.0",
"vite": "^4.5.5",
"vitepress": "^1.5.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"el-plus-powerful-form": "1.0.15",
"el-plus-powerful-table": "2.2.16",
"element-plus": "^2.8.8",
"markdown-it": "^13.0.2",
"markdown-it-container": "^3.0.0",
"prism-theme-vars": "^0.2.5",
"prismjs": "^1.29.0",
"vue": "^3.5.13"
}
}