@3mo/data-grid
Version:
A data grid web component
61 lines (60 loc) • 1.41 kB
JSON
{
"name": "@3mo/data-grid",
"version": "0.18.0",
"description": "A data grid web component",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"material",
"data-grid"
],
"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",
"@a11d/equals": "x",
"@3mo/flex": "x",
"@3mo/grid": "x",
"@a11d/key-path": "2.x",
"@3mo/icon": "x",
"@3mo/icon-button": "x",
"@3mo/checkbox": "x",
"@3mo/slot-controller": "x",
"@3mo/instanceof-attribute-controller": "x",
"@3mo/media-query-observer": "x",
"@3mo/mutation-observer": "x",
"@3mo/resize-observer": "x",
"@3mo/localization": "x",
"@3mo/popover": ">=0.8.x",
"@3mo/menu": ">=0.11.0",
"@3mo/context-menu": "x",
"@3mo/tooltip": "x",
"@3mo/number-fields": "x",
"@3mo/tab": "x",
"@3mo/text-fields": "x",
"@3mo/select-field": "x",
"@3mo/section": "x",
"@3mo/date-time-fields": "x",
"@3mo/empty-state": "x",
"@3mo/splitter": "x",
"@3mo/theme": "x",
"@3mo/downloader": "x",
"@3mo/line": "x",
"@3mo/keyboard-controller": "x",
"requestidlecallback-polyfill": "x"
}
}