{
  "name": "@blueprintjs-formik/datetime",
  "version": "0.4.1",
  "dependencies": {
    "lodash.get": "^4.4.2",
    "lodash.keyby": "^4.6.0",
    "styled-components": "^5.3.3",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "typecheck": "tsc",
    "build": "cross-env NODE_ENV=production tsc --noEmit --project ./tsconfig.json && rollup -c"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": []
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "./dist/esm/index.js",
  "typings": "./dist/index.d.ts",
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.3.0",
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^12.1.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.4.0",
    "@types/lodash.get": "^4.4.6",
    "@types/lodash.keyby": "^4.6.6",
    "@types/node": "^17.0.14",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/styled-components": "^5.1.22",
    "cross-env": "^7.0.3",
    "rollup": "^2.67.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "tslib": "^2.8.1",
    "typescript": "^4.5.5",
    "webpack": "^5.68.0"
  },
  "peerDependencies": {
    "@blueprintjs-formik/core": "^0.3.2 || 4 || 5",
    "@blueprintjs/core": "^3.52.0 || 4 || 5",
    "@blueprintjs/datetime": "^3.21.0 || 4 || 5",
    "@blueprintjs/datetime2": "^0.9.0",
    "@blueprintjs/select": "^3.18.12 || 4 || 5",
    "formik": "^2.2.9",
    "react": "16 || ^17.0.2 || ^18.2.0",
    "react-dom": "16 || ^17.0.2 || ^18.2.0"
  },
  "description": "Bindings for using Formik and Blueprint.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigcapitalhq/blueprint-formik.git"
  },
  "keywords": [
    "blueprintjs",
    "formik",
    "react"
  ],
  "author": "Ahmed Bouhuolia",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bigcapitalhq/blueprint-formik/issues"
  },
  "homepage": "https://github.com/bigcapitalhq/blueprint-formik#readme"
}
