-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.31 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "http_proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --progress --colors",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --port 3005",
"build": "npm run clean && cross-env NODE_ENV=\"production\" webpack",
"clean": "rm -rf ./build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^8.0.1",
"babel-jest": "^22.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.6.1",
"concurrently": "^3.4.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.4",
"enzyme": "^3.2.0",
"eslint": "^4.7.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.24.1",
"jest": "^22.0.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"postcss-loader": "^2.0.8",
"prepush": "^3.1.11",
"react": "^16.2.0",
"react-hot-loader": "^3.1.1",
"react-router-dom": "^4.2.2",
"react-svg-loader": "^1.1.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"svgo": "^1.0.0",
"svgo-loader": "^1.2.1",
"webpack": "^3.8.1",
"webpack-dashboard": "^1.0.0-5",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"http-string-parser": "0.0.5",
"lodash": "^4.17.2",
"material-ui": "^0.20.0",
"maxmind": "^2.1.0",
"mongodb": "^2.2.16",
"react-dom": "^16.2.0",
"react-json-tree": "^0.11.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2"
}
}