-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
75 lines (75 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
67
68
69
70
71
72
73
74
75
{
"name": "react-frontend-boilerplate",
"version": "3.0.0",
"private": true,
"dependencies": {
"@babel/core": "~7.17.5",
"@emotion/react": "~11.5.0",
"@emotion/styled": "~11.3.0",
"@iconify/react-with-api": "~1.0.0-rc.7",
"@mui/icons-material": "~5.4.2",
"@mui/material": "~5.4.2",
"@mui/styles": "~5.4.2",
"@tinymce/tinymce-react": "~3.13.0",
"axios": "~0.26.0",
"date-fns": "~2.28.0",
"eslint": "~7.11.0",
"eslint-utils": "~2.1.0",
"formik": "~2.2.9",
"idb": "~6.0.0",
"lodash": "~4.17.21",
"lodash.template": "~4.5.0",
"material-design-icons-updated": "~7.0.0",
"prop-types": "~15.7.2",
"react": "~17.0.2",
"react-device-detect": "~1.17.0",
"react-dom": "~17.0.2",
"react-router-dom": "~6.2.1",
"react-scripts": "~4.0.3",
"socket.io-client": "~3.1.3",
"twilio": "~3.74.0",
"twilio-video": "~2.20.1",
"typeface-roboto": "~1.1.13",
"uuid": "~8.3.2",
"yup": "~0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"resolutions": {
"lodash": "~4.17.15",
"eslint-utils": "~1.4.2",
"lodash.template": "~4.5.0",
"set-value": "~3.0.1",
"mixin-deep": "~2.0.1"
},
"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"
]
},
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
},
"devDependencies": {
"cross-fetch": "~3.1.4",
"easter-egg-collection": "~1.4.56",
"eslint-plugin-react": "~7.27.0",
"eslint-plugin-react-hooks": "~4.2.0",
"react-error-overlay": "~6.0.9"
}
}