-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.91 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.91 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@coreui/react-chartjs": "^2.1.3",
"@elastic/elasticsearch": "^8.10.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.1.2",
"@mui/icons-material": "^5.14.11",
"@mui/lab": "^5.0.0-alpha.145",
"@mui/material": "^5.14.11",
"@mui/x-charts": "^6.18.0",
"@mui/x-date-pickers": "^6.14.0",
"@nextui-org/react": "^2.2.9",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.17",
"@react-oauth/google": "^0.11.1",
"@react-pdf/renderer": "^3.1.14",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.16",
"axios": "^1.5.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.30.0",
"firebase": "^10.3.1",
"framer-motion": "^10.16.4",
"heroicons": "^2.0.18",
"html2pdf.js": "^0.10.1",
"install": "^0.13.0",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"multiselect-react-dropdown": "^2.0.25",
"nodemon": "^3.0.1",
"os-browserify": "^0.3.0",
"otp-input-react": "^0.3.0",
"postcss": "^8.4.30",
"rc-progress": "^3.5.1",
"rc-upload": "^4.3.4",
"react": "^18.2.0",
"react-datepicker": "^4.18.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-otp-input": "^3.0.4",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.3.6",
"react-player": "^2.13.0",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"react-select": "^5.7.5",
"react-social-login-buttons": "^3.9.1",
"react-star-ratings": "^2.3.0",
"react-time-picker": "^6.5.0",
"react-toastify": "^9.1.3",
"reactjs-social-login": "^2.6.3",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"tailwindcss-gradient": "^1.0.1",
"tw-elements-react": "^1.0.0-alpha1",
"video-react": "^0.16.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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": {
"daisyui": "^3.7.4",
"dotenv": "^16.3.1",
"i": "^0.3.7",
"npm": "^10.2.4",
"path": "^0.12.7",
"tailwindcss": "^3.3.3"
}
}