-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.41 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.41 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-query": "^5.90.16",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"esbuild": "^0.25.10",
"framer-motion": "^12.23.22",
"html5-qrcode": "^2.3.8",
"jwt-decode": "^4.0.0",
"lodash-move": "^1.1.1",
"lucide-react": "^0.562.0",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-calendar": "^6.0.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.71.2",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.2",
"react-simple-typewriter": "^5.0.1",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"swiper": "^12.0.2",
"tailwindcss": "^4.1.13",
"yup": "^1.7.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react-swc": "^4.1.0",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.44.0",
"vite": "^7.1.7"
}
}