{
  "name": "@data-ui/radial-chart",
  "version": "0.0.84",
  "description": "A package for radial-axis visualizations https://williaster.github.io/data-ui",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "esm",
    "lib"
  ],
  "scripts": {
    "build:cjs": "beemo babel ./src --out-dir lib/ --react --minify",
    "build:esm": "beemo babel ./src --out-dir esm/ --react --esm --minify",
    "build": "yarn run build:cjs && yarn run build:esm",
    "jest": "beemo jest --react --color --coverage",
    "eslint": "beemo eslint \"./{src,test}/**/*.{js,jsx,json,md}\" --fix",
    "lint": "beemo create-config prettier && yarn run eslint",
    "test": "yarn run jest",
    "prettier": "beemo prettier \"./{src,test}/**/*.{js,jsx,json,md}\"",
    "prepublish": "yarn run build"
  },
  "repository": "https://github.com/williaster/data-ui",
  "keywords": [
    "visualization",
    "chart",
    "d3",
    "react",
    "vx",
    "data-ui"
  ],
  "author": "Chris Williams @williaster",
  "license": "MIT",
  "dependencies": {
    "@data-ui/shared": "^0.0.84",
    "@data-ui/theme": "^0.0.84",
    "@vx/event": "0.0.140",
    "@vx/group": "0.0.140",
    "@vx/scale": "0.0.140",
    "@vx/shape": "0.0.140",
    "@vx/tooltip": "0.0.140",
    "prop-types": "^15.5.10"
  },
  "devDependencies": {
    "@data-ui/build-config": "^0.0.40",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "peerDependencies": {
    "react": "^15.0.0-0 || ^16.0.0-0",
    "react-dom": "^15.0.0-0 || ^16.0.0-0"
  },
  "beemo": {
    "module": "@data-ui/build-config",
    "drivers": [
      "prettier",
      "eslint",
      "babel",
      "jest"
    ],
    "eslint": {
      "rules": {
        "sort-keys": "off"
      }
    },
    "jest": {
      "transform": {
        "^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest"
      }
    }
  },
  "gitHead": "402f8832a1e6467169a4c07780e002dabd5c028d"
}
