forked from apache/atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1005 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
37
38
{
"name": "doc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./docz-lib/docz/bin/index.js dev",
"build": "node ./docz-lib/docz/bin/index.js build",
"predeploy": "npm install && npm run build",
"deploy": "gh-pages -d .docz/dist"
},
"author": "",
"license": "MIT",
"peerDependencies": {},
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-react": "7.0.0",
"axios": "0.19.0",
"babel-loader": "8.0.6",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-transform": "3.0.0",
"gh-pages": "2.0.1",
"react-github-btn": "1.0.5",
"react-syntax-highlighter": "11.0.1",
"reactstrap": "8.0.0",
"xml2js": "0.4.19"
},
"dependencies": {
"docz": "1.2.0",
"facepaint": "1.2.1",
"hash-source": "1.0.4",
"react-feather": "1.1.6",
"styled-components": "4.3.1",
"yargs": "14.0.0"
}
}