{
  "name": "r2d3",
  "version": "1.0.0",
  "description": "Data Visualization using React and D3.js",
  "scripts": {
    "start": "start-storybook",
    "build-storybook": "build-storybook",
    "deploy-storybook": "gh-pages -d storybook-static",
    "build": "rollup -c"
  },
  "source": "src/index.ts",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jask-oss/r2d3.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "d3",
    "dataviz",
    "charts"
  ],
  "author": "JASK",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/jask-oss/r2d3/issues"
  },
  "homepage": "https://github.com/jask-oss/r2d3#readme",
  "dependencies": {
    "big-integer": "^1.6.42",
    "chroma-js": "^2.0.3",
    "classnames": "^2.2.6",
    "d3-array": "^2.0.3",
    "d3-ease": "^1.0.5",
    "d3-format": "^1.3.0",
    "d3-geo": "^1.11.3",
    "d3-interpolate": "^1.2.0",
    "d3-sankey": "^0.7.1",
    "d3-scale": "^2.2.2",
    "human-format": "^0.10.1",
    "d3-shape": "^1.3.4",
    "lodash-es": "^4.17.11",
    "memoize-bind": "^1.0.3",
    "popper.js": "^1.14.7",
    "rdk": "^1.0.1",
    "react-pose": "^4.0.7",
    "react-scrolllock": "^4.0.1",
    "react-sizeme": "^2.5.2",
    "react-transition-group": "^2.5.3",
    "topojson-client": "^3.0.0",
    "world-atlas": "^1.1.4"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.3",
    "@babel/plugin-proposal-class-properties": "^7.3.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.3.1",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.1.0",
    "@babel/runtime": "^7.3.1",
    "@storybook/addon-knobs": "^5.0.0-rc.8",
    "@storybook/addon-centered": "^5.0.0-rc.8",
    "@storybook/addons": "^5.0.0-rc.8",
    "@storybook/react": "^5.0.0-rc.8",
    "@types/classnames": "^2.2.6",
    "@types/d3-array": "^1.2.6",
    "@types/d3-geo": "^1.11.1",
    "@types/d3-sankey": "^0.7.4",
    "@types/d3-scale": "^2.1.1",
    "@types/d3-shape": "^1.3.1",
    "@types/humanize-string": "^1.0.0",
    "@types/react": "^16.8.6",
    "@types/react-dom": "^16.8.2",
    "@types/topojson-client": "^3.0.0",
    "autoprefixer": "^9.3.1",
    "gh-pages": "^2.0.1",
    "moment": "^2.24.0",
    "node-sass": "^4.11.0",
    "postcss-focus-visible": "^4.0.0",
    "react": "^16.8.2",
    "react-dom": "^16.8.2",
    "rollup": "^1.2.2",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-postcss-modules": "^2.0.1",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.19.2",
    "sass-loader": "^7.1.0",
    "typescript": "^3.3.3"
  }
}
