{
  "name": "@esri/calcite-components-react",
  "version": "5.0.2",
  "description": "A set of React components that wrap calcite components",
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Esri/calcite-design-system.git",
    "directory": "packages/components-react"
  },
  "license": "SEE LICENSE.md",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "THIRD-PARTY-NOTICES.md"
  ],
  "scripts": {
    "build": "rimraf dist && npm run compile",
    "clean": "rimraf dist node_modules .turbo",
    "compile": "npm run tsc",
    "lint": "concurrently npm:lint:*",
    "lint:json": "prettier --ignore-path \"../../.prettierignore\" --write \"**/*.json\" >/dev/null",
    "lint:md": "prettier --ignore-path \"../../.prettierignore\" --write \"**/*.md\" >/dev/null && markdownlint-cli2 \"**/*.md\" --fix --config \"../../.markdownlint-cli2.jsonc\"",
    "tsc": "tsc",
    "util:update-3rd-party-notices": "node ../../support/createThirdPartyNotices.mts"
  },
  "dependencies": {
    "@arcgis/lumina": ">=5.0.0-next.144 <6.0.0",
    "@esri/calcite-components": "5.0.2",
    "@lit/react": "^1.0.8",
    "lit": "^3.3.0"
  },
  "peerDependencies": {
    "react": ">=18.3",
    "react-dom": ">=18.3"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "gitHead": "960214b8416277b1e517510023a830b4e8b94b32"
}
