@miletorix/vitepress-gallery
Version:
A responsive, swipeable image gallery component for VitePress with thumbnails, navigation, captions, and smooth transitions.
63 lines • 1.64 kB
JSON
{
"name": "@miletorix/vitepress-gallery",
"version": "1.0.1",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/miletorix/vitepress-gallery"
},
"description": "A responsive, swipeable image gallery component for VitePress with thumbnails, navigation, captions, and smooth transitions.",
"main": "./dist/gallery.umd.js",
"module": "./dist/gallery.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/gallery.es.js",
"require": "./dist/gallery.umd.js"
},
"./style.css": "./dist/index.css"
},
"files": [
"dist"
],
"scripts": {
"build": "vue-tsc -p tsconfig.json && vite build && copy src\\index.d.ts dist\\index.d.ts",
"clean": "rimraf dist node_modules .vite .turbo",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"keywords": [
"vitepress",
"vue",
"vue3",
"vue-component",
"image-gallery",
"photo-gallery",
"gallery-component",
"image-viewer",
"vitepress-gallery",
"vitepress-component",
"responsive-gallery",
"vue-image-gallery",
"vue-photo-gallery",
"vue-gallery-component",
"vitepress-plugin",
"static-gallery",
"image-switcher",
"vue-lightbox",
"vue-slider"
],
"author": "miletorix",
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^7.0.0",
"vitepress": "^1.6.3",
"vue-tsc": "^3.0.0"
}
}