{
  "name": "formik-antd",
  "version": "2.0.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 -p tsconfig.es.json",
    "cleanbuild": "rm -r node_modules && npm install && tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "format": "prettier --write src/**/*.* package.json"
  },
  "dependencies": {},
  "peerDependencies": {
    "antd": ">= 3.12.1 < 5",
    "formik": ">= 1.4.1 < 3",
    "react": ">= 16.8.0",
    "react-dom": ">= 16.8.0"
  },
  "devDependencies": {
    "antd": "4.9.2",
    "formik": "2.2.6",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "tslib": "2.0.3",
    "@testing-library/jest-dom": "5.11.6",
    "@testing-library/react": "11.2.2",
    "@types/jest": "26.0.19",
    "@types/node": "14.14.13",
    "@types/react": "17.0.0",
    "@types/react-dom": "17.0.0",
    "jest": "26.6.3",
    "moment": "2.29.1",
    "ts-jest": "26.4.4",
    "typescript": "4.1.3",
    "prettier": "2.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jannikbuschke/formik-antd/"
  }
}
