{
  "name": "@data-ui/build-config",
  "version": "0.0.40",
  "description": "Version-controlled build config for easy re-use and sharing",
  "scripts": {
    "lint": "beemo eslint .",
    "prettier": "beemo prettier \"./{configs,dotfiles}/*.{js,json,md}\""
  },
  "beemo": {
    "module": "@local",
    "drivers": [
      "eslint",
      "prettier",
      "babel"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/williaster/data-ui.git"
  },
  "keywords": [
    "build",
    "config",
    "javascript",
    "beemo"
  ],
  "author": "Chris Williams @williaster",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/williaster/build-tool-config/issues"
  },
  "homepage": "https://github.com/williaster/build-tool-config#readme",
  "dependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.2.1",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.1.0",
    "@beemo/cli": "^0.27.0",
    "@beemo/core": "^0.27.0",
    "@beemo/driver-babel": "^0.27.0",
    "@beemo/driver-eslint": "^0.27.0",
    "@beemo/driver-jest": "^0.27.0",
    "@beemo/driver-prettier": "^0.27.0",
    "@beemo/driver-typescript": "^0.16.0",
    "@types/enzyme": "^3.1.15",
    "@types/jest": "^23.3.9",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.1.0",
    "babel-plugin-transform-dev": "^2.0.1",
    "babel-plugin-typescript-to-proptypes": "^0.13.0",
    "babel-preset-minify": "^0.5.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^5.13.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^3.1.0",
    "eslint-plugin-babel": "^5.2.1",
    "eslint-plugin-compat": "^2.6.2",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.2.2",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-react": "^7.11.0",
    "eslint-plugin-typescript": "^0.14.0",
    "fs-extra": "^7.0.0",
    "jest": "^24.1.0",
    "jest-runner-eslint": "^0.7.3",
    "prettier": "^1.14.3",
    "react": "^16.4.1",
    "react-dom": "^16.4.1",
    "react-test-renderer": "^16.4.1",
    "typescript": "^3.1.6",
    "typescript-eslint-parser": "^21.0.2"
  }
}
