@scoped-vaadin/grid
Version:
A free, flexible and high-quality Web Component for showing large amounts of tabular data
65 lines (64 loc) • 1.64 kB
JSON
{
"name": "@scoped-vaadin/grid",
"version": "24.6.2",
"repository": {
"type": "git",
"url": "https://github.com/robrez/scoped-vaadin.git",
"directory": "packages/grid"
},
"bugs": {
"url": "https://github.com/robrez/scoped-vaadin/issues"
},
"publishConfig": {
"access": "public"
},
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"license": "Apache-2.0",
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"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"
],
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@scoped-vaadin/a11y-base": "^24.6.2",
"@scoped-vaadin/checkbox": "^24.6.2",
"@scoped-vaadin/component-base": "^24.6.2",
"@scoped-vaadin/lit-renderer": "^24.6.2",
"@scoped-vaadin/text-field": "^24.6.2",
"@scoped-vaadin/vaadin-lumo-styles": "^24.6.2",
"@scoped-vaadin/vaadin-material-styles": "^24.6.2",
"@scoped-vaadin/vaadin-themable-mixin": "^24.6.2",
"lit": "^3.0.0",
"@scoped-vaadin/internal-custom-elements-registry": "^24.6.2"
}
}