-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.47 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
87
88
89
90
91
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.2.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aos": "^2.3.4",
"autoprefixer": "^9.8.8",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"chart.js": "^3.3.2",
"firebase": "^8.3.1",
"firebase-tools": "^9.14.0",
"framer-motion": "^4.1.17",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"material-ui-dropzone": "^3.5.0",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.29.1",
"peerjs": "^1.3.2",
"postcss": "^7.0.39",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-chartjs-2": "^3.0.3",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.8.3",
"react-hot-toast": "^2.0.0",
"react-iframe": "^1.8.0",
"react-redux": "^7.2.4",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scroll": "^1.8.2",
"react-share": "^4.4.0",
"react-spring": "^9.2.1",
"react-to-print": "^2.14.3",
"react-toastify": "^7.0.4",
"react-transition-group": "^4.4.2",
"react-youtube": "^7.13.1",
"recoil": "^0.5.2",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"socket.io-client": "^4.1.3",
"styled-components": "^5.3.0",
"swiper": "^6.7.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts 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"
]
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1"
}
}