astro-lightgallery
Version:
Astro component for lightgallery, JavaScript gallery for building beautiful image and video galleries and carousel (including thumbnail) for the web and the mobile
41 lines (40 loc) • 1.17 kB
JSON
{
"name": "astro-lightgallery",
"version": "2.0.1",
"description": "Astro component for lightgallery, JavaScript gallery for building beautiful image and video galleries and carousel (including thumbnail) for the web and the mobile",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pascal-brand38/astro-lightGallery.git"
},
"author": "Pascal Brand",
"license": "MIT",
"bugs": {
"url": "https://github.com/pascal-brand38/astro-lightGallery/issues"
},
"homepage": "https://pascal-brand38.github.io/astro-dev/packages/astro-lightgallery",
"dependencies": {
"lightgallery": "^2.9.0-beta.1"
},
"devDependencies": {
"@types/node": "^24.0.0",
"astro": "^5.9.2",
"typescript": "^5.8.3"
},
"exports": {
".": "./index.ts",
"./css/*.css": "./src/css/*.css"
},
"files": [
"index.ts",
"src/**"
],
"keywords": [
"lightgallery",
"withastro", "astro-component", "image",
"gallery", "galleries", "lightweight", "touch", "responsive", "carousel", "slider", "thumbnail"
]
}