-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 949 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
{
"private": true,
"version": "1.0.0-alpha.32",
"name": "docs",
"description": "docs of VuePress",
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openbiox/openbiox-wiki.git"
},
"keywords": [
"documentation",
"vue",
"generator"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/openbiox/openbiox-wiki/issues"
},
"homepage": "https://openbiox.org/wiki",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.1",
"@vuepress/plugin-google-analytics": "^1.0.1",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.32",
"@vuepress/plugin-medium-zoom": "^1.0.1",
"@vuepress/plugin-notification": "^1.0.0-alpha.32",
"@vuepress/plugin-pwa": "^1.0.1",
"vuepress": "^1.0.1",
"vuepress-plugin-flowchart": "^1.4.2"
}
}