{
  "name": "@balgamat/react-autoform-blueprint",
  "version": "1.0.0",
  "description": "Blueprint components for @balgamat/react-autoform",
  "main": "dist/index.js",
  "private": false,
  "scripts": {
    "build": "yarn tsc",
    "test": "jest",
    "test:watch": "yarn test -- --watch",
    "prepublishOnly": "yarn build",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balgamat/react-autoform-blueprint.git"
  },
  "keywords": [
    "typescript",
    "react",
    "crud",
    "autoform",
    "blueprint",
    "components"
  ],
  "author": "Zytra Technologies, spol. s r. o.",
  "license": "MIT",
  "homepage": "https://github.com/balgamat/react-autoform-blueprinti#readme",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@balgamat/react-autoform": "^8.0.0",
    "@storybook/addon-actions": "^6.0.27",
    "@storybook/addon-essentials": "^6.0.27",
    "@storybook/addon-links": "^6.0.27",
    "@storybook/react": "^6.0.27",
    "@types/i18next": "^13.0.0",
    "@types/jest": "^26.0.14",
    "@types/node": "^13.13.5",
    "@types/ramda": "^0.27.20",
    "@types/react": "^16.9.50",
    "@types/react-i18next": "^8.1.0",
    "@types/react-router": "^5.1.8",
    "@types/react-router-dom": "^5.1.5",
    "babel-loader": "^8.1.0",
    "i18next": "^19.8.3",
    "jest": "^26.0.1",
    "prettier": "^2.1.2",
    "pretty-quick": "^3.0.2",
    "react-i18next": "^11.7.3",
    "react-is": "^17.0.1",
    "ts-jest": "^26.0.0",
    "typescript": "^3.9.2"
  },
  "dependencies": {
    "@blueprintjs/core": "^3.35.0",
    "@blueprintjs/datetime": "^3.19.3",
    "@blueprintjs/select": "^3.14.3",
    "date-fns": "^2.16.1",
    "react-day-picker": "^7.4.8"
  },
  "peerDependencies": {
    "@balgamat/react-autoform": "^7.0.2",
    "i18next": "^19.8.3",
    "ramda": "^0.27.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-i18next": "^11.7.3"
  },
  "jest": {
    "preset": "ts-jest/presets/js-with-ts"
  }
}
