react-native-jsmodal
Version:
React Native Modals Library for IOS & Android.
69 lines (68 loc) • 1.84 kB
JSON
{
"name": "react-native-jsmodal",
"version": "1.0.3",
"description": "React Native Modals Library for IOS & Android.",
"main": "src/index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/StevenRogers/react-native-modals"
},
"keywords": [
"dialog",
"popup",
"react dialog",
"react-native",
"react-native-modals",
"react-native-dialog",
"react native dialog",
"modals",
"react-component",
"ios",
"android"
],
"author": "jacklam <jacklam718@gmail.com> (https://github.com/jacklam718)",
"license": "MIT",
"homepage": "https://github.com/StevenRogers/react-native-modals/blob/master/README.md",
"dependencies": {
"babel-plugin-flow-react-proptypes": "^9.1.1",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react-native": ">=0.50.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.2",
"babel-jest": "^23.0.1",
"babel-preset-react-native": "^4.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.59.0",
"jest": "^22.0.0",
"jest-enzyme": "^7.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-native": "^0.66.4",
"react-native-mock-render": "^0.0.26",
"rimraf": "^2.6.2"
},
"jest": {
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"setupFiles": [
"./__tests__/setup-tests.js"
],
"testRegex": "__tests__/.+\\.test.js$",
"modulePathIgnorePatterns": [
"modals-example/node_modules"
]
}
}