Initialized fresh Laravel 12 with dependencies in inertia-vue-refresh branch

This commit is contained in:
2025-09-06 11:01:29 +02:00
parent 2ed84c2b6a
commit 6895316fbb
79 changed files with 17263 additions and 32 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.20",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.10",
"vite": "^7.0.4"
}
}