UNPKG

react-slip-and-slide

Version:
54 lines 1.31 kB
{ "name": "react-slip-and-slide", "version": "3.12.2", "main": "./src/index.js", "module": "./react-slip-and-slide.esm.js", "react-native": { "./src/index.js": "./src/index.js" }, "keywords": [ "react-slip-and-slide", "react", "carousel", "slider", "swipe", "drag", "spring", "use-gesture" ], "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", "license": "MIT", "peerDependencies": { "@react-spring/native": ">=9", "@react-spring/shared": ">=9", "@react-spring/web": ">=9", "@use-gesture/react": ">=10", "react": ">=18", "react-native": ">=0.72", "react-spring": ">=9" }, "peerDependenciesMeta": { "react-native": { "optional": true } }, "dependencies": { "css-to-react-native": "^3.2.0", "immer": "^10.0.3", "lethargy-ts": "^0.0.5", "lodash": "^4.17.21", "react-native-gesture-handler": "^2.14.0", "rxjs": "^7.8.0", "@react-slip-and-slide/models": "3.12.2", "@react-slip-and-slide/utils": "3.12.2", "tslib": "2.6.2" }, "types": "./src/index.d.ts" }