-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
45
46
47
48
49
50
51
52
{
"name": "dockerui",
"version": "1.0.0",
"description": "An application to maintain you docker more easily",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot "
},
"keywords": [
"Docker",
"ui"
],
"author": "mohanprasaths",
"license": "ISC",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"chart.js": "^1.1.1",
"docker-remote-api": "^4.4.1",
"file-system": "^2.2.1",
"fixed-data-table": "^0.6.3",
"fs": "0.0.1-security",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"randomcolor": "^0.4.4",
"rc-collapse": "^1.6.10",
"react": "^15.3.2",
"react-bootstrap": "^0.30.6",
"react-bootstrap-table": "^2.9.0",
"react-burger-menu": "^1.10.8",
"react-chartjs": "^0.8.0",
"react-chartjs-2": "^1.5.1",
"react-d3-basic": "^1.6.11",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"engines": {
"node": "0.10.33",
"npm": "2.1.35"
}
}