-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
86 lines (86 loc) · 2.31 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
83
84
85
86
{
"name": "voxgram",
"version": "1.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/lab": "^4.0.0-alpha.58",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.4",
"bad-words-plus": "^3.0.4",
"bootstrap": "^4.3.1",
"emoji-picker-react": "^3.4.8",
"enzyme": "^3.11.0",
"firebase": "^7.24.0",
"font-awesome": "^4.7.0",
"material-ui": "^0.20.2",
"moment": "^2.29.4",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-app-polyfill": "^1.0.6",
"react-bootstrap": "^1.6.1",
"react-confirm-alert": "^2.7.0",
"react-dom": "^17.0.2",
"react-easy-crop": "^3.5.1",
"react-files": "^3.0.0-alpha.1",
"react-firebase-hooks": "^2.2.0",
"react-google-recaptcha": "^2.1.0",
"react-h5-audio-player": "^3.7.1",
"react-icons": "^3.11.0",
"react-image-filter": "^0.1.2",
"react-image-marker": "^1.2.0",
"react-items-carousel": "^2.8.0",
"react-loader-spinner": "^4.0.0",
"react-loading-skeleton": "^2.2.0",
"react-modal": "^3.14.3",
"react-moment": "^1.1.1",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-scroll-trigger": "^0.6.10",
"react-share": "^4.4.0",
"react-toastify": "^7.0.4",
"react-truncate": "^2.4.0",
"react-youtube": "^7.14.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"save": "^2.5.0",
"styled-components": "^5.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress": "export NODE_ENV=development && cypress open"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended"
]
},
"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": "^7.5.0",
"cypress-firebase": "^1.9.1",
"firebase-admin": "^9.9.0",
"redux-devtools-extension": "^2.13.9"
}
}