@vaadin/field-base
Version:
Vaadin field base mixins
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@vaadin/field-base",
"version": "25.0.7",
"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",
"@vaadin/a11y-base": "~25.0.7",
"@vaadin/component-base": "~25.0.7",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "~25.0.7",
"@vaadin/test-runner-commands": "~25.0.7",
"@vaadin/testing-helpers": "^2.0.0",
"sinon": "^21.0.0"
},
"gitHead": "8f3a780477d7dbe30fd473470ede41458e5217b9"
}