form-layoutpackage.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/form-layout",
"version": "24.4.9",
"publishConfig": {
"access": "public"
},
"description": "Web component providing configurable responsive layout for form elements",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/form-layout"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-form-layout.js",
"module": "vaadin-form-layout.js",
"type": "module",
"files": [
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js",
"web-types.json",
"web-types.lit.json"
],
"keywords": [
"Vaadin",
"form-layout",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.4.9",
"@vaadin/component-base": "~24.4.9",
"@vaadin/vaadin-lumo-styles": "~24.4.9",
"@vaadin/vaadin-material-styles": "~24.4.9",
"@vaadin/vaadin-themable-mixin": "~24.4.9"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/custom-field": "~24.4.9",
"@vaadin/testing-helpers": "^0.6.0",
"@vaadin/text-field": "~24.4.9",
"sinon": "^13.0.2"
},
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"gitHead": "307487f7c2dc7356f5c505a6c2b831bb513c7c79"
}