package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of a11y-base Show documentation
Show all versions of a11y-base Show documentation
Vaadin accessibility helpers, mixins and controllers
{
"name": "@vaadin/a11y-base",
"version": "24.1.11",
"publishConfig": {
"access": "public"
},
"description": "Vaadin accessibility helpers, mixins and controllers",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/a11y-base"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components"
},
"main": "index.js",
"module": "index.js",
"type": "module",
"files": [
"index.d.ts",
"index.js",
"src"
],
"keywords": [
"Vaadin",
"web-components",
"web-component"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~24.1.11",
"lit": "^2.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.4.2",
"sinon": "^13.0.2"
},
"gitHead": "620733f1bd92346c0e52bd2b8aa2e403a6314ee2"
}