UNPKG

react-native-image-carousel

Version:

Image carousel with support for fullscreen mode with swiping and pinch-to-zoom.

71 lines (70 loc) 1.91 kB
{ "name": "react-native-image-carousel", "version": "0.4.6", "description": "Image carousel with support for fullscreen mode with swiping and pinch-to-zoom.", "homepage": "https://github.com/anvilabs/react-native-image-carousel", "author": "Binur Konarbai <binchik@anvilabs.co>", "repository": "anvilabs/react-native-image-carousel", "license": "MIT", "keywords": [ "react-native", "image", "carousel", "fullscreen", "lightbox", "gallery", "swipe", "slide" ], "main": "dist/index.js", "engines": { "node": ">=6.0.0" }, "scripts": { "typecheck": "flow .", "lint": "eslint --cache .", "lint:fix": "eslint --cache --fix .", "test": "run-p --silent typecheck lint", "build": "rollup -c", "precommit": "lint-staged", "commitmsg": "commitlint -e", "prepush": "nyr test" }, "lint-staged": { "{src,Example/app}/**/*.js": [ "eslint --cache --fix", "git add" ] }, "dependencies": { "react-swipeable-views-native": "^0.13.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@commitlint/cli": "^4.2.2", "@commitlint/config-angular": "^4.2.1", "babel-core": "^6.26.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "eslint": "^4.10.0", "eslint-config-anvilabs": "^16.0.0", "eslint-config-anvilabs-react": "^16.0.0", "flow-bin": "^0.56.0", "husky": "^0.14.3", "lint-staged": "^4.3.0", "npm-run-all": "^4.1.1", "nyr": "^1.1.0", "prettier": "^1.7.4", "react": "^16.0.0", "react-native": "^0.50.1", "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-flow": "^1.1.1" } }