{
  "name": "react-occult",
  "version": "0.0.6",
  "description": "Layered Information Visualization based on React and D3",
  "main": "lib/react-occult.cjs.js",
  "browser": "lib/react-occult.js",
  "module": "lib/react-occult.esm.js",
  "files": [
    "dist",
    "lib",
    "es",
    "src"
  ],
  "keywords": [
    "react",
    "d3",
    "visualization",
    "occult",
    "charts"
  ],
  "author": "Yun Xing",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf lib dist es coverage",
    "dev": "webpack-dev-server --config ./webpack.dev.babel.js --content-base docs/public/ --mode development --history-api-fallback",
    "format": "prettier --write \"{src,test,docs}/**/*.{js,ts}\" \"**/*.md\"",
    "format:check": "prettier --list-different \"{src,test,docs}/**/*.{js,ts}\" \"**/*.md\"",
    "lint": "eslint src test docs",
    "pretest": "npm run build",
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "test:cov": "npm test -- --coverage",
    "build": "rollup -c",
    "build:doc": "cross-env NODE_ENV=production webpack --config webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout"
  },
  "dependencies": {
    "@mapbox/polylabel": "^1.0.2",
    "d3-array": "^2.4.0",
    "d3-bboxCollide": "^1.0.4",
    "d3-brush": "^1.1.5",
    "d3-chord": "^1.0.6",
    "d3-collection": "^1.0.7",
    "d3-color": "^1.4.0",
    "d3-contour": "^1.3.2",
    "d3-force": "^2.0.1",
    "d3-glyphedge": "^1.2.0",
    "d3-hexbin": "^0.2.2",
    "d3-hierarchy": "^1.1.9",
    "d3-interpolate": "^1.4.0",
    "d3-polygon": "^1.0.6",
    "d3-sankey-circular": "0.34.0",
    "d3-scale": "^3.2.1",
    "d3-scale-chromatic": "^1.5.0",
    "d3-selection": "^1.4.1",
    "d3-shape": "^1.3.7",
    "d3-time-format": "^2.2.2",
    "d3-voronoi": "^1.1.4",
    "polygon-offset": "0.3.1",
    "prop-types": "15.7.2",
    "regression": "^2.0.1",
    "roughjs-es5": "^0.1.0",
    "semiotic-mark": "0.3.1",
    "svg-path-bounding-box": "1.0.4",
    "viewport-mercator-project": "^6.2.2"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/node": "^7.7.4",
    "@babel/plugin-external-helpers": "^7.7.4",
    "@babel/plugin-proposal-class-properties": "7.7.4",
    "@babel/plugin-proposal-decorators": "^7.7.4",
    "@babel/plugin-proposal-export-default-from": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.4",
    "@babel/plugin-syntax-dynamic-import": "7.7.4",
    "@babel/plugin-transform-modules-commonjs": "7.7.4",
    "@babel/plugin-transform-object-assign": "^7.7.4",
    "@babel/plugin-transform-react-constant-elements": "7.7.4",
    "@babel/plugin-transform-react-inline-elements": "7.7.4",
    "@babel/polyfill": "^7.7.0",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-es2015": "^7.0.0-beta.53",
    "@babel/preset-react": "^7.7.4",
    "@babel/register": "^7.7.4",
    "@material-ui/core": "^3.9.2",
    "@material-ui/icons": "^3.0.2",
    "@material-ui/lab": "^3.0.0-alpha.30",
    "add-asset-html-webpack-plugin": "3.1.3",
    "autosuggest-highlight": "^3.1.1",
    "axios": "^0.19.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-dynamic-import-node": "2.3.0",
    "babel-plugin-inline-import-graphql-ast": "^2.4.1",
    "babel-plugin-lodash": "3.3.4",
    "babel-plugin-react-require": "^3.1.1",
    "babel-plugin-react-transform": "3.0.0",
    "babel-plugin-styled-components": "1.10.6",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "bourbon": "^6.0.0",
    "bourbon-neat": "^4.0.0",
    "circular-dependency-plugin": "5.2.0",
    "compression-webpack-plugin": "^3.0.0",
    "connected-react-router": "^4.5.0",
    "copy-webpack-plugin": "^5.0.5",
    "coveralls": "3.0.9",
    "cross-env": "^6.0.3",
    "css-loader": "3.2.0",
    "d3": "^5.14.2",
    "d3-dsv": "^1.2.0",
    "d3-hsv": "^0.1.0",
    "dagre": "^0.8.5",
    "enzyme": "3.10.0",
    "enzyme-adapter-react-16": "1.15.1",
    "enzyme-to-json": "3.4.3",
    "eslint": "6.7.1",
    "eslint-config-airbnb": "18.0.1",
    "eslint-config-airbnb-base": "14.0.0",
    "eslint-config-react-app": "^5.0.2",
    "eslint-import-resolver-webpack": "0.11.1",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.16.0",
    "eslint-plugin-redux-saga": "1.1.1",
    "eventsource-polyfill": "0.9.6",
    "exports-loader": "0.7.0",
    "file-loader": "5.0.2",
    "glob": "^7.1.6",
    "history": "^4.10.1",
    "hoist-non-react-statics": "3.3.1",
    "html-loader": "0.5.5",
    "html-webpack-plugin": "3.2.0",
    "husky": "3.1.0",
    "image-webpack-loader": "6.0.0",
    "imports-loader": "0.8.0",
    "jest": "^24.9.0",
    "jest-cli": "24.9.0",
    "labella": "^1.1.4",
    "less-loader": "^5.0.0",
    "lint-staged": "9.5.0",
    "lodash.throttle": "^4.1.1",
    "mapbox-gl": "^1.6.1",
    "moment": "^2.24.0",
    "node-plop": "0.23.0",
    "node-sass": "^4.13.0",
    "null-loader": "3.0.0",
    "pixrem": "^5.0.0",
    "plop": "2.5.3",
    "postcss": "^7.0.23",
    "postcss-calc": "^7.0.1",
    "postcss-color-function": "^4.1.0",
    "postcss-custom-media": "^7.0.8",
    "postcss-custom-properties": "^9.0.2",
    "postcss-custom-selectors": "^5.1.2",
    "postcss-flexbugs-fixes": "^4.1.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-media-minmax": "^4.0.0",
    "postcss-nested": "^4.2.1",
    "postcss-nesting": "^7.0.1",
    "postcss-pseudoelements": "^5.0.0",
    "postcss-selector-matches": "^4.0.0",
    "postcss-selector-not": "^4.0.0",
    "prettier": "1.19.1",
    "raf": "3.4.1",
    "raw-loader": "^4.0.0",
    "react": "^16.8.4",
    "react-annotation": "^2.2.1",
    "react-app-polyfill": "^0.2.2",
    "react-autosuggest": "^9.4.3",
    "react-dom": "^16.8.4",
    "react-helmet": "^5.2.1",
    "react-ionicons": "^2.1.6",
    "react-loadable": "^5.5.0",
    "react-loading-bar": "0.0.7",
    "react-masonry-css": "^1.0.14",
    "react-redux": "5.0.7",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "react-swipeable-views": "^0.13.1",
    "react-syntax-highlighter": "^10.1.3",
    "react-test-renderer": "16.8.4",
    "recompose": "^0.30.0",
    "redux": "^4.0.1",
    "redux-form": "^8.1.0",
    "redux-form-material-ui": "^5.0.0-beta.3",
    "redux-immutable": "^4.0.0",
    "redux-saga": "0.16.2",
    "rimraf": "3.0.0",
    "rollup": "^1.27.14",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^6.2.1",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-nodent": "^0.2.2",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-replace": "^2.0.0",
    "sanitize.css": "^11.0.0",
    "sass-loader": "^8.0.0",
    "sass-material-colors": "0.0.5",
    "semiotic": "^1.20.4",
    "shelljs": "0.8.3",
    "style-loader": "1.0.1",
    "stylelint": "12.0.0",
    "stylelint-config-standard": "19.0.0",
    "stylelint-config-styled-components": "0.1.1",
    "stylelint-processor-styled-components": "1.9.0",
    "svg-url-loader": "^3.0.3",
    "url-loader": "3.0.0",
    "webpack": "^4.41.2",
    "webpack-cli": "3.3.10",
    "webpack-dev-server": "^3.9.0",
    "webpack-node-externals": "^1.7.2",
    "webpack-pwa-manifest": "4.1.1"
  }
}
