Chore: Upgrade to Laravel 12 + remove Mary and Jetstream dependencies (#141)

* docs: remove requirement for setting APP_KEY manually

* optimize date picker

* clean up modals

* spot light working

* reorganization

* add lazy load

* wip

* remove filament

* styling
This commit is contained in:
hackerESQ
2025-09-26 17:41:28 -05:00
committed by GitHub
parent 910d426ad4
commit e6f38d9481
146 changed files with 5443 additions and 3909 deletions
+7 -2
View File
@@ -8,15 +8,20 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/vite": "^4.1.13",
"autoprefixer": "^10.4.19",
"axios": "^1.7.4",
"daisyui": "^4.12.10",
"daisyui": "^5.1.14",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"tailwindcss": "^4.1.13",
"vite": "^5.4"
},
"dependencies": {
"@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/resize": "^3.14.9",
"alpinejs": "^3.14.9",
"apexcharts": "^3.51.0"
}
}