-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "revents",
"version": "0.1.0",
"private": true,
"dependencies": {
"cuid": "^2.1.6",
"date-fns": "^1.30.1",
"firebase": "^5.9.3",
"google-map-react": "^1.1.4",
"history": "^4.9.0",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-cropper": "^1.2.0",
"react-datepicker": "^2.5.0",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.3",
"react-infinite-scroller": "^1.2.4",
"react-lazyload": "^2.5.0",
"react-load-script": "0.0.6",
"react-loadable": "^5.5.0",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.0.1",
"react-redux-firebase": "^2.2.6",
"react-redux-toastr": "^7.4.8",
"react-router-dom": "^5.0.0",
"react-router-redux": "^4.0.8",
"react-scripts": "2.1.3",
"redux": "^4.0.1",
"redux-auth-wrapper": "^2.1.0",
"redux-devtools-extension": "^2.13.8",
"redux-firestore": "^0.7.3",
"redux-form": "^8.1.0",
"redux-thunk": "^2.3.0",
"revalidate": "^1.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.81.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"redux-devtools-extension": "^2.13.8"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}