-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.9 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
65
66
{
"name": "find-active",
"version": "0.1.0",
"private": true,
"dependencies": {
"@animated-burgers/burger-slide": "^1.1.2",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@khanacademy/react-multi-select": "^0.3.3",
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.1",
"@testing-library/user-event": "^7.2.1",
"classnames": "^2.2.6",
"firebase": "^7.9.3",
"font-awesome": "^4.7.0",
"formik": "^2.1.4",
"formik-semantic-ui": "^0.10.0",
"mdbreact": "^4.25.5",
"react": "^16.12.0",
"react-burger-menu": "^2.6.13",
"react-dom": "^16.12.0",
"react-faq-component": "^1.0.3",
"react-firebase": "^2.2.8",
"react-firebaseui": "^4.1.0",
"react-fontawesome": "^1.7.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-scroll": "^1.7.16",
"react-select": "^3.1.0",
"react-slick": "^0.25.2",
"react-toastify": "^5.5.0",
"semantic-ui-react": "^0.88.2",
"slick-carousel": "^1.8.1",
"style-it": "^2.1.4",
"yup": "^0.28.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}