-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"chart.js": "^4.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"flowbite": "^2.4.1",
"flubber": "^0.4.2",
"framer-motion": "^12.0.0-alpha.0",
"jotai": "^2.9.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"ky": "^1.4.0",
"lucide-react": "^0.424.0",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"ra-data-json-server": "^5.1.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-big-calendar": "^1.13.4",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^6.25.1",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"react-table": "^7.8.0",
"react-toastify": "^10.0.5",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"vite": "^5.3.4"
}
}