Files
investbrain/package.json
T
hackerESQ e6f38d9481 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
2025-09-26 17:41:28 -05:00

28 lines
709 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"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": "^5.1.14",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.40",
"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"
}
}