-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 780 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
{
"name": "bot3-docs",
"version": "1.0.0",
"main": "index.js",
"author": "Bot3AI",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.60",
"@vuepress/plugin-docsearch": "2.0.0-beta.60",
"markdownlint": "^0.28.1",
"markdownlint-cli": "^0.33.0",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.60",
"vuepress-theme-hope": "2.0.0-beta.146"
},
"dependencies": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}