finished the upgrade to filament 4. completely revamped the frontend with codex, now it looks great!

This commit is contained in:
2025-11-13 17:42:43 +01:00
parent f59fda588b
commit b311188bc1
138 changed files with 5440 additions and 4105 deletions

View File

@@ -1,4 +1,5 @@
{
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
@@ -7,12 +8,12 @@
"devDependencies": {
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/postcss": "^4.1.17",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"tailwindcss": "^4.1.17",
"vite": "^5.0.0",
"vue": "^3.4.0"
},
@@ -20,6 +21,7 @@
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/vue-fontawesome": "^3.1.1",
"@rollup/rollup-linux-x64-gnu": "^4.45.1",
"laravel-echo": "^2.1.7",
"pusher-js": "^8.4.0",
"vanilla-lazyload": "^19.1.3"