forked from celo-org/celo-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 859 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
{
"name": "docs",
"version": "1.0.0",
"description": "Package for Celo Documentation",
"dependencies": {
"gitbook-plugin-fontsettings": "^2.0.0",
"gitbook-plugin-highlight": "^2.0.3",
"gitbook-plugin-hints": "^1.0.2",
"gitbook-plugin-lunr": "^1.2.0",
"gitbook-plugin-page-ref": "0.0.6",
"gitbook-plugin-search": "^2.2.1",
"gitbook-plugin-sharing": "^1.0.2",
"gitbook-plugin-theme-default": "^1.0.7"
},
"devDependencies": {
"gitbook-cli": "^2.3.2",
"remark-cli": "^8.0.0",
"remark-validate-links": "^10.0.0"
},
"scripts": {
"build": "gitbook install && gitbook build",
"lint": "remark -qf -u validate-links --ignore-pattern developer-resources/contractkit/reference --ignore-pattern _book .",
"preview": "gitbook install && gitbook serve"
},
"author": "",
"license": "Apache-2.0"
}