@3mo/dialog
Version:
A dialog component based on Material Web Components.
40 lines (39 loc) • 833 B
JSON
{
"name": "@3mo/dialog",
"version": "0.5.2",
"description": "A dialog component based on Material Web Components.",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"material",
"dialog"
],
"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",
"@a11d/lit-application": "x",
"@material/web": "1.x",
"@3mo/slot-controller": "x",
"@3mo/theme": "x",
"@3mo/flex": "x",
"@3mo/heading": "x",
"@3mo/tooltip": "x",
"@3mo/localization": "x",
"@3mo/icon-button": "x",
"@3mo/loading-button": "x"
}
}