UNPKG

rs-react-native-image-gallery

Version:
64 lines 1.91 kB
{ "name": "rs-react-native-image-gallery", "version": "1.2.0", "description": "React Native Image Gallery with Thumbnails", "license": "MIT", "author": "rsoubrane", "type": "commonjs", "main": "./lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "files": [ "src", "lib" ], "homepage": "https://github.com/georstat/react-native-image-gallery", "bugs": { "url": "https://github.com/rsoubrane/rs-react-native-image-gallery/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rsoubrane/rs-react-native-image-gallery.git" }, "keywords": [ "react-native", "ios", "android", "image-cache", "image-gallery", "image", "gallery", "photo", "photo-gallery" ], "scripts": { "biome:lint": "biome lint ./src", "biome:format": "biome format ./src --write", "biome:check": "biome check ./src", "biome:check:apply": "biome check ./src --write", "biome:check:apply:unsafe": "biome check ./src --write --unsafe", "build": "tsc --skipLibCheck", "prepublish": "pnpm build", "prepare": "pnpm build" }, "devDependencies": { "@commitlint/cli": "*", "@commitlint/config-conventional": "*", "@types/react": "*", "react": "*", "react-native": "*", "typescript": "*" }, "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": { "@shopify/flash-list": "^1.8.0", "react-native-modal": "14.0.0-rc.1" }, "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" }