UNPKG

react-native-validator

Version:
53 lines (52 loc) 1.23 kB
{ "name": "react-native-validator", "version": "0.0.12", "private": false, "main": "./src/index.js", "repository": "https://github.com/MTTTM/react-native-async-validator", "description":"A react-native form verification tool", "author": "lucy2", "keywords": [ "reactNative", "form", "reactNativeForm", "react-native-form", "Form", "reactNativeValidator", "validator" ], "files": [ "src/components/*", "src/index.js", "./yarn.lock", "./README.md", "./babel.config.js", "./metro.config.js" ], "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "async-validator": "^3.2.3", "prop-types": "^15.7.2", "react": "16.9.0", "react-native": "0.61.5" }, "devDependencies": { "@babel/core": "^7.8.3", "@babel/runtime": "^7.8.3", "@react-native-community/eslint-config": "^0.0.6", "babel-jest": "^25.1.0", "eslint": "^6.8.0", "jest": "^25.1.0", "metro-react-native-babel-preset": "^0.58.0", "react-test-renderer": "16.9.0" }, "jest": { "preset": "react-native" } }