@3mo/select-field
Version:
A select field web component
39 lines (38 loc) • 741 B
JSON
{
"name": "@3mo/select-field",
"version": "0.9.2",
"description": "A select field web component",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-components",
"material",
"select",
"select-field"
],
"author": "3MO GmbH",
"license": "MIT",
"homepage": "https://www.3mo.de",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"customElements": "dist/custom-elements.json",
"files": [
"dist"
],
"dependencies": {
"tslib": "x",
"@a11d/lit": "x",
"@3mo/icon-button": "x",
"@3mo/field": "x",
"@3mo/menu": ">=0.10.x",
"@3mo/list": "x",
"@3mo/line": "x"
},
"devDependencies": {
"@a11d/lit-testing": "x"
}
}