-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"name": "prodcast",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@mui/material": "^6.1.9",
"@mui/x-charts": "^7.22.2",
"@mui/x-date-pickers": "^7.22.3",
"@reduxjs/toolkit": "^2.5.0",
"@tanstack/react-query": "^5.61.0",
"antd": "^5.22.1",
"antd-style": "^3.7.1",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"jodit-react": "^4.1.2",
"lucide-react": "^0.460.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"path": "^0.12.7",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-big-calendar": "^1.16.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.0",
"react-icons": "^5.3.0",
"react-otp-input": "^3.1.1",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.0",
"recharts": "^2.13.3",
"redux-persist": "^6.0.0",
"sweetalert2": "^11.14.5",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^5.4.10"
}
}