installed breeze

This commit is contained in:
2024-06-22 02:11:12 +01:00
parent 7fa8e28e1c
commit 50fc714895
65 changed files with 7268 additions and 439 deletions

View File

@@ -6,8 +6,15 @@
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"vite": "^5.0"
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"vite": "^5.0",
"vue": "^3.4.0"
}
}