UNPKG

@react-slip-and-slide/native

Version:
69 lines (68 loc) 1.8 kB
{ "name": "@react-slip-and-slide/native", "author": "João Ribeiro", "license": "MIT", "version": "1.11.2", "description": "react-slip-and-slide native", "files": [ "dist/*", "README.md" ], "main": "dist/react-slip-and-slide-native.cjs.js", "module": "dist/react-slip-and-slide-native.esm.js", "types": "dist/react-slip-and-slide-native.cjs.d.ts", "scripts": { "type-check": "tsc --noEmit" }, "publishConfig": { "access": "public" }, "devDependencies": { "@babel/runtime": "^7.19.4", "@react-spring/native": "^9.5.5", "@types/lodash": "^4.14.184", "@types/react": "^18.0.17", "@types/react-native": "^0.70.4", "@types/styled-components-react-native": "^5.1.3", "lodash": "^4.17.21", "nodemon": "^2.0.20", "react": "^18.2.0", "react-native": "0.70.3", "react-native-gesture-handler": "2.7.1", "react-spring": "^9.5.5", "styled-components": "^5.3.6", "typescript": "^4.6.4" }, "dependencies": { "@react-slip-and-slide/models": "1.7.0", "@react-slip-and-slide/utils": "1.7.0" }, "peerDependencies": { "@react-spring/native": "^9.5.5", "lodash": "^4.17.21", "react": "^16.8 || ^17 || ^18", "react-native": "^0.70", "react-native-gesture-handler": "^2.7.1", "react-spring": "^9.5.5", "styled-components": "^5.3.6" }, "keywords": [ "react-slip-and-slide", "react", "carousel", "slider", "swipe", "drag", "spring", "react-native", "gesture-handler" ], "repository": { "type": "git", "url": "git+https://github.com/joaorr3/react-slip-and-slide" }, "bugs": { "url": "https://github.com/joaorr3/react-slip-and-slide/issues" }, "homepage": "https://github.com/joaorr3/react-slip-and-slide#readme" }