UNPKG

react-swipe-to-dismiss

Version:
43 lines (42 loc) 1.18 kB
{ "name": "react-swipe-to-dismiss", "version": "2.0.3", "description": "Swipe to dismiss hook for notifications", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-dir dist", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/hosembafer/react-swipe-to-dismiss.git" }, "keywords": [ "animation", "react", "react-component", "swipe", "swipe-to-dismiss", "swipe-to-delete", "swipe-to-remove", "swipe-to-hide" ], "author": "Rafael Hovhannisyan <hovhannisian.rafael@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/hosembafer/react-swipe-to-dismiss/issues" }, "homepage": "https://github.com/hosembafer/react-swipe-to-dismiss#readme", "peerDependencies": { "prop-types": "^15.6.2", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.4", "@babel/preset-env": "^7.5.4", "@babel/register": "^7.4.4" } }