-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
82 lines (82 loc) · 2.01 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "fhc",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.3.13",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/react": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@material-ui/core": "^4.9.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@sweetalert/with-react": "^0.1.1",
"axios": "^0.19.2",
"cypress-react-unit-test": "^2.4.3",
"dotenv": "^8.2.0",
"emailjs-com": "^2.4.1",
"firebase": "^7.8.2",
"firebase-admin": "^8.9.2",
"firebase-tools": "^7.13.1",
"mdbreact": "^4.25.2",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"opentok-react": "^0.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.2.0",
"react-redux-firebase": "^3.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-with-firebase-auth": "^1.3.0",
"redux": "^4.0.5",
"redux-firestore": "^0.8.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"sweetalert": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress:open": "cypress open"
},
"eslintConfig": {
"extends": "react-app",
"env": {
"node": true,
"browser": true,
"jest": true,
"es6": true
},
"globals": {
"cy": true,
"describe": true,
"it": true,
"test": true
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cypress": "^3.8.3",
"cypress-react-unit-test": "^2.4.3",
"react-ga": "^2.6.0"
}
}