{
  "name": "react-sortable-tree-w",
  "version": "2.0.18",
  "description": "Drag-and-drop sortable component for nested data and hierarchies",
  "scripts": {
    "prebuild": "yarn run lint && yarn run clean",
    "build": "rollup -c",
    "build:storybook": "build-storybook -o build",
    "clean": "rimraf dist",
    "clean:storybook": "rimraf build",
    "lint": "eslint src",
    "prettier": "prettier --write \"{src,example/src,stories}/**/*.{js,css,md}\"",
    "prepublishOnly": "yarn run test && yarn run build",
    "release": "standard-version",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "storybook": "start-storybook -p ${PORT:-3001} -h 0.0.0.0",
    "deploy": "gh-pages -d build"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "style.css"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Merynek/react-sortable-tree"
  },
  "homepage": "https://github.com/Merynek/react-sortable-tree",
  "authors": [
    "Martin Meravy"
  ],
  "license": "MIT",
  "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"
    }
  },
  "browserslist": [
    "IE 11",
    "last 2 versions",
    "> 1%"
  ],
  "dependencies": {
    "@types/react-sortable-tree": "^0.3.12",
    "frontend-collective-react-dnd-scrollzone": "^1.0.2",
    "lodash.isequal": "^4.5.0",
    "react-intersection-observer": "^8.29.0",
    "prop-types": "^15.6.1",
    "react-dnd": "^11.1.3",
    "react-dnd-html5-backend": "^11.1.3",
    "react-lifecycles-compat": "^3.0.4",
    "react-virtualized": "^9.21.2"
  },
  "peerDependencies": {
    "react": "^16.3.0",
    "react-dnd": "^7.3.0",
    "react-dom": "^16.3.0"
  },
  "devDependencies": {
    "rollup-plugin-copy": "^3.3.0",
    "@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": "^5.2.6",
    "@storybook/theming": "^5.3.17",
    "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": "~2.1.10",
    "coveralls": "^3.0.1",
    "cross-env": "^6.0.3",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.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": "^16.11.0",
    "react-addons-shallow-compare": "^15.6.2",
    "react-dnd-test-backend": "^11.1.3",
    "react-dnd-touch-backend": "^9.4.0",
    "react-dom": "^16.11.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": "^8.0.1"
  },
  "keywords": [
    "react",
    "react-component"
  ]
}
