@vaadin/vaadin-grid
Version:
A free, flexible and high-quality Web Component for showing large amounts of tabular data
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "@vaadin/vaadin-grid",
"version": "23.6.4",
"publishConfig": {
"access": "public"
},
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"license": "https://vaadin.com/commercial-license-and-service-terms",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/vaadin-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.js",
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js"
],
"keywords": [
"vaadin",
"elements",
"components",
"webcomponents",
"web-components",
"grid",
"datagrid",
"datatable",
"data-grid",
"data-table"
],
"dependencies": {
"@vaadin/grid": "~23.6.4"
},
"gitHead": "5b6742f8777f6ad4e8ad833d4023a84cc55b7be7"
}