mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-05-18 08:24:54 +00:00
52276ee682
Deleted unused Laravel Boost guideline files (`laravel-boost.md` and `laravel-boost.mdc`) to clean up the repository.
29 lines
731 B
JSON
29 lines
731 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@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": "^4.0.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"
|
|
}
|
|
}
|