feat: add lightgallery package for enhanced image gallery functionality

This commit is contained in:
Norbert Maciaszek 2025-08-18 13:50:54 +02:00
parent f6ff7749ae
commit f15137fd6c
2 changed files with 11 additions and 0 deletions

10
package-lock.json generated
View File

@ -12,6 +12,7 @@
"@libsql/client": "^0.15.10",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"lightgallery": "^2.9.0-beta.1",
"next": "15.4.5",
"react": "19.1.0",
"react-dom": "19.1.0",
@ -2557,6 +2558,15 @@
"node": ">=8"
}
},
"node_modules/lightgallery": {
"version": "2.9.0-beta.1",
"resolved": "https://registry.npmjs.org/lightgallery/-/lightgallery-2.9.0-beta.1.tgz",
"integrity": "sha512-4Bl1vsYGOsI6RsPyephAUFW8bbZuZlLrpxU59cfKYKPDEX5Mhxfo1DUoUIJ+j5QPNrHEqrd+QeQtnGUCCwqK2g==",
"license": "GPLv3",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/lightningcss": {
"version": "1.30.1",
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",

View File

@ -13,6 +13,7 @@
"@libsql/client": "^0.15.10",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"lightgallery": "^2.9.0-beta.1",
"next": "15.4.5",
"react": "19.1.0",
"react-dom": "19.1.0",