nuxt-easy-lightbox
Version:
A plugin to the simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.
71 lines • 1.69 kB
JSON
{
"name": "nuxt-easy-lightbox",
"version": "1.1.0",
"description": "A plugin to the simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
"repository": "nuxt-easy-lightbox",
"keywords": [
"vue",
"vue.js",
"vue3",
"vue 3",
"nuxt",
"nuxt3",
"nuxt 3",
"lightbox",
"easy",
"carousel",
"slideshow",
"gallery",
"lightweight",
"touch",
"responsive",
"image"
],
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"typesVersions": {
"*": {
".": [
"./dist/types.d.mts"
]
}
},
"files": [
"dist"
],
"dependencies": {
"@nuxt/kit": "^4.0.1",
"vue-easy-lightbox": "^1.19.0"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.2",
"@nuxt/eslint-config": "^1.7.1",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.0.2",
"@nuxt/test-utils": "^3.19.2",
"@types/node": "^24.1.0",
"@vue/test-utils": "^2.4.6",
"changelogen": "^0.6.2",
"eslint": "^9.32.0",
"happy-dom": "^18.0.1",
"nuxt": "^4.0.2",
"playwright-core": "^1.54.1",
"vitest": "^3.2.4"
},
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
}
}