This repository was archived by the owner on Nov 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.52 KB
/
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
40
41
42
43
44
{
"name": "emqx-docs-cn",
"version": "1.0.0",
"main": "index.js",
"license": "Apache 2.0",
"scripts": {
"init": "npx gitbook install",
"docs": "npx gitbook serve",
"docs-ee": "npx gitbook serve -e emqxee",
"make": "node _scripts/make.js",
"lint": "node _scripts/stylelint.js",
"html": "node _scripts/make.js && npx gitbook build && node _scripts/after_build.js",
"html-ee": "node _scripts/make.js -e emqxee && npx gitbook build -e emqxee && node _scripts/after_build.js"
},
"dependencies": {
"dateformat": "^3.0.3",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-anchor-navigation-ex": "^1.0.14",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-chapter-fold": "^0.0.4",
"gitbook-plugin-code": "^0.1.0",
"gitbook-plugin-cuav-chapters": "^1.0.3",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-emqx": "*",
"gitbook-plugin-expandable-chapters": "^0.2.0",
"gitbook-plugin-favicon-absolute": "^0.1.1",
"gitbook-plugin-github": "^3.0.0",
"gitbook-plugin-gittalk": "^0.0.8",
"gitbook-plugin-hints": "^1.0.2",
"gitbook-plugin-local-pagefooter": "^1.0.5",
"gitbook-plugin-page-toc": "^1.1.1",
"gitbook-plugin-prism": "^2.4.0",
"gitbook-plugin-scripts": "^1.0.2",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-simpletabs": "^0.1.1",
"gitbook-plugin-splitter": "^0.0.8",
"glob": "^7.1.6",
"lowdb": "^1.0.0",
"pangu": "^4.0.7",
"svgexport": "^0.4.0",
"syntax-highlighting": "^1.0.0",
"yargs": "^15.3.1"
}
}