Files
einundzwanzig-app/package.json
T
HolgerHatGarKeineNode 1f574ae5c8 🔧 **Add .codegraph config & update dependencies**
-  Added `.codegraph/config.json` for file inclusion/exclusion in analytics.
- ⬆️ Bumped versions of `guzzlehttp`, `laravel/framework`, `laravel/horizon`, `shiki`, `nostr-tools`, and other dependencies in `composer.lock` and `yarn.lock`.
- 🖼️ Enhanced file upload validation and preview support by including `.avif` MIME type in `livewire` components and configuration.
-  Added tests to ensure `.avif` is supported across file upload forms.
2026-05-20 00:22:53 +02:00

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.23.5",
"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"
}
}