{
  "name": "@arcgis/common-components",
  "version": "5.1.3",
  "description": "ArcGIS Maps SDK for JavaScript common components",
  "keywords": [
    "2D",
    "3D",
    "analytics",
    "ArcGIS",
    "components",
    "data-driven",
    "Esri",
    "gis",
    "javascript",
    "map",
    "spatial",
    "visualization",
    "web-components"
  ],
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./utils/types": {
      "types": "./dist/utils/types.d.ts"
    },
    "./loader": "./dist/loader.js",
    "./package.json": "./package.json",
    "./components/*/customElement": "./dist/components/*/customElement.js",
    "./components/*": "./dist/components/*/index.js",
    "./types/*": "./dist/types/*.d.ts",
    "./docs/*": "./dist/docs/*",
    "./main.css": "./dist/cdn/main.css",
    "./arcgis-common-components/arcgis-common-components.css": "./dist/cdn/main.css",
    "./dist/arcgis-common-components/arcgis-common-components.css": "./dist/cdn/main.css",
    "./dist/loader": "./dist/loader.js",
    "./dist/components": "./dist/index.js",
    "./dist/components/*": "./dist/components/*/index.js"
  },
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@esri/arcgis-html-sanitizer": "~4.1.0",
    "@lit/task": "^1.0.3",
    "lit": "^3.3.0",
    "tslib": "^2.8.1",
    "@arcgis/lumina": "5.1.3",
    "@arcgis/toolkit": "5.1.3"
  },
  "peerDependencies": {
    "@arcgis/core": "^5.1.0",
    "@esri/calcite-components": "^5.1.1"
  },
  "css.customData": [
    "dist/docs/vscode.css-custom-data.json"
  ],
  "customElements": "dist/docs/api.json",
  "html.customData": [
    "dist/docs/vscode.html-custom-data.json"
  ],
  "web-types": "dist/docs/web-types.json"
}