-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "aar-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "react-scripts build",
"lint": "standard --verbose",
"start": "react-scripts start"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.19.2",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.5.1",
"leaflet": "^1.7.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"prop-types": "^15.6.0",
"react": "^17.0.1",
"react-bootstrap": "^0.31.5",
"react-bootstrap-slider": "2.1.5",
"react-dom": "^17.0.1",
"react-leaflet": "^1.7.0",
"react-leaflet-control": "^1.4.0",
"react-redux": "^4.4.8",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "^3.4.4",
"redux": "^3.3.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"standard": "^15.0.1",
"worker-loader": "^3.0.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}