-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
{
"name": "career-tinder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/icons": "^4.2.1",
"animate.css": "^3.7.2",
"bootstrap": "^4.3.1",
"bootstrap-material-design": "^4.1.1",
"firebase": "^5.6.0",
"font-awesome": "^4.7.0",
"formik": "^1.5.7",
"formik-material-fields": "0.0.4",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"mdbreact": "^4.13.0",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"pretty-checkbox": "^3.0.3",
"pretty-checkbox-react": "^1.1.0",
"react": "^16.7.0",
"react-animated-css": "^1.2.1",
"react-bootstrap": "^1.0.0-beta.8",
"react-bootstrap-sweetalert": "^4.4.1",
"react-confirm-bootstrap": "^5.3.0",
"react-datepicker": "^2.5.0",
"react-dom": "^16.7.0",
"react-moment": "^0.9.2",
"react-redux": "^5.0.7",
"react-redux-firebase": "^2.1.6",
"react-resize-image": "^1.0.4",
"react-router": "^3.2.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.0.5",
"react-select": "^3.0.4",
"react-social-login-buttons": "^2.3.1",
"react-table": "^6.10.0",
"reactstrap": "^8.0.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-firestore": "^0.5.7",
"redux-thunk": "^2.3.0",
"sweetalert": "^2.1.2",
"sweetalert-react": "^0.4.11",
"sweetalert2": "^8.12.1",
"yup": "^0.27.0"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}