-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 849 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 849 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"concurrently": "^9.0.1",
"daisyui": "^4.12.23",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0"
},
"dependencies": {
"@inertiajs/react": "^2.0.0",
"lucide-react": "^0.469.0",
"quill": "^2.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-multi-carousel": "^2.8.5",
"react-router-dom": "^7.1.1",
"recharts": "^2.15.1",
"sweetalert2": "^11.15.10",
"swiper": "^11.2.0",
"tw-elements": "^2.0.0"
}
}