lightbox-gallery/package.json

19 lines
439 B
JSON
Raw Normal View History

2023-06-19 20:58:52 +03:00
{
"name": "@advdominion/lightbox-gallery",
2023-08-28 13:20:59 +03:00
"version": "2.0.2",
2023-06-19 20:58:52 +03:00
"type": "module",
2023-08-28 11:55:23 +03:00
"packageManager": "yarn@3.6.3",
2023-06-19 20:58:52 +03:00
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.optiweb.ru/public/lightbox-gallery.git"
},
"license": "MIT",
"dependencies": {
"@advdominion/get-scrollbar-width": "^1.0.0"
},
"peerDependencies": {
"swiper": "^10.2.0"
2023-06-19 20:58:52 +03:00
}
}