@3mo/command-palette
Version:
Command-palettes are a common way to provide users with a list of actions they can perform in a given context.
44 lines (43 loc) • 992 B
JSON
{
"name": "@3mo/command-palette",
"version": "0.0.3",
"description": "Command-palettes are a common way to provide users with a list of actions they can perform in a given context.",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"command",
"command-palette"
],
"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": {
"@a11d/lit": "x",
"@a11d/lit-application": "x",
"tslib": "x",
"detect-browser": "x",
"typescript-memoize": "1.x",
"@3mo/fetcher-controller": "x",
"@3mo/flex": "x",
"@3mo/icon": "x",
"@3mo/field": "x",
"@3mo/empty-state": "x",
"@3mo/tab": "x",
"@3mo/list": "x",
"@3mo/card": "x",
"@3mo/text-fields": "x",
"@3mo/button": "x",
"@3mo/screen-size": "x"
}
}