UNPKG

react-native-dialog-component

Version:
53 lines (52 loc) 1.53 kB
{ "name": "react-native-dialog-component", "version": "0.2.17", "description": "React Native Dialog Component for IOS & Android.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist", "build": "npm run clean && babel src/ -d dist/" }, "repository": { "type": "git", "url": "https://github.com/jacklam718/react-native-popup-dialog.git" }, "keywords": [ "dialog", "component", "react dialog", "react dialog component", "react-native", "react-native-dialog-component", "react-native-dialog", "react native dialog", "popup-dialog", "react-component", "ios", "android" ], "author": "jacklam <jacklam718@gmail.com> (https://github.com/jacklam718)", "license": "MIT", "homepage": "https://github.com/jacklam718/react-native-popup-dialog/blob/master/README.md", "dependencies": { "babel-preset-es2016": "^6.24.1", "babel-preset-react-native": "^3.0.1", "prop-types": "^15.5.10", "react-native-popup-dialog": "^0.9.35", "react-native-root-siblings": "^2.0.0" }, "devDependencies": { "babel-eslint": "^7.2.3", "babel-plugin-flow-react-proptypes": "^5.1.1", "eslint": "^4.5.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.3.0", "flow-bin": "^0.53.1", "react": "^15.6.1", "react-native": "^0.47.2", "rimraf": "^2.6.1" } }