🗑️ **Remove redundant Laravel Boost guidelines**

Deleted unused Laravel Boost guideline files (`laravel-boost.md` and `laravel-boost.mdc`) to clean up the repository.
This commit is contained in:
HolgerHatGarKeineNode
2026-05-17 15:08:01 +02:00
parent 57b1b21c8f
commit 52276ee682
23 changed files with 1305 additions and 2337 deletions
+11 -11
View File
@@ -6,23 +6,23 @@
"dev": "vite"
},
"dependencies": {
"@tailwindcss/vite": "^4.0.7",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"@tailwindcss/vite": "^4.3.0",
"autoprefixer": "^10.5.0",
"axios": "^1.16.1",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^3.0.0",
"leaflet": "^1.9.4",
"nostr-tools": "^2.17.4",
"shiki": "^3.15.0",
"tailwindcss": "^4.0.7",
"vite": "^6.0"
"shiki": "^4.0.0",
"tailwindcss": "^4.3.0",
"vite": "^8.0.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5",
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"@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.59"
"playwright": "^1.60.0"
}
}