{
  "name": "@public-ui/components",
  "version": "2.2.10",
  "license": "EUPL-1.2",
  "homepage": "https://public-ui.github.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/public-ui/kolibri"
  },
  "bugs": {
    "url": "https://github.com/public-ui/kolibri/issues",
    "email": "kolibri@itzbund.de"
  },
  "author": {
    "name": "Informationstechnikzentrum Bund",
    "email": "kolibri@itzbund.de"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "customElements": "custom-elements.json",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "sideEffects": false,
  "description": "Contains all web components that belong to KoliBri - The accessible HTML-Standard.",
  "keywords": [
    "accessibility",
    "accessible",
    "bitv",
    "framework",
    "library",
    "designsystem",
    "design",
    "system",
    "web components",
    "webcomponents",
    "aria",
    "wai",
    "axe",
    "custom elements",
    "styleguide",
    "style",
    "guide",
    "ui",
    "html",
    "css",
    "web",
    "a11y",
    "w3c",
    "webstandard",
    "wcag"
  ],
  "dependencies": {
    "@floating-ui/dom": "1.6.13",
    "adopted-style-sheets": "1.1.8",
    "clsx": "2.1.1",
    "color-convert": "2.0.1",
    "color-rgba": "2.4.0",
    "markdown-it": "14.1.0",
    "query-selector-all-shadow-root": "0.0.3",
    "query-selector-shadow-root": "0.0.3",
    "rgba-convert": "0.3.0",
    "wcag-contrast": "3.0.0"
  },
  "peerDependencies": {
    "adopted-style-sheets": "1.1.8"
  },
  "files": [
    "assets",
    "dist",
    "doc",
    "custom-elements.json",
    "vscode-custom-data.json"
  ],
  "scripts": {}
}