mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-03 12:45:36 +00:00
51680c70e4
Upgraded several dependencies: - `guzzlehttp` to 7.11.0 - `laravel/framework` to v13.13.0 - `laravel/horizon` to v5.47.1 - Other minor updates including `livewire`, `psysh`, `symfony` components, and `spatie/laravel-medialibrary`. Ensured compatibility and added updated packages with enhanced configurations.
26 lines
634 B
JSON
26 lines
634 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"concurrently": "^9.2.1",
|
|
"laravel-vite-plugin": "^3.0.0",
|
|
"leaflet": "^1.9.4",
|
|
"shiki": "^4.1.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"vite": "^8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "^4.60.0",
|
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.3.0",
|
|
"lightningcss-linux-x64-gnu": "^1.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.60.0"
|
|
}
|
|
}
|