UNPKG

@react-form-fields/native-base

Version:

Native Base Form Fields

67 lines (66 loc) 1.67 kB
{ "name": "@react-form-fields/native-base", "description": "Native Base Form Fields", "private": false, "keywords": [ "native-base", "react", "react native", "react-form", "form", "validation", "mobile" ], "version": "2.6.7", "main": "./index.js", "types": "./index.d.ts", "license": "MIT", "author": { "name": "Daniel Prado", "email": "danielprado.ad@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/react-form-fields/native-base" }, "bugs": { "url": "https://github.com/react-form-fields/native-base/issues" }, "scripts": { "start": "sh ./dev.sh", "preprepare": "yarn lint", "prepare": "yarn tsc", "lint": "yarn eslint \"./**/*.ts\" \"./**/*.tsx\"" }, "dependencies": { "@react-form-fields/core": "^2.5.1", "date-fns": ">=2.0.0", "native-base": ">=2.0.0", "react-native-modal-datetime-picker": "^8.0.1", "tslib": ">=1.10.0", "uuid": ">=3.0.0" }, "peerDependencies": { "native-base": ">=2.0.0" }, "devDependencies": { "@types/node": "12.11.7", "@types/prop-types": "15.7.3", "@types/react": "16.9.11", "@types/react-native": "0.60.22", "@types/uuid": "3.4.5", "@typescript-eslint/eslint-plugin": "2.6.0", "@typescript-eslint/parser": "2.6.0", "concurrently": "5.0.0", "eslint": "6.6.0", "eslint-config-prettier": "6.5.0", "eslint-plugin-prettier": "3.1.1", "eslint-plugin-react": "7.16.0", "eslint-plugin-react-hooks": "2.2.0", "husky": "3.0.9", "prettier": "1.18.2", "react": "16.11.0", "react-native": "0.61.2", "typescript": "3.6.4" } }