react-native-lightbox-v2
Version:
Images etc in Full Screen Lightbox Popovers for React Native
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "react-native-lightbox-v2",
"version": "0.9.2",
"description": "Images etc in Full Screen Lightbox Popovers for React Native",
"main": "dist/Lightbox.js",
"types": "dist/Lightbox.d.ts",
"module": "dist/Lightbox.js",
"scripts": {
"build": "rm -rf dist && tsc",
"prepublish": "yarn build"
},
"files": [
"dist",
"readme.md",
"package.json"
],
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"lightbox",
"gallery",
"image-gallery",
"image",
"image-viewer"
],
"repository": {
"type": "git",
"url": "https://github.com/cbbfcd/react-native-lightbox.git"
},
"author": "Joel Arvidsson <joel@oblador.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cbbfcd/react-native-lightbox/issues"
},
"homepage": "https://github.com/cbbfcd/react-native-lightbox",
"devDependencies": {
"@babel/runtime": "7.25.6",
"@types/react": "16.9.13",
"@types/react-native": "0.69.3",
"react": "16.12.0",
"react-native": "0.61.5",
"typescript": "3.7.2"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.61.0"
}
}