1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-06-30 17:42:55 +00:00
awesome-compose/react-laravel-mysql/backend/package.json
Raghavendra a015fb59f3 React - Laravel - MySQL Compose sample
- Frontend: React Js setup with Vite
- Backend: Laravel
- Database: MySQL

Signed-off-by: Raghavendra N <8619262+raghavendra89@users.noreply.github.com>
2025-01-01 14:28:27 +05:30

18 lines
378 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^6.0"
}
}