{
  "name": "@react-form-fields/core",
  "description": "Material UI Form Fields",
  "keywords": [
    "material-ui",
    "react",
    "react-form",
    "form",
    "validation",
    "material"
  ],
  "version": "2.5.2",
  "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/core"
  },
  "bugs": {
    "url": "https://github.com/react-form-fields/core/issues"
  },
  "scripts": {
    "docs:dev": "(cd docs/project && yarn && yarn start)",
    "docs:build": "sh docs/build.sh",
    "preprepare": "yarn lint",
    "prepare": "yarn tsc",
    "lint": "yarn eslint \"./**/*.ts\" \"./**/*.tsx\""
  },
  "husky": {
    "hooks": {
      "pre-commit": "concurrently -r \"yarn lint\" \"yarn tsc --noEmit\"",
      "post-merge": "yarn"
    }
  },
  "dependencies": {
    "@types/validatorjs": "^3.15.0",
    "intl": "^1.2.5",
    "lodash": ">=4.0.0",
    "react": ">=16.8.0",
    "tslib": ">=1.10.0",
    "uuid": ">=3.0.0",
    "validatorjs": "^3.15.1"
  },
  "peerDependencies": {
    "react": ">=16.3.0"
  },
  "devDependencies": {
    "@types/intl": "^1.2.0",
    "@types/lodash": "4.14.134",
    "@types/node": "12.0.10",
    "@types/react": "16.8.22",
    "@types/uuid": "3.4.4",
    "@typescript-eslint/eslint-plugin": "1.11.0",
    "@typescript-eslint/parser": "1.11.0",
    "concurrently": "4.1.1",
    "eslint": "6.0.1",
    "eslint-plugin-react": "7.14.2",
    "husky": "2.5.0",
    "typescript": "3.5.2"
  }
}
