mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
🔄 Update community and service localization strings 📝 Include new UI labels and placeholders for service management features
26 lines
662 B
JSON
26 lines
662 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"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",
|
|
"leaflet": "^1.9.4",
|
|
"nostr-tools": "^2.17.4",
|
|
"shiki": "^3.15.0",
|
|
"tailwindcss": "^4.0.7",
|
|
"vite": "^6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.9.5",
|
|
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
|
|
"lightningcss-linux-x64-gnu": "^1.29.1"
|
|
}
|
|
}
|