UNPKG

@vaadin/select

Version:
68 lines (67 loc) 1.7 kB
{ "name": "@vaadin/select", "version": "24.8.5", "publishConfig": { "access": "public" }, "description": "vaadin-select", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/vaadin/web-components.git", "directory": "packages/select" }, "author": "Vaadin Ltd", "homepage": "https://vaadin.com/components", "bugs": { "url": "https://github.com/vaadin/web-components/issues" }, "main": "vaadin-select.js", "module": "vaadin-select.js", "type": "module", "files": [ "lit.d.ts", "lit.js", "src", "theme", "vaadin-*.d.ts", "vaadin-*.js", "web-types.json", "web-types.lit.json" ], "keywords": [ "Vaadin", "vaadin-select", "web-components", "web-component", "polymer" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.2.0", "@vaadin/a11y-base": "~24.8.5", "@vaadin/button": "~24.8.5", "@vaadin/component-base": "~24.8.5", "@vaadin/field-base": "~24.8.5", "@vaadin/input-container": "~24.8.5", "@vaadin/item": "~24.8.5", "@vaadin/list-box": "~24.8.5", "@vaadin/lit-renderer": "~24.8.5", "@vaadin/overlay": "~24.8.5", "@vaadin/vaadin-lumo-styles": "~24.8.5", "@vaadin/vaadin-material-styles": "~24.8.5", "@vaadin/vaadin-themable-mixin": "~24.8.5", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/chai-plugins": "~24.8.5", "@vaadin/test-runner-commands": "~24.8.5", "@vaadin/testing-helpers": "^1.1.0", "sinon": "^18.0.0" }, "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "a519b0d2b1d09d1ddaa4ff6829819f8a2be30ad8" }