UNPKG

react-native-modal

Version:
54 lines (53 loc) 1.29 kB
{ "name": "react-native-modal", "version": "5.4.0", "description": "An enhanced React-Native modal", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "lint": "eslint src", "precommit": "lint-staged", "test": "npm run lint", "prettier": "prettier --write src/**/*.js", "reset": "watchman watch-del-all && rm -rf node_modules/ && npm cache clean && npm prune && yarn cache clean" }, "keywords": [ "react-native", "react", "native", "modal", "android", "ios", "backdrop", "simple", "animated" ], "author": "Mazzarolo Matteo", "license": "MIT", "homepage": "https://github.com/react-native-community/react-native-modal", "repository": { "type": "git", "url": "https://github.com/react-native-community/react-native-modal" }, "dependencies": { "prop-types": "^15.6.1", "react-native-animatable": "^1.2.4" }, "devDependencies": { "babel-eslint": "^8.2.2", "eslint": "^4.19.1", "eslint-plugin-react-app": "^3.0.0", "husky": "0.14.3", "lint-staged": "^7.0.0", "prettier": "^1.11.1", "react": ">=15.0.0", "react-native": ">=0.24.0" }, "lint-staged": { "*.js": [ "eslint src", "prettier --write", "git add" ] } }