-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.66 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "footprint",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coreui/coreui": "^2.1.9",
"@coreui/react": "^2.1.5",
"@material-ui/core": "^3.9.2",
"@wojtekmaj/react-daterange-picker": "^2.1.0",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"cities.json": "^1.1.5",
"firebase": "^5.8.4",
"flag-icon-css": "^3.2.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"ladda": "^2.0.1",
"leaflet": "^1.4.0",
"leaflet-control-geocoder": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"rc-slider": "^8.6.5",
"react": "^16.8.0",
"react-autocomplete": "^1.8.1",
"react-autosuggest": "^9.4.3",
"react-avatar-editor": "^11.0.6",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.8.0",
"react-event-timeline": "^1.6.3",
"react-loadable": "^5.5.0",
"react-modal-image": "^2.3.2",
"react-rating": "^1.6.2",
"react-redux": "^5.1.1",
"react-redux-firebase": "^2.2.6",
"react-router": "latest",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"reactstrap": "latest",
"redux": "^4.0.1",
"redux-firestore": "^0.7.0",
"redux-thunk": "^2.3.0",
"simple-line-icons": "^2.4.1",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts 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"
],
"devDependencies": {
"eslint-plugin-react-hooks": "^1.2.0"
}
}