{
  "name": "@itwin/imodel-components-react",
  "version": "5.28.1",
  "description": "A react component library of iTwin.js UI iModel components",
  "type": "module",
  "types": "./lib/imodel-components-react.d.ts",
  "exports": {
    ".": "./lib/imodel-components-react.js",
    "./internal": "./lib/internal.js",
    "./package.json": "./package.json",
    "./lib/cjs/*": {
      "sass": "./lib/*"
    },
    "./lib/esm/*": {
      "sass": "./lib/*"
    },
    "./*": {
      "sass": "./*"
    }
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/iTwin/appui.git",
    "directory": "ui/imodel-components-react"
  },
  "keywords": [
    "AppUI",
    "Bentley",
    "BIM",
    "iModel"
  ],
  "author": {
    "name": "Bentley Systems, Inc.",
    "url": "http://www.bentley.com"
  },
  "peerDependencies": {
    "@itwin/appui-abstract": "^4.0.0 || ^5.0.0",
    "@itwin/core-bentley": "^4.0.0 || ^5.0.0",
    "@itwin/core-common": "^4.0.0 || ^5.0.0",
    "@itwin/core-frontend": "^4.0.0 || ^5.0.0",
    "@itwin/core-geometry": "^4.0.0 || ^5.0.0",
    "@itwin/core-quantity": "^4.0.0 || ^5.0.0",
    "@itwin/itwinui-react": "^3.15.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "@itwin/components-react": "5.28.1",
    "@itwin/core-react": "5.28.1"
  },
  "devDependencies": {
    "@itwin/appui-abstract": "^5.8.1",
    "@itwin/build-tools": "^5.8.1",
    "@itwin/core-bentley": "^5.8.1",
    "@itwin/core-common": "^5.8.1",
    "@itwin/core-frontend": "^5.8.1",
    "@itwin/core-geometry": "^5.8.1",
    "@itwin/core-orbitgt": "^5.8.1",
    "@itwin/core-quantity": "^5.8.1",
    "@itwin/ecschema-metadata": "^5.8.1",
    "@itwin/eslint-plugin": "^6.0.0",
    "@itwin/itwinui-react": "^3.20.2",
    "@itwin/webgl-compatibility": "^5.8.1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitest/coverage-v8": "^3.2.4",
    "cpx2": "^3.0.2",
    "cross-env": "^5.2.1",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "ignore-styles": "^5.0.1",
    "inversify": "^7.11.0",
    "jsdom": "^24.1.3",
    "npm-run-all": "^4.1.5",
    "raf": "^3.4.1",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "reflect-metadata": "^0.2.2",
    "rimraf": "^6.1.3",
    "typemoq": "^2.1.0",
    "typescript": "~5.6.3",
    "upath": "^2.0.1",
    "vitest": "^3.2.4",
    "@itwin/components-react": "5.28.1",
    "@itwin/core-react": "5.28.1"
  },
  "dependencies": {
    "@itwin/itwinui-icons-react": "^2.11.0",
    "classnames": "2.5.1",
    "ts-key-enum": "~2.0.13"
  },
  "scripts": {
    "dev": "pnpm \"/^dev:.*/\"",
    "dev:css": "pnpm build:css -w",
    "dev:locale": "pnpm build:locale -w",
    "dev:tsc": "tsc -w --preserveWatchOutput",
    "build": "pnpm \"/^build:.*/\"",
    "build:compat:cjs": "cpx \"./src/**/*.{*css,svg}\" ./lib/cjs",
    "build:compat:esm": "cpx \"./src/**/*.{*css,svg}\" ./lib/esm",
    "build:locale": "cpx ./src/imodel-components-react/UiIModelComponents.json ./lib/public/locales/en",
    "build:css": "cpx \"./src/**/*.*css\" ./lib",
    "build:tsc": "tsc",
    "clean": "rimraf -g lib",
    "cover": "vitest run --coverage",
    "lint": "eslint \"./src/**/*.{ts,tsx}\"",
    "lint:fix": "pnpm lint --fix",
    "extract-api": "betools extract-api --entry=./lib/imodel-components-react --apiReportFolder=../../common/api --apiReportTempFolder=../../common/temp/api --apiSummaryFolder=../../common/api/summary",
    "test": "vitest",
    "docs": "pnpm \"/^docs:.*/\"",
    "docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/reference/imodel-components-react",
    "docs:reference": "cross-env NODE_PROJECT_ROOT_DIRECTORY=../../ betools docs --includes=../../generated-docs/extract --json=../../generated-docs/reference/imodel-components-react/file.json --tsIndexFile=./imodel-components-react.ts --onlyJson"
  }
}