-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.34 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.34 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
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emailjs/browser": "^4.3.3",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@hookform/resolvers": "^3.3.3",
"@material-tailwind/react": "^2.1.8",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@ramonak/react-progress-bar": "^5.2.0",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.28.9",
"@videsk/tailwind-random-color": "^0.2.0-beta",
"antd": "^5.13.2",
"axios": "^1.6.2",
"flowbite": "^2.2.1",
"framer-motion": "^10.18.0",
"icons": "^1.0.0",
"lucide-react": "^0.298.0",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.2",
"react-hover-video-player": "^10.0.1",
"react-icons": "^5.0.1",
"react-quill": "^2.0.0",
"react-redux": "^9.0.2",
"react-router-dom": "^6.20.1",
"react-scroll-progress-bar": "^1.1.13",
"react-spinners": "^0.13.8",
"react-svg": "^16.1.32",
"react-time-picker": "^6.6.0",
"react-toastify": "^9.1.3",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.7.4",
"tailwindcss-animated": "^1.0.1",
"video-react": "^0.16.0",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/redux-persist": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.23",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"git-cz": "^4.9.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}