2025-06-29 08:50:03 +02:00
|
|
|
{
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "vite build",
|
2025-07-06 10:21:42 +02:00
|
|
|
"dev": "vite"
|
2025-06-29 08:50:03 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-02 03:07:27 +02:00
|
|
|
"@tailwindcss/vite": "^4.0.0",
|
2025-08-02 15:28:38 +02:00
|
|
|
"laravel-vite-plugin": "^1.0",
|
2025-08-02 03:07:27 +02:00
|
|
|
"tailwindcss": "^4.0.0",
|
2025-08-02 15:28:38 +02:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
|
"vite": "^6.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tanstack/react-query": "^5.84.1",
|
|
|
|
|
"@types/react": "^19.1.9",
|
|
|
|
|
"@types/react-dom": "^19.1.7",
|
|
|
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
|
|
|
"axios": "^1.11.0",
|
|
|
|
|
"lucide-react": "^0.536.0",
|
|
|
|
|
"react": "^19.1.1",
|
|
|
|
|
"react-dom": "^19.1.1",
|
|
|
|
|
"react-router-dom": "^7.7.1",
|
|
|
|
|
"typescript": "^5.9.2"
|
2025-06-29 08:50:03 +02:00
|
|
|
}
|
2025-08-02 15:28:38 +02:00
|
|
|
}
|