{
  "name": "awesome-react-org-chart",
  "version": "1.4.11",
  "description": "Renders large organization charts with multiple compaction/packing techniques to improve readability and accessibility.",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "peerDependencies": {
    "react": ">=15",
    "react-dom": ">=15"
  },
  "dependencies": {
    "react-transition-group": "^4.0.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "awesome",
    "react",
    "org",
    "chart",
    "pack",
    "packing",
    "compact",
    "compaction",
    "relationship"
  ],
  "scripts": {
    "test": "npx ts-mocha ./spec/**/*.spec.ts",
    "start": "node register.js",
    "build": "export NODE_ENV=production; npm run build-lib; npm run build-app",
    "watch": "export NODE_ENV=development; npx npm-run-all --parallel watch-app watch-lib",
    "build-app": "export NODE_ENV=production; rm -r ./public/scripts; npx webpack --config webpack.config.js",
    "build-lib": "export NODE_ENV=production; rm -r ./dist; npx tsc",
    "watch-app": "export NODE_ENV=development; npx webpack --config webpack.config.js",
    "watch-lib": "export NODE_ENV=development; rm -r ./dist; npx tsc-watch"
  },
  "author": "Mathew Kurian",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/mathew-kurian/awesome-react-org-chart.git"
  },
  "bugs": {
    "url": "https://github.com/mathew-kurian/awesome-react-org-chart/issues"
  },
  "homepage": "https://github.com/mathew-kurian/awesome-react-org-chart#readme",
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@babel/register": "^7.10.5",
    "@types/compression": "^1.7.0",
    "@types/cors": "^2.8.7",
    "@types/express": "^4.17.7",
    "@types/faker": "^4.1.12",
    "@types/jquery": "^3.5.1",
    "@types/mocha": "^8.0.1",
    "@types/node": "^14.0.27",
    "@types/react": "^16.9.44",
    "@types/react-dom": "^16.9.8",
    "@types/react-transition-group": "^4.0.0",
    "awesome-esbuild-loader": "^1.0.3",
    "babel-loader": "^8.1.0",
    "bootstrap": "^4.5.0",
    "css-loader": "^4.2.0",
    "express": "^4.17.1",
    "faker": "^4.1.0",
    "fork-ts-checker-webpack-plugin": "^5.0.13",
    "mocha": "^8.1.0",
    "npm-run-all": "^4.1.5",
    "react": "latest",
    "react-animation-components": "^3.0.0",
    "react-bootstrap": "^1.3.0",
    "react-dom": "latest",
    "react-fast-grid": "^2.1.7",
    "react-icons": "^3.10.0",
    "react-jss": "^10.3.0",
    "react-transition-group": "^4.0.0",
    "style-loader": "^1.2.1",
    "terser-webpack-plugin": "^3.0.8",
    "ts-mocha": "^7.0.0",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  }
}
