-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.14 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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@headlessui/react": "^2.0.0",
"@inertiajs/react": "^2.2.7",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"axios": "^1.11.0",
"baseline-browser-mapping": "^2.10.10",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.18",
"vite": "^7.0.7"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@inertiajs/server": "^0.1.0",
"chart.js": "^4.5.0",
"framer-motion": "^12.23.22",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"react-chartjs-2": "^5.3.0",
"react-hot-toast": "^2.6.0",
"react-select": "^5.10.2",
"react-tooltip": "^5.30.0"
}
}