feat(gallery): simple gallery setup

NOTE: inspiration from https://github.com/Flosciante/nuxt-image-gallery
This commit is contained in:
2025-12-31 00:30:32 +01:00
parent dad1d3d21e
commit ee25e7e61c
6 changed files with 1213 additions and 72 deletions

View File

@@ -17,6 +17,7 @@
"@tresjs/nuxt": "^5.1.2",
"gsap": "3.13.0",
"pinia": "3.0.4",
"tailwindcss": "^4.1.18",
"three": "^0.182.0",
"vue": "3.5.25",
"vue-router": "4.6.3",
@@ -26,6 +27,7 @@
"@nuxt/content": "3.8.2",
"@nuxt/eslint": "1.10.0",
"@nuxt/kit": "4.2.1",
"@nuxt/ui": "4.3.0",
"@nuxtjs/i18n": "10.2.1",
"@nuxtjs/mdc": "0.18.4",
"@pinia/nuxt": "0.11.3",