-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "cmap_react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.8",
"@esri/react-arcgis": "^4.0.0",
"@material-ui/core": "^4.0.0-rc.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.13",
"@material-ui/pickers": "^3.2.0",
"ag-grid-community": "^20.2.0",
"ag-grid-enterprise": "^20.2.0",
"ag-grid-react": "^20.2.0",
"color-interpolate": "^1.0.4",
"colormap": "^2.3.1",
"date-fns": "^2.0.0-beta.2",
"js-cookie": "^2.2.0",
"ndjson": "^1.5.0",
"plotly.js": "^1.48.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-map-gl": "^4.1.10",
"react-plotly.js": "^2.3.0",
"react-redux": "^7.0.2",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-select": "^3.0.4",
"react-select-fast-filter-options": "^0.2.3",
"reduce-reducers": "^1.0.1",
"redux": "^4.0.1",
"redux-saga": "^1.0.2"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}