{
  "name": "@jbuschke/formik-antd",
  "version": "1.5.5",
  "author": "Jannik Buschke",
  "description": "Dead simple declarative bindings for Formik and Ant Design.",
  "displayName": "formik-antd",
  "keywords": [
    "react",
    "formik",
    "antd",
    "ant",
    "design",
    "form"
  ],
  "sideEffects": [
    "es/**/style/*",
    "lib/**/style/*"
  ],
  "license": "MIT",
  "private": false,
  "files": [
    "lib",
    "src",
    "es"
  ],
  "module": "./es/index.js",
  "main": "./lib/index.js",
  "types": "./lib/types.d.ts",
  "scripts": {
    "build": "tsc && tsc -p tsconfig.es.json",
    "tsc": "tsc && tsc -p tsconfig.es.json",
    "watch": "tsc --watch",
    "cleanbuild": "rm -r node_modules && npm install && tsc",
    "test": "jest",
    "preinstall": "echo @jbuschke/formik-antd' was renamed to 'formik-antd'. All future versions will be available on the new name. Pls start using the new package."
  },
  "dependencies": {},
  "peerDependencies": {
    "antd": ">= 3.12.1 < 4",
    "formik": ">= 1.4.1 < 2",
    "react": ">= 16.8.0 < 17",
    "react-dom": ">= 16.8.0 < 17"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "4.1.0",
    "@testing-library/react": "9.3.0",
    "@types/jest": "24.0.18",
    "@types/node": "12.7.11",
    "@types/react": "16.9.5",
    "@types/react-dom": "16.9.1",
    "antd": "3.23.5",
    "formik": "1.5.8",
    "jest": "24.9.0",
    "moment": "2.24.0",
    "react": "16.10.2",
    "react-dom": "16.10.2",
    "ts-jest": "24.1.0",
    "tslib": "1.10.0",
    "typescript": "3.6.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jannikbuschke/formik-antd/"
  }
}
