-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 929 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": "cdo",
"version": "0.0.0",
"private": true,
"dependencies": {
"bootstrap": "^4.6.0",
"jquery": "^3.5.1",
"leaflet": "^1.7.1",
"leaflet-zoom-min": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-awesome-scroll": "^0.1.4",
"react-bootstrap": "^1.5.0",
"react-burger-menu": "^2.9.2",
"react-dom": "^16.14.0",
"react-ga": "^2.7.0",
"react-leaflet": "^1.9.1",
"react-leaflet-control": "^2.1.2",
"react-scripts": "1.0.17",
"reactstrap": "^6.5.0",
"source-map-explorer": "^1.8.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/react-bootstrap": "^0.32.25",
"flow-bin": "0.63.1"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}