Merge pull request #173 from the-luap/feat/new-features

feat: gallery layouts, hero customization, event types, and UX improvements (#146, #155-163, #170, #171)
This commit is contained in:
Paul Nothaft
2026-02-06 21:45:59 +01:00
committed by GitHub
29 changed files with 4008 additions and 270 deletions
+5 -1
View File
@@ -28,6 +28,7 @@
"clsx": "^2.0.0",
"date-fns": "4.1.0",
"dompurify": "^3.2.6",
"framer-motion": "^12.33.0",
"i18next": "^25.3.1",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
@@ -36,6 +37,7 @@
"lodash": "^4.17.21",
"lowlight": "^2.9.0",
"lucide-react": "0.525.0",
"photoswipe": "^5.4.4",
"react": "^18.3.1",
"react-countdown": "^2.3.5",
"react-dom": "^18.3.1",
@@ -46,7 +48,9 @@
"react-photo-album": "^3.4.0",
"react-router-dom": "^6.8.0",
"react-toastify": "11.0.5",
"tailwind-merge": "^3.3.1"
"swiper": "^12.1.0",
"tailwind-merge": "^3.3.1",
"yet-another-react-lightbox": "^3.28.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",