UNPKG

@public-ui/react

Version:

React framework adapter for KoliBri - The accessible HTML-Standard.

80 lines 1.68 kB
{ "name": "@public-ui/react", "version": "4.2.1", "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" }, "description": "React framework adapter for 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", "react" ], "devDependencies": { "@types/react": "18.3.29", "@types/react-dom": "18.3.7", "minimatch": "10.2.5", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "5.9.3", "unbuild": "3.6.1", "@public-ui/components": "4.2.1" }, "peerDependencies": { "react": "16.x || 17.x || 18.x", "react-dom": "16.x || 17.x || 18.x", "@public-ui/components": "4.2.1" }, "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "unbuild" } }