{
  "name": "@arcgis/charts-components-react",
  "version": "5.1.20",
  "description": "A set of React components that wrap ArcGIS charts components",
  "keywords": [
    "analytics",
    "ArcGIS",
    "charts",
    "components",
    "data-driven",
    "Esri",
    "gis",
    "javascript",
    "react",
    "spatial",
    "visualization",
    "web-components"
  ],
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "sideEffects": false,
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@lit/react": "^1.0.8",
    "lit": "^3.3.0",
    "tslib": "^2.8.1",
    "@arcgis/lumina": "5.1.20",
    "@arcgis/charts-components": "5.1.20"
  },
  "peerDependencies": {
    "@arcgis/core": "^5.1.0",
    "react": ">=18.0.0 <20.0.0"
  }
}