@twogate/ngx-photo-gallery
Version:
PhotoGallery library for Angular based on [PhotoSwipe](http://photoswipe.com/).
39 lines • 865 B
JSON
{
"name": "@twogate/ngx-photo-gallery",
"version": "1.8.1",
"license": "MIT",
"repository": "https://github.com/twogate/ngx-photo-gallery",
"keywords": [
"angular",
"ng",
"gallery",
"lightbox",
"photo",
"image",
"touch",
"swipe",
"zoom"
],
"peerDependencies": {
"@angular/common": ">=18",
"@angular/core": ">=18"
},
"dependencies": {
"photoswipe": "^4.1.3",
"tslib": "^2.0.0"
},
"module": "fesm2022/twogate-ngx-photo-gallery.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/twogate-ngx-photo-gallery.mjs",
"esm": "./esm2022/twogate-ngx-photo-gallery.mjs",
"default": "./fesm2022/twogate-ngx-photo-gallery.mjs"
}
},
"sideEffects": false
}