UNPKG

react-native-confirmation-code-field

Version:

A react-native component to input confirmation code for both Android and IOS

66 lines (65 loc) 1.78 kB
{ "name": "react-native-confirmation-code-field", "version": "3.4.0", "main": "src/components/ConfirmationCodeInput/index.js", "scripts": { "test": "jest", "flow": "flow", "lint": "eslint src ./*.js", "ci": "npm run test & npm run flow & npm run lint", "docs": "doctoc docs/API.md", "prepublishOnly": "npm run ci" }, "peerDependencies": { "prop-types": "^15.0.0", "react": "^16.4.0", "react-native": "^0.57.0" }, "devDependencies": { "@exeto/eslint-config": "^2.0.0", "@exeto/eslint-config-react": "^3.0.0", "@types/react": "^16.8.8", "@types/react-native": "^0.57.41", "babel-eslint": "^10.0.1", "doctoc": "^1.4.0", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.10.0", "eslint": "^5.15.1", "eslint-config-prettier": "^4.1.0", "eslint-plugin-flowtype": "^3.4.2", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "flow-bin": "^0.95.1", "husky": "^1.3.1", "jest": "^24.5.0", "lint-staged": "^8.1.5", "prettier": "^1.16.4", "prop-types": "^15.7.2", "react": "^16.8.5", "react-dom": "^16.8.5", "react-native": "^0.59.2" }, "husky": { "hooks": { "pre-commit": "lint-staged", "pre-push": "npm run ci" } }, "description": "A react-native component to input confirmation code for both Android and IOS", "repository": "git@github.com:retyui/react-native-confirmation-code-input.git", "author": "David Nrb <offantik@gmail.com>", "license": "MIT", "keywords": [ "react", "react-component", "react-native", "react-native-component", "android", "ios", "code-input", "confirmation-code", "pin-code", "confirmation-code-input", "pin-code-input" ] }