UNPKG

react-native-snap-carousel-v4

Version:

Original project: https://github.com/meliorence/react-native-snap-carousel I made this package because I need the version 4 package to be published, so that I can run EAS Build on my expo app, previously I was pointing directly to the v4 branch on the ori

93 lines (92 loc) 2.72 kB
{ "name": "react-native-snap-carousel-v4", "version": "1.0.1", "description": "Original project: https://github.com/meliorence/react-native-snap-carousel I made this package because I need the version 4 package to be published, so that I can run EAS Build on my expo app, previously I was pointing directly to the v4 branch on the original repo, but EAS Build crashes when installing dependencies, I just need v4 becouse it works on my app and doesn`t have any bug when sliding fast.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "repository": { "type": "git", "url": "https://github.com/IsaiaPhiliph/react-native-snap-carousel-v4" }, "scripts": { "prepare": "bob build", "lint": "eslint \"**/*.{js,ts,tsx}\"" }, "keywords": [ "react", "native", "carousel", "slider", "swiper", "flatlist", "scrollview", "parallax", "images", "infinite", "scroll", "scrolling", "items", "edge", "snap", "card", "cards", "stack", "deck", "tinder", "android", "ios", "snapping", "component" ], "author": "IsaiaPhiliph <pvl.rupertochapi@gmail.com> (github.com/IsaiaPhiliph)", "license": "BSD-3-Clause", "dependencies": { "@types/react-addons-shallow-compare": "^0.14.22", "react-addons-shallow-compare": "15.6.2" }, "peerDependencies": { "react": ">=16.0.0", "react-native": ">=0.58.0" }, "devDependencies": { "@react-native-community/bob": "0.16.2", "@types/react": "^16.9.46", "@types/react-native": "^0.63.4", "@typescript-eslint/eslint-plugin": "3.8.0", "@typescript-eslint/parser": "3.8.0", "babel-eslint": "10.1.0", "eslint": "7.6.0", "eslint-config-standard": "14.1.1", "eslint-config-standard-react": "9.2.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.20.5", "eslint-plugin-standard": "4.0.1", "react": "16.13.1", "react-native": "0.63.2", "typescript": "3.9.7" }, "eslintIgnore": [ "node_modules/", "lib/", "example" ], "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "homepage": "https://github.com/IsaiaPhiliph/react-native-snap-carousel-v4", "bugs": { "url": "https://github.com/IsaiaPhiliph/react-native-snap-carousel-v4/issues" }, "readmeFilename": "README.md" }