{
  "name": "react-complex-tree",
  "version": "2.6.1",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "esnext": "lib/esnext/index.js",
  "typings": "lib/esm/index.d.ts",
  "style": "lib/style-modern.css",
  "unpkg": "lib/bundle.js",
  "funding": "https://github.com/sponsors/lukasbach",
  "sideEffects": [
    "**/*.css"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:lukasbach/react-complex-tree.git",
    "directory": "packages/core"
  },
  "description": "Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop",
  "homepage": "https://rct.lukasbach.com/",
  "author": "Lukas Bach <npm@lukasbach.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.14.0",
    "@babel/preset-env": "^7.14.1",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@lukasbach/tsconfig": "^0.1.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^27.4.1",
    "@types/react": "^18.0.14",
    "@types/react-dom": "^18.0.7",
    "@welldone-software/why-did-you-render": "^7.0.1",
    "babel-jest": "^27.5.1",
    "babel-loader": "^9.1.0",
    "cpy-cli": "^3.1.1",
    "demodata": "^2.6.1",
    "jest": "^29.2.2",
    "jest-dom": "^4.0.0",
    "jest-environment-jsdom": "^29.2.2",
    "loader-utils": "^3.2.0",
    "npm-run-all": "^4.1.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^18.2.0",
    "ts-loader": "^8.3.0",
    "ts-node": "^10.7.0",
    "typescript": "4.9.3",
    "webpack-cli": "^4.7.2"
  },
  "peerDependencies": {
    "react": ">=16.0.0"
  },
  "scripts": {
    "build": "run-p \"build:*\"",
    "build:cjs": "tsc -m commonjs --outDir lib/cjs",
    "build:esm": "tsc -m es2015 --outDir lib/esm",
    "build:esnext": "tsc -m esnext --outDir lib/esnext",
    "build:bundle": "webpack",
    "build:prepare": "cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy ../../README.md ./",
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "setupFiles": [
      "./test/helpers/setup.ts"
    ]
  },
  "volta": {
    "node": "18.12.1",
    "yarn": "3.3.0"
  },
  "gitHead": "299064d4c35275343c394d832ec46625ff85ba5b"
}
