{
  "description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
  "keywords": [
    "vaadin",
    "elements",
    "components",
    "webcomponents",
    "web-components",
    "grid",
    "datagrid",
    "datatable",
    "data-grid",
    "data-table"
  ],
  "repository": "vaadin/vaadin-grid",
  "homepage": "https://vaadin.com/components",
  "name": "@vaadin/vaadin-grid",
  "version": "5.10.1",
  "main": "vaadin-grid.js",
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vaadin/vaadin-grid/issues"
  },
  "files": [
    "vaadin-*.d.ts",
    "vaadin-*.js",
    "all-imports.js",
    "@types",
    "src",
    "theme"
  ],
  "dependencies": {
    "@polymer/polymer": "^3.0.0",
    "@polymer/iron-resizable-behavior": "^3.0.0",
    "@polymer/iron-scroll-target-behavior": "^3.0.0",
    "@polymer/iron-a11y-keys-behavior": "^3.0.0",
    "@polymer/iron-a11y-announcer": "^3.0.0",
    "@vaadin/vaadin-themable-mixin": "^1.6.1",
    "@vaadin/vaadin-checkbox": "^2.6.0",
    "@vaadin/vaadin-text-field": "^2.10.0",
    "@vaadin/vaadin-lumo-styles": "^1.6.0",
    "@vaadin/vaadin-material-styles": "^1.3.2",
    "@vaadin/vaadin-element-mixin": "^2.4.1"
  },
  "resolutions": {
    "@webcomponents/webcomponentsjs": "2.0.0",
    "inherits": "2.0.3",
    "samsam": "1.1.3",
    "supports-color": "3.1.2",
    "type-detect": "1.0.0"
  },
  "devDependencies": {
    "@web-padawan/gen-typescript-declarations": "^1.6.2",
    "web-component-tester": "6.9.2",
    "@polymer/app-localize-behavior": "^3.0.0",
    "@polymer/iron-ajax": "^3.0.0",
    "@polymer/iron-component-page": "^4.0.0",
    "@polymer/iron-image": "^3.0.0",
    "@polymer/iron-list": "^3.0.0",
    "@polymer/iron-media-query": "^3.0.0",
    "@polymer/iron-test-helpers": "^3.0.0",
    "@polymer/paper-checkbox": "^3.0.0",
    "@polymer/paper-input": "^3.0.0",
    "@polymer/paper-slider": "^3.0.0",
    "@polymer/test-fixture": "^4.0.0",
    "@vaadin/vaadin-button": "^2.4.0",
    "@vaadin/vaadin-context-menu": "^4.5.0",
    "@vaadin/vaadin-demo-helpers": "^3.1.0",
    "@webcomponents/webcomponentsjs": "^2.0.0",
    "wct-browser-legacy": "^1.0.1"
  },
  "scripts": {
    "generate-typings": "gen-typescript-declarations --outDir . --verify",
    "test": "wct --npm"
  }
}
