This commit is contained in:
Valentin Silytuin
2023-06-19 21:58:52 +04:00
commit 3a584bc70e
12 changed files with 1773 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "@advdominion/lightbox-gallery",
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@3.6.0",
"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": "4.5.1"
}
}