forked from gaurav-b-singh/events-galore-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.07 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
{
"name": "first",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@google-pay/button-react": "^3.0.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.48",
"@mui/material": "^5.0.1",
"@mui/styled-engine-sc": "^5.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"assert": "^2.0.0",
"axios": "^0.22.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cloudinary-react": "^1.7.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.24.0",
"dropzone": "^5.9.3",
"history": "^5.0.1",
"https-browserify": "^1.0.0",
"l": "^0.6.0",
"material-ui": "^0.15.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"razorpay": "^2.8.2",
"react": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-fetch-hook": "^1.8.5",
"react-icons": "^4.3.1",
"react-image-crop": "^9.0.4",
"react-loading": "^2.0.3",
"react-razorpay": "^1.1.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-toastify": "^8.0.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.3.1",
"sweetalert2": "^11.4.29",
"url": "^0.11.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}