{
  "name": "react-vtree",
  "version": "3.0.0",
  "description": "React component for efficiently rendering large tree structures",
  "keywords": [
    "infinite",
    "react",
    "react-component",
    "react-virtualized",
    "reactjs",
    "tree",
    "virtual",
    "virtualized"
  ],
  "homepage": "https://github.com/Lodin/react-vtree#readme",
  "bugs": {
    "url": "https://github.com/Lodin/react-vtree/issues"
  },
  "license": "MIT",
  "author": "Vlad Rindevich <rindevich.vs@gmail.com> (https://github.com/Lodin)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lodin/react-vtree.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "check": "concurrently --kill-others-on-fail --group --names lint,oxlint,typecheck,test,build npm:lint npm:oxlint npm:typecheck npm:test npm:build",
    "clean": "rimraf coverage dist storybook-static",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check .",
    "full-prepare": "npm run clean && concurrently --group --names format,lint,typecheck,test,build npm:format:check npm:lint npm:typecheck npm:test npm:build",
    "lint": "concurrently npm:eslint npm:oxlint",
    "lint:fix": "npm run oxlint:fix && npm run eslint:fix",
    "eslint": "eslint . --flag unstable_native_nodejs_ts_config",
    "eslint:fix": "npm run eslint -- --fix",
    "oxlint": "oxlint -c .oxlintrc.json",
    "oxlint:fix": "npm run oxlint -- --fix",
    "prepublishOnly": "npm run full-prepare",
    "release": "semantic-release -c release.config.ts",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "typecheck": "tsgo -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "react-merge-refs": "3.0.2"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@storybook/react-vite": "10.3.3",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@types/node": "25.5.0",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "@types/react-test-renderer": "19.1.0",
    "@types/react-virtualized-auto-sizer": "1.0.8",
    "@types/react-window": "1.8.8",
    "@typescript/native-preview": "7.0.0-dev.20260330.1",
    "@vitejs/plugin-react": "6.0.1",
    "@vitest/coverage-v8": "4.1.2",
    "concurrently": "9.2.1",
    "eslint": "9.39.4",
    "eslint-config-vaadin": "1.0.0-beta.5",
    "eslint-plugin-oxlint": "1.57.0",
    "jsdom": "29.0.1",
    "lint-staged": "16.4.0",
    "oxfmt": "0.42.0",
    "oxlint": "1.57.0",
    "oxlint-tsgolint": "0.18.1",
    "prettier": "3.8.1",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "react-virtualized-auto-sizer": "2.0.3",
    "react-window": "1.8.11",
    "rimraf": "6.1.3",
    "semantic-release": "25.0.3",
    "storybook": "10.3.3",
    "tsdown": "0.21.7",
    "tsgolint": "0.0.1",
    "typescript": "5.9.3",
    "vite": "8.0.3",
    "vitest": "4.1.2"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-dom": ">=18",
    "react-window": ">= 1.8.5"
  },
  "overrides": {
    "vite": "$vite"
  }
}
