UNPKG

@vaadin/custom-field

Version:
69 lines (68 loc) 1.83 kB
{ "name": "@vaadin/custom-field", "version": "24.8.0", "publishConfig": { "access": "public" }, "description": "vaadin-custom-field", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/vaadin/web-components.git", "directory": "packages/custom-field" }, "author": "Vaadin Ltd", "homepage": "https://vaadin.com/components", "bugs": { "url": "https://github.com/vaadin/web-components/issues" }, "main": "vaadin-custom-field.js", "module": "vaadin-custom-field.js", "type": "module", "files": [ "src", "theme", "vaadin-*.d.ts", "vaadin-*.js", "web-types.json", "web-types.lit.json" ], "keywords": [ "Vaadin", "field", "web-components", "web-component" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", "@vaadin/a11y-base": "^24.8.0", "@vaadin/component-base": "^24.8.0", "@vaadin/field-base": "^24.8.0", "@vaadin/vaadin-lumo-styles": "^24.8.0", "@vaadin/vaadin-material-styles": "^24.8.0", "@vaadin/vaadin-themable-mixin": "^24.8.0", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/chai-plugins": "^24.8.0", "@vaadin/combo-box": "^24.8.0", "@vaadin/date-picker": "^24.8.0", "@vaadin/email-field": "^24.8.0", "@vaadin/form-layout": "^24.8.0", "@vaadin/number-field": "^24.8.0", "@vaadin/password-field": "^24.8.0", "@vaadin/select": "^24.8.0", "@vaadin/test-runner-commands": "^24.8.0", "@vaadin/testing-helpers": "^1.1.0", "@vaadin/text-area": "^24.8.0", "@vaadin/text-field": "^24.8.0", "@vaadin/time-picker": "^24.8.0", "sinon": "^18.0.0" }, "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "2665af61706d16ce398ce55817b70c7bb1ac8b81" }