forked from xindaowei/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 797 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
{
"name": "docs",
"version": "0.0.0",
"private": true,
"description": "Documentation for KiviBot.",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve"
},
"keywords": [],
"author": "Viki <[email protected]> (https://github.com/vikiboss)",
"license": "MIT",
"repository": "KiviBotLab/docs",
"homepage": "https://github.com/KiviBotLab/docs#readme",
"bugs": {
"url": "https://github.com/KiviBotLab/docs/issues"
},
"dependencies": {
"less": "^4.1.3",
"spark-md5": "^3.0.2",
"vitepress": "1.0.0-alpha.33",
"vue": "^3.2.45"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"devDependencies": {
"@types/spark-md5": "^3.0.2"
}
}