{
  "name": "@odx/web-components",
  "displayName": "ODX Design System Core Components",
  "description": "A collection of core components for the ODX Design System, built with web components and Lit.",
  "version": "1.0.0-rc.28",
  "author": "Drägerwerk AG & Co.KGaA",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://odx.draeger.com",
  "files": [
    "dist",
    "types",
    "CHANGELOG.md",
    "custom-elements.json",
    "!dist/**/*.map"
  ],
  "type": "module",
  "dependencies": {
    "@floating-ui/dom": "1.7.6",
    "@lit-labs/signals": "0.3.0",
    "@lit/context": "1.1.6",
    "@spectrum-web-components/reactive-controllers": "1.12.1",
    "focus-trap": "8.2.2",
    "lit": "3.3.3",
    "tabbable": "6.5.0"
  },
  "peerDependencies": {
    "@odx/icons": "^4.2.0",
    "@odx/foundation": "^1.0.0-rc.12"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "0.11.0",
    "@odx/icons": "4.12.0",
    "@tsdown/css": "0.22.3",
    "stylelint": "17.14.0",
    "tsdown": "0.22.3",
    "@odx-internal/config-stylelint": "0.0.0",
    "@odx-internal/utils-storybook": "0.0.0",
    "@odx/foundation": "1.0.0-rc.12"
  },
  "sideEffects": [
    "./dist/register.js",
    "./dist/**/register.js",
    "./dist/styles.css"
  ],
  "exports": {
    "./custom-elements.json": "./custom-elements.json",
    "./package.json": "./package.json",
    "./CHANGELOG.md": "./CHANGELOG.md",
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.js"
    },
    "./*": {
      "types": "./dist/lib/*/index.d.ts",
      "import": "./dist/lib/*/index.js"
    },
    "./load": {
      "types": "./dist/register.d.ts",
      "import": "./dist/register.js"
    },
    "./load/*": {
      "types": "./dist/lib/*/register.d.ts",
      "import": "./dist/lib/*/register.js"
    },
    "./internal": {
      "types": "./dist/internal/main.d.ts",
      "import": "./dist/internal/main.js"
    },
    "./styles": {
      "types": "./types/styles.d.ts",
      "import": "./dist/styles.css"
    }
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "stylelint": {
    "extends": "@odx-internal/config-stylelint"
  },
  "customElements": "custom-elements.json",
  "scripts": {
    "build": "cem analyze && tsdown",
    "dev": "tsdown --log-level error --no-clean --watch",
    "dev:tsc": "tsc --build tsconfig.lib.json --noEmit --watch",
    "lint": "biome lint src",
    "lint:styles": "stylelint '**/*.css'",
    "generate:manifest": "cem analyze"
  }
}