forked from ArcBlock/abtnode-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.11 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
{
"private": true,
"name": "abtnode-docs",
"version": "0.0.14",
"description": "ABT Node Documentation",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "gatsby develop",
"build": "NODE_ENV=production GATSBY_APP_DOMAIN=docs.arcblock.io gatsby build",
"deploy": "gh-pages -d public",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArcBlock/abtnode-docs.git"
},
"keywords": [],
"author": "wangshijun <[email protected]> (http://github.com/wangshijun)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArcBlock/abtnode-docs-power-user/issues"
},
"homepage": "https://github.com/ArcBlock/abtnode-docs-power-user#readme",
"dependencies": {
"@arcblock/gatsby-theme-docs": "^7.28.0",
"fs-extra": "^8.1.0",
"gatsby": "2.24.8",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gray-matter": "^4.0.2",
"hast-util-select": "^3.0.1",
"mdast-util-to-hast": "^6.0.2",
"remark": "^11.0.1",
"yaml": "^1.7.0"
},
"devDependencies": {
"gh-pages": "^2.1.1"
}
}