{
  "name": "bkn-form",
  "version": "2.0.0-beta.25",
  "description": "Automatic forms through taxonomy schema.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Beakyn/bkn-form.git"
  },
  "keywords": [
    "form",
    "react",
    "beakyn"
  ],
  "author": "Beakyn <contact@beakyn.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Beakyn/bkn-form/issues"
  },
  "homepage": "https://github.com/Beakyn/bkn-form#readme",
  "dependencies": {
    "classnames": "2.2.5",
    "dateformat": "3.0.2",
    "fast-deep-equal": "1.0.0",
    "lodash.flatten": "4.4.0",
    "lodash.get": "4.4.2",
    "lodash.includes": "4.3.0",
    "lodash.isempty": "4.4.0",
    "lodash.isnumber": "3.0.3",
    "lodash.last": "3.0.0",
    "lodash.omit": "4.5.0",
    "lodash.set": "4.3.2",
    "lodash.without": "4.4.0",
    "react-select": "2.1.0"
  },
  "devDependencies": {
    "@material-ui/core": "3.2.2",
    "@material-ui/icons": "3.0.1",
    "@types/react": "16.0.19",
    "bkn-ui": "2.0.0-beta.10",
    "react": "16.5.2",
    "react-dom": "16.5.2",
    "rimraf": "2.6.2",
    "typescript": "3.1.1"
  },
  "peerDependencies": {
    "@material-ui/core": "^3.2.2",
    "@material-ui/icons": "^3.0.1",
    "bkn-ui": "2.0.0-beta.10",
    "react": "^16.5.2",
    "react-dom": "^16.5.2",
    "react-select": "~2.1.0"
  }
}
