@vaadin/grid
Version:
A free, flexible and high-quality Web Component for showing large amounts of tabular data
71 lines (70 loc) • 1.76 kB
JSON
{
"name": "@vaadin/grid",
"version": "25.2.4",
"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",
"vaadin-*.d.ts",
"vaadin-*.js",
"custom-elements.json",
"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",
"@vaadin/a11y-base": "~25.2.4",
"@vaadin/checkbox": "~25.2.4",
"@vaadin/component-base": "~25.2.4",
"@vaadin/lit-renderer": "~25.2.4",
"@vaadin/text-field": "~25.2.4",
"@vaadin/vaadin-themable-mixin": "~25.2.4",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/aura": "~25.2.4",
"@vaadin/chai-plugins": "~25.2.4",
"@vaadin/test-runner-commands": "~25.2.4",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "~25.2.4",
"sinon": "^22.0.0"
},
"customElements": "custom-elements.json",
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"gitHead": "8671e6394dd539f76cd5e3ec885c7abf133ce3e7"
}