-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 934 Bytes
/
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
{
"name": "dataexplorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.4.0",
"history": "^4.7.2",
"leaflet": "^1.3.1",
"namor": "^1.0.1",
"react": "^16.3.1",
"react-csv": "^1.0.14",
"react-dom": "^16.3.1",
"react-leaflet": "^1.9.1",
"react-leaflet-control": "^1.4.1",
"react-lottie": "^1.1.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-sortable-hoc": "^0.6.8",
"react-table": "^6.8.0",
"redux": "^3.7.2",
"redux-promise-middleware": "^5.0.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1",
"victory": "^0.26.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}