lightbox-gallery/package.json

19 lines
439 B
JSON
Raw Permalink Normal View History

2023-06-19 20:58:52 +03:00
{
"name": "@advdominion/lightbox-gallery",
2024-04-05 21:32:25 +03:00
"version": "2.1.0",
2023-06-19 20:58:52 +03:00
"type": "module",
2024-03-26 13:22:58 +03:00
"packageManager": "yarn@4.1.1",
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": {
2024-04-05 21:31:50 +03:00
"swiper": "^11.0.0"
2023-06-19 20:58:52 +03:00
}
}