{
  "name": "react-lazy-paginated-tree",
  "version": "0.8.4",
  "description": "Customizable React Tree-View with Lazy Loading and Pagination",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:boweihan/react-lazy-paginated-tree.git"
  },
  "keywords": [
    "react",
    "tree",
    "treeview",
    "lazyload",
    "pagination",
    "material-ui"
  ],
  "main": "dist/index.js",
  "peerDependencies": {
    "@material-ui/core": "^1.5.1",
    "react": "^16.3.2",
    "react-dom": "^16.3.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.5",
    "@material-ui/icons": "^2.0.3",
    "fast-deep-equal": "^2.0.1",
    "react-addons-css-transition-group": "^15.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.1.5",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-decorators": "^7.1.2",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-transform-async-to-generator": "^7.1.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.1.5",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^8.0.4",
    "css-loader": "^1.0.0",
    "eslint": "^5.3.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "flow": "^0.2.3",
    "jest": "^23.6.0",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-test-renderer": "^16.5.2",
    "style-loader": "^0.22.1",
    "webpack": "^4.16.5",
    "webpack-cli": "^3.1.0"
  },
  "jest": {
    "verbose": true,
    "moduleNameMapper": {
      "\\.(css|less)$": "<rootDir>/test/mocks/styleMock.js"
    },
    "globals": {
      "window": true
    }
  },
  "scripts": {
    "watch": "webpack --watch",
    "build": "webpack --config webpack.config.js --mode=production",
    "build:profile": "webpack --config webpack.config.js --mode=production --profile --json > buildstats.json",
    "test": "jest"
  },
  "author": "Bowei Han",
  "license": "MIT"
}
