forked from instedd/active-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.93 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
53
54
55
56
57
58
59
60
61
62
63
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "webpack -p --devtool source-map",
"watch": "webpack --watch --progress --color",
"lint": "eslint --ext .jsx,.js web/static/js/ test/js",
"format": "eslint --ext .jsx,.js --fix web/static/js/ test/js"
},
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"iso-639-3": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-dropzone": "^3.13.2",
"react-md": "^1.0.14",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-vis": "^1.7.1",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.5.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1",
"eslint_d": "^4.2.5",
"extract-text-webpack-plugin": "^2.1.0",
"flow-babel-webpack-plugin": "^1.0.1",
"flow-bin": "^0.47.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}