@public-ui/hydrate
Version:
Hydrate function for KoliBri - The accessible HTML-Standard.
70 lines • 1.37 kB
JSON
{
"name": "@public-ui/hydrate",
"version": "3.0.3",
"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": "Hydrate function 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",
"hydrate"
],
"devDependencies": {
"rimraf": "6.0.1",
"@public-ui/components": "3.0.3"
},
"peerDependencies": {
"@public-ui/components": "3.0.3"
},
"sideEffects": false,
"type": "commonjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist/package.json"
}
}