-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "ig-location-app",
"version": "0.1.0",
"dependencies": {
"antd": "^3.13.5",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"customize-cra": "^0.2.11",
"google-map-react": "^1.1.2",
"immutable": "^4.0.0-rc.12",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lodash.zipobject": "^4.1.3",
"luxon": "^1.11.4",
"react": "^16.8.2",
"react-app-rewired": "^2.1.0",
"react-dom": "^16.8.2",
"react-ga": "^2.5.7",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "NODE_PATH=src/ react-app-rewired start",
"build": "NODE_PATH=src/ react-app-rewired build",
"test": "NODE_PATH=src/ react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:5000",
"devDependencies": {
"redux-devtools-extension": "^2.13.8"
}
}