{
  "name": "react-network-diagrams-hso",
  "version": "0.16.13",
  "keywords": [
    "network",
    "circuits",
    "maps",
    "concatenated",
    "parallel",
    "editor",
    "react"
  ],
  "main": "lib/index",
  "homepage": "http://software.es.net/react-network-diagrams",
  "author": "ESnet Tools Team <tools@es.net>",
  "repository": "esnet/react-network-diagrams",
  "bugs": {
    "url": "https://github.com/esnet/react-network-diagrams/issues"
  },
  "scripts": {
    "docs": "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o ../website/src/api/docs.json --pretty",
    "lint": "eslint src/components/*.js",
    "test": "npm run lint",
    "build": "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/index.js --optional runtime --stage 0 --out-file lib/index.js",
    "start-website": "react-scripts start",
    "build-website": "echo \"*** Building website\n\" && rm -rf docs && react-scripts build && mv build docs",
    "precommit": "lint-staged",
    "prettier": "prettier --print-width 100 --tab-width 4 --write \"./src/**/*.js\"",
    "storybook": "start-storybook -p 9009 -s public",
    "build-storybook": "build-storybook -s public"
  },
  "lint-staged": {
    "*.js": [
      "prettier --print-width 100 --tab-width 4 --write",
      "git add"
    ]
  },
  "pre-commit": [
    "lint",
    "build"
  ],
  "license": "BSD-3-Clause-LBNL",
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "d3-format": "^3.1.0",
    "d3-hierarchy": "^1.1.9",
    "d3-scale": "^4.0.2",
    "keymirror": "^0.1.1",
    "prop-types": "^15.8.1",
    "react-select": "^5.7.4",
    "underscore": "^1.13.6",
    "victor": "^1.1.0"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^5.2.6",
    "@storybook/addon-links": "^5.2.6",
    "@storybook/addons": "^5.2.6",
    "@storybook/react": "^5.2.6",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.25.0",
    "babel-eslint": "^8.2.1",
    "babel-loader": "^7.1.5",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "eslint": "^4.1.1",
    "eslint-config-react-app": "^2.1.0",
    "eslint-plugin-flowtype": "^2.42.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.6.1",
    "lint-staged": "^6.1.0",
    "pondjs": "^0.9.0",
    "prettier": "^1.9.2",
    "react": "^16.2.0",
    "react-docgen": "^2.20.0",
    "react-dom": "^16.2.0",
    "react-scripts": "^1.1.0"
  },
  "peerDependencies": {
    "react": "^15.3.1 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^15.3.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "eslintConfig": {
    "extends": "react-app"
  }
}
