UNPKG

react-bottom-drawer

Version:

A React Component to build friendly dialogs that slide from the bottom

57 lines (56 loc) 1.48 kB
{ "name": "react-bottom-drawer", "version": "0.1.1", "description": "A React Component to build friendly dialogs that slide from the bottom", "main": "dist", "scripts": { "start": "parcel index.html", "test": "test", "prebuild": "rimraf dist", "build": "tsc", "prepublishOnly": "yarn build" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/fpellicero/react-bottom-drawer.git" }, "keywords": [ "react", "ui", "modal", "dialog" ], "author": "Francesc Pellicero <fpellicero@gmail.com> (https://fpellicero.github.io)", "license": "ISC", "bugs": { "url": "https://github.com/fpellicero/react-bottom-drawer/issues" }, "homepage": "https://github.com/fpellicero/react-bottom-drawer#readme", "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@types/body-scroll-lock": "^2.6.1", "@types/lodash.debounce": "^4.0.6", "@types/react": "^16.9.32", "@types/react-dom": "^16.9.6", "@types/react-swipeable": "^5.2.0", "@types/react-transition-group": "^4.2.4", "parcel-bundler": "^1.12.4", "react": "^16.13.1", "react-dom": "^16.13.1", "rimraf": "^3.0.2", "typescript": "4.0.2" }, "dependencies": { "body-scroll-lock": "^3.0.1", "clsx": "^1.1.1", "lodash.debounce": "^4.0.8", "react-swipeable": "^5.5.1", "react-transition-group": "^4.3.0" }, "files": [ "dist" ] }