UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

97 lines 2.24 kB
{ "name": "@public-ui/components", "version": "4.0.0", "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", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs.js" }, "./loader": { "types": "./loader/index.d.ts", "import": "./loader/index.mjs", "require": "./dist/loader/index.cjs.js" }, "./custom-elements.json": "./custom-elements.json", "./package.json": "./package.json" }, "customElements": "custom-elements.json", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "sideEffects": true, "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.7.4", "boxen": "8.0.1", "chalk": "5.6.2", "clsx": "2.1.1", "color-convert": "3.1.3", "color-rgba": "2.4.0", "figlet": "1.9.4", "lodash-es": "4.17.22", "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", "typed-bem": "1.0.2", "wcag-contrast": "3.0.0" }, "peerDependencies": { "adopted-style-sheets": "1.1.9-rc.20" }, "files": [ "assets", "dist", "doc", "custom-elements.json", "index.scss", "loader", "postinstall.js", "vscode-custom-data.json" ], "scripts": {} }