-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.67 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "eventhub",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.11",
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@mui/base": "^5.0.0-beta.40",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^2.2.7",
"@svgr/rollup": "^8.1.0",
"antd": "^5.20.2",
"aos": "^2.3.4",
"classnames": "^2.5.1",
"daisyui": "^4.12.10",
"dayjs": "^1.11.12",
"emoji-picker-react": "^4.12.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.3.28",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"leaflet": "^1.9.4",
"material-ui-confirm": "^3.0.16",
"papaparse": "^5.4.1",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"query-string": "^9.1.0",
"react": "^18.3.1",
"react-audio-voice-recorder": "^2.2.0",
"react-countup": "^6.4.2",
"react-csv": "^2.2.2",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-fast-marquee": "^1.6.5",
"react-ga4": "^2.1.0",
"react-gauge-chart": "^0.5.1",
"react-geocode": "^1.0.0-alpha.1",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.0.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^9.0.1",
"react-number-format": "^5.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-switch": "^7.0.0",
"react-toastify": "^10.0.5",
"react-use": "^17.5.1",
"react-use-measure": "^2.1.1",
"react-visibility-sensor": "^5.1.1",
"read-excel-file": "^5.8.5",
"recharts": "^2.12.7",
"redux-persist": "^6.0.0",
"sass-embedded": "^1.77.8",
"slick-carousel": "^1.8.1",
"socket.io-client": "^2.3.1",
"styled-components": "^5.3.6",
"styled-theming": "^2.2.0",
"swiper": "^11.1.9",
"tailwind-scrollbar": "^3.1.0",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-svgr": "^4.2.0",
"xlsx": "^0.18.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@svgr/webpack": "^8.1.0",
"@types/aos": "^3.0.7",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.4.1",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.3",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.0",
"@types/react-gauge-chart": "^0.4.3",
"@types/react-headroom": "^3.2.3",
"@types/react-helmet": "^6.1.11",
"@types/react-slick": "^0.23.13",
"@types/socket.io-client": "^1.4.33",
"@types/styled-components": "^5.1.34",
"@types/styled-theming": "^2.2.8",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}