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:
+7
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user