field-basepackage.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
{
"name": "@vaadin/field-base",
"version": "24.4.9",
"publishConfig": {
"access": "public"
},
"description": "Vaadin field base mixins",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/field-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/a11y-base": "~24.4.9",
"@vaadin/component-base": "~24.4.9",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"gitHead": "307487f7c2dc7356f5c505a6c2b831bb513c7c79"
}