@digital-realty/grid
Version:
A free, flexible and high-quality Web Component for showing large amounts of tabular data
68 lines (67 loc) • 1.63 kB
JSON
{
"name": "@digital-realty/grid",
"version": "1.0.1",
"publishConfig": {
"access": "public"
},
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/grid"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-grid.js",
"module": "vaadin-grid.js",
"type": "module",
"files": [
"all-imports.d.ts",
"all-imports.js",
"lit.d.ts",
"lit.js",
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js",
"web-types.json",
"web-types.lit.json"
],
"keywords": [
"vaadin",
"elements",
"components",
"webcomponents",
"web-components",
"grid",
"datagrid",
"datatable",
"data-grid",
"data-table"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "^24.7.0",
"@vaadin/checkbox": "^24.7.0",
"@vaadin/component-base": "^24.7.0",
"@vaadin/lit-renderer": "^24.7.0",
"@vaadin/text-field": "^24.7.0",
"@vaadin/vaadin-lumo-styles": "^24.7.0",
"@vaadin/vaadin-material-styles": "^24.7.0",
"@vaadin/vaadin-themable-mixin": "^24.7.0",
"lit": "^3.0.0"
},
"devDependencies": {
"sinon": "^18.0.0"
},
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"gitHead": "f174238d1b3da73887fda144c9738f3a8eb064c8"
}