Files
frontend/packages/lightbox-gallery/package.json
Valentin Silyutin d277820f92 Publish
- @advdominion/lightbox-gallery@5.0.1
2026-08-14 09:38:12 +04:00

21 lines
406 B
JSON

{
"name": "@advdominion/lightbox-gallery",
"version": "5.0.1",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/frontend.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@advdominion/get-scrollbar-width": "^2.0.0"
},
"peerDependencies": {
"swiper": "^14.0.0"
}
}