react-image-video-lightbox
Version:
A React lightbox that supports videos, images and pinch zooming on images. Optimized for mobile UI with swiping, but can be used on desktop as well.
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "react-image-video-lightbox",
"version": "3.0.0",
"description": "A React lightbox that supports videos, images and pinch zooming on images. Optimized for mobile UI with swiping, but can be used on desktop as well.",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo"
},
"keywords": [
"lightbox",
"react",
"pinch",
"zoom",
"swiping",
"mobile",
"desktop",
"video",
"image"
],
"author": "Ngineer101 <nicolaasb@pm.me>",
"license": "MIT",
"repository": "https://github.com/Ngineer101/react-image-video-lightbox",
"bugs": "https://github.com/Ngineer101/react-image-video-lightbox/issues",
"files": [
"css",
"es",
"lib",
"umd"
],
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"nwb": "0.25.x",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}