{
  "name": "pathway-mapper",
  "description": "Base React components for PathwayMapper",
  "version": "2.3.0",
  "main": "dist/index.es5.js",
  "module": "dist/index.es5.js",
  "jsnext:main": "dist/index.es5.js",
  "typings": "dist/ui/react-pathway-mapper.d.ts",
  "styles": "dist/styles.css",
  "author": "i-Vis at Bilkent <ivisatbilkent@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/iVis-at-Bilkent/pathway-mapper"
  },
  "license": "AGPL-3.0-only",
  "engines": {
    "yarn": ">=1.21.1",
    "node": ">=8.12.0"
  },
  "scripts": {
    "build:dev": "cross-env NODE_ENV=development NODE_OPTIONS=--max-old-space-size=2048 webpack",
    "build:prod": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=2048 webpack"
  },
  "peerDependencies": {
    "bootstrap": "^3.0.0 || ^4.0.0",
    "jquery": "^1.4 || ^2.0 || ^3.0",
    "mobx": "^6.0.0",
    "mobx-react": "^6.0.0",
    "react": "^15.0.0 || ^16.0.0",
    "react-bootstrap": "^0.30.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "@datastructures-js/max-heap": "^2.0.0",
    "autobind-decorator": "^2.4.0",
    "cytoscape": "^3.8.2",
    "cytoscape-context-menus": "^4.1.0",
    "cytoscape-edge-editing": "^4.0.0",
    "cytoscape-edgehandles": "^3.5.1",
    "cytoscape-fcose": "^2.1.0",
    "cytoscape-grid-guide": "^2.3.3",
    "cytoscape-layout-utilities": "^1.1.1",
    "cytoscape-navigator": "^1.3.3",
    "cytoscape-node-editing": "^4.1.0",
    "cytoscape-panzoom": "~2.5.2",
    "cytoscape-popper": "^2.0.0",
    "cytoscape-undo-redo": "^1.3.3",
    "cytoscape-view-utilities": "^6.0.0",
    "file-saver": "^2.0.2",
    "jquery-ui-dist": "^1.12.1",
    "konva": "^7.0.3",
    "lodash": "^4.17.21",
    "oncoprintjs": "^5.0.2",
    "react-loader-spinner": "^2.3.0",
    "react-scrollbar": "^0.5.6",
    "react-table": "^6.10.0",
    "react-toastify": "^5.3.1",
    "react-tooltip": "^3.10.0",
    "sharedb": "^1.1.0",
    "tippy.js": "^6.3.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "@types/cytoscape": "^3.4.0",
    "@types/jest": "24.0.11",
    "@types/jquery": "^3.3.29",
    "@types/node": "11.13.4",
    "@types/react": "16.8.8",
    "@types/react-bootstrap": "^0.32.19",
    "@types/react-dom": "16.8.2",
    "babel": "^6.23.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.0.6",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "clean-webpack-plugin": "^3.0.0",
    "colors": "^1.3.2",
    "commitizen": "^3.0.0",
    "coveralls": "^3.0.2",
    "cross-env": "^5.2.0",
    "cz-conventional-changelog": "^2.1.0",
    "file-loader": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.0.1",
    "jest": "^23.6.0",
    "jest-config": "^23.6.0",
    "lint-staged": "^8.0.0",
    "lodash.camelcase": "^4.3.0",
    "mini-css-extract-plugin": "^0.6.0",
    "prettier": "^1.14.3",
    "prompt": "^1.0.0",
    "react-scripts": "2.1.8",
    "react-scripts-ts": "^3.1.0",
    "replace-in-file": "^3.4.2",
    "rimraf": "^2.6.2",
    "semantic-release": "^15.9.16",
    "shelljs": "^0.8.3",
    "source-map-loader": "^0.1.6",
    "travis-deploy-once": "^5.0.9",
    "ts-jest": "^23.10.2",
    "ts-loader": "4.0.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.15.0",
    "tslint-config-standard": "^8.0.1",
    "ttf-loader": "^1.0.2",
    "typedoc": "^0.12.0",
    "typescript": "4.1.3",
    "url-loader": "^1.1.2",
    "webpack": "^4.32.2",
    "webpack-cli": "^3.3.2",
    "webpack-dev-server": "^3.5.1",
    "webpack-node-externals": "^1.7.2"
  }
}
