{
  "name": "@d3rd/hiplot-dev",
  "version": "1.1.1611940654",
  "description": "HiPlot is a lightweight interactive visualization tool to help AI researchers discover correlations and patterns in high-dimensional data using parallel plots and other graphical ways to represent information.",
  "main": "dist/hiplot.lib.js",
  "types": "dist/hiplot.d.ts",
  "dependencies": {},
  "peerDependencies": {
    "react": "^16.12.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-typescript": "^7.7.4",
    "@types/bootstrap": "^4.3.1",
    "@types/d3": "^5.7.2",
    "@types/datatables.net": "^1.10.18",
    "@types/jquery": "^3.3.31",
    "@types/react": "^16.9.13",
    "@types/react-dom": "^16.9.4",
    "@types/source-map": "^0.5.7",
    "@types/underscore": "^1.9.4",
    "assert": "^2.0.0",
    "bootstrap": "^4.4.1",
    "colorsys": "^1.0.22",
    "css-loader": "^3.4.1",
    "d3": "^5.14.2",
    "datatables.net-bs4": "^1.10.20",
    "datatables.net-buttons": "^1.6.1",
    "datatables.net-buttons-bs4": "^1.6.1",
    "datatables.net-colreorder-bs4": "^1.5.2",
    "datatables.net-fixedheader-bs4": "^3.1.6",
    "datatables.net-responsive-bs4": "^2.2.3",
    "file-loader": "^5.0.2",
    "hoist-non-react-statics": "^3.3.2",
    "imports-loader": "^0.8.0",
    "jquery": "^3.4.1",
    "json5": "^2.1.3",
    "license-webpack-plugin": "^2.1.3",
    "node-sass": "^4.14.1",
    "npm-run-all": "^4.1.5",
    "postcss-loader": "^3.0.0",
    "postcss-rem-to-pixel": "^4.1.2",
    "randomcolor": "^0.5.4",
    "react": "^16.13.1",
    "react-dom": "^16.12.0",
    "react-dropzone": "^11.0.1",
    "sass-loader": "^8.0.0",
    "seedrandom": "^3.0.5",
    "source-map-loader": "^0.2.4",
    "style-loader": "^1.1.2",
    "ts-loader": "^6.2.1",
    "typed-scss-modules": "^1.3.0",
    "typescript": "^3.7.5",
    "underscore": "^1.9.1",
    "url-loader": "^3.0.0",
    "webpack": "^4.42.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.10",
    "worker-loader": "^2.0.0"
  },
  "scripts": {
    "build": "npm-run-all tsm webpack",
    "build-dev": "npm-run-all tsm webpack-dev",
    "build-dev-watch": "npm-run-all tsm webpack-dev-watch",
    "prepublish": "npm-run-all prepublish-ts",
    "tsm": "tsm src -i node_modules/",
    "webpack": "webpack --display-error-details --progress",
    "webpack-dev": "webpack --display-error-details --progress -d --env.debug",
    "webpack-dev-watch": "webpack --display-error-details --progress -d --env.debug -w",
    "prepublish-ts": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facebookresearch/hiplot.git"
  },
  "author": "Facebook AI Research",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/facebookresearch/hiplot/issues"
  },
  "homepage": "https://github.com/facebookresearch/hiplot#readme"
}
