mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 17:42:55 +00:00
- Frontend: React Js setup with Vite - Backend: Laravel - Database: MySQL Signed-off-by: Raghavendra N <8619262+raghavendra89@users.noreply.github.com>
18 lines
378 B
JSON
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"
|
|
}
|
|
}
|