forked from dishait/vitepress-docs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 911 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
38
39
{
"version": "0.0.0",
"name": "vitepress-docs-starter",
"description": "vitepress 的文档模板",
"type": "module",
"keywords": [
"docs",
"unocss",
"starter",
"template",
"vitepress"
],
"author": {
"name": "markthree",
"email": "1801982702@qq.com",
"url": "https://github.com/markthree"
},
"license": "MIT",
"repository": "https://github.com/dishait/vitepress-docs-starter",
"bugs": {
"email": "1801982702@qq.com",
"url": "https://github.com/dishait/vitepress-docs-starter/issues"
},
"private": false,
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@vueuse/core": "^10.9.0",
"vitepress": "1.3.3",
"vue": "^3.4.26"
},
"dependencies": {
"vite-plugin-vitepress-auto-sidebar": "^1.7.0"
}
}