forked from BytomDAO/bytom-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.5 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.5 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"scripts": {
"build:dll": "node ./bin/dependencies.js",
"postinstall": "npm run build:dll",
"build": "NODE_ENV=production webpack --config webpack/webpack.app.js",
"lint": "eslint \"src/**\"",
"start": "hjs-dev-server webpack/webpack.app.js --hot --host 0.0.0.0",
"generate-component": "babel-node bin/generate.js component"
},
"author": "Chain",
"license": "",
"browserslist": [
"> 1%",
"last 3 versions",
"Safari >= 8"
],
"dependencies": {
"btoa": "^1.1.2",
"fetch-ponyfill": "~3.0.2",
"uuid": "~2.0.2",
"babel-polyfill": "~6.16.0",
"bootstrap-sass": "~3.3.7",
"classnames": "~2.2.5",
"lodash": "~4.17.4",
"moment": "~2.14.1",
"moment-timezone": "~0.5.5",
"pluralize": "~3.0.0",
"prop-types": "^15.5.8",
"react": "~15.5.0",
"react-ace": "~3.5.0",
"react-autosuggest": "~6.0.4",
"react-bootstrap": "~0.30.3",
"react-dom": "~15.5.0",
"react-markdown": "^2.5.0",
"react-redux": "~4.4.5",
"react-router": "~2.6.0",
"react-router-redux": "~4.0.5",
"react-router-scroll": "~0.3.2",
"redux": "~3.5.2",
"redux-form": "~5.3.2",
"redux-thunk": "~2.1.0",
"reselect": "^3.0.0",
"sha.js": "^2.4.8"
},
"devDependencies": {
"autoprefixer": "~6.7.7",
"babel-cli": "~6.14.0",
"babel-core": "~6.11.4",
"babel-eslint": "~7.0.0",
"babel-loader": "~6.2.4",
"babel-plugin-transform-object-rest-spread": "~6.8.0",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "~6.5.0",
"babel-preset-react-hmre": "~1.1.1",
"babel-register": "~6.22.0",
"bootstrap-loader": "~1.0.10",
"chai": "~3.5.0",
"chai-as-promised": "~6.0.0",
"command-line-args": "~3.0.1",
"command-line-commands": "~1.0.4",
"css-loader": "0.14.5",
"eslint": "~3.7.0",
"eslint-plugin-react": "~6.4.0",
"file-loader": "~0.9.0",
"hjs-webpack": "~8.3.0",
"json-loader": "~0.5.4",
"mocha": "~2.2.0",
"nock": "~4.0.0",
"node-sass": "~3.8.0",
"postcss-loader": "~1.1.0",
"react-hot-loader": "~1.3.0",
"resolve-url-loader": "~1.6.0",
"sass-loader": "~4.0.0",
"sass-resources-loader": "~1.1.0",
"shelljs": "~0.7.4",
"style-loader": "~0.13.1",
"url-loader": "~0.5.7",
"wdio-browserstack-service": "~0.1.4",
"wdio-mocha-framework": "~0.5.8",
"wdio-selenium-standalone-service": "0.0.7",
"wdio-spec-reporter": "0.0.5",
"webdriverio": "~4.6.2"
}
}