{
  "_from": "react-sortable-tree-patch-react-17@^2.9.0",
  "_id": "react-sortable-tree-patch-react-17@2.9.0",
  "_inBundle": false,
  "_integrity": "sha512-Ngtdbf78OfjqCxLj7+N+K4zM9d1mQ/tfnUsOfICFDzNa5JHg6AjixAj69ijvz0ykEiA9lYop+0Fm4KCOqCdlKA==",
  "_location": "/react-sortable-tree-patch-react-17",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-sortable-tree-patch-react-17@^2.9.0",
    "name": "react-sortable-tree-patch-react-17",
    "escapedName": "react-sortable-tree-patch-react-17",
    "rawSpec": "^2.9.0",
    "saveSpec": null,
    "fetchSpec": "^2.9.0"
  },
  "_requiredBy": [
    "/mui-datatables"
  ],
  "_resolved": "https://registry.npmjs.org/react-sortable-tree-patch-react-17/-/react-sortable-tree-patch-react-17-2.9.0.tgz",
  "_shasum": "d80ef61a5b941a8cc52570f6aa2c3059076d9f21",
  "_spec": "react-sortable-tree-patch-react-17@^2.9.0",
  "_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\mui-datatables",
  "authors": [
    "Chris Fritz"
  ],
  "browserslist": [
    "IE 11",
    "last 2 versions",
    "> 1%"
  ],
  "bugs": {
    "url": "https://github.com/frontend-collective/react-sortable-tree/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash.isequal": "^4.5.0",
    "prop-types": "^15.6.1",
    "react": "^17.0.0",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-dnd-scrollzone-patch-react-17": "^1.0.2",
    "react-dom": "^17.0.0",
    "react-lifecycles-compat": "^3.0.4",
    "react-virtualized": "^9.21.2"
  },
  "deprecated": false,
  "description": "Drag-and-drop sortable component for nested data and hierarchies",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/plugin-transform-modules-commonjs": "^7.1.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-react": "^7.7.0",
    "@storybook/addon-storyshots": "^5.2.6",
    "@storybook/addons": "^5.3.17",
    "@storybook/react": "^6.2.9",
    "@storybook/theming": "^5.3.17",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
    "autoprefixer": "^9.7.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.4",
    "codesandbox": "^0.0.0",
    "coveralls": "^3.0.1",
    "cross-env": "^6.0.3",
    "enzyme": "^3.10.0",
    "eslint": "^6.6.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.16.0",
    "gh-pages": "^2.1.1",
    "jest": "^24.9.0",
    "jest-enzyme": "^7.1.2",
    "parcel-bundler": "^1.12.4",
    "prettier": "^1.19.1",
    "react": "^17.0.0",
    "react-addons-shallow-compare": "^15.6.2",
    "react-dnd-test-backend": "^11.1.3",
    "react-dnd-touch-backend": "^9.4.0",
    "react-dom": "^17.0.0",
    "react-hot-loader": "^4.12.17",
    "react-sortable-tree-theme-file-explorer": "^2.0.0",
    "react-test-renderer": "^16.11.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.27.0",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "standard-version": "^9.2.0"
  },
  "files": [
    "dist",
    "style.css"
  ],
  "homepage": "https://frontend-collective.github.io/react-sortable-tree/",
  "jest": {
    "setupFilesAfterEnv": [
      "./node_modules/jest-enzyme/lib/index.js"
    ],
    "setupFiles": [
      "./test-config/shim.js",
      "./test-config/test-setup.js"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "json"
    ],
    "moduleDirectories": [
      "node_modules"
    ],
    "moduleNameMapper": {
      "\\.(css|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
      "^dnd-core$": "dnd-core/dist/cjs",
      "^react-dnd$": "react-dnd/dist/cjs",
      "^react-dnd-html5-backend$": "react-dnd-html5-backend/dist/cjs",
      "^react-dnd-touch-backend$": "react-dnd-touch-backend/dist/cjs",
      "^react-dnd-test-backend$": "react-dnd-test-backend/dist/cjs",
      "^react-dnd-test-utils$": "react-dnd-test-utils/dist/cjs"
    }
  },
  "keywords": [
    "react",
    "react-component"
  ],
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "react-sortable-tree-patch-react-17",
  "peerDependencies": {
    "react": "^17.0.0",
    "react-dnd": "^11.1.3",
    "react-dom": "^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frontend-collective/react-sortable-tree.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build:storybook": "build-storybook -o build",
    "clean": "rimraf dist",
    "clean:storybook": "rimraf build",
    "deploy": "gh-pages -d build",
    "lint": "eslint src",
    "prebuild": "yarn run lint && yarn run clean",
    "prepublishOnly": "yarn run test && yarn run build",
    "prettier": "prettier --write \"{src,example/src,stories}/**/*.{js,css,md}\"",
    "release": "standard-version",
    "storybook": "start-storybook -p ${PORT:-3001} -h 0.0.0.0",
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "version": "2.9.0"
}
