{
  "name": "@syncfusion/ej2-grids",
  "version": "33.2.4",
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel.",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "main": "./dist/ej2-grids.umd.min.js",
  "module": "./index.js",
  "es2015": "./dist/es6/ej2-grids.es5.js",
  "dependencies": {
    "@syncfusion/ej2-base": "~33.2.3",
    "@syncfusion/ej2-buttons": "~33.2.3",
    "@syncfusion/ej2-calendars": "~33.2.4",
    "@syncfusion/ej2-compression": "~33.2.3",
    "@syncfusion/ej2-data": "~33.2.3",
    "@syncfusion/ej2-dropdowns": "~33.2.4",
    "@syncfusion/ej2-excel-export": "~33.2.3",
    "@syncfusion/ej2-file-utils": "~33.2.3",
    "@syncfusion/ej2-inputs": "~33.2.4",
    "@syncfusion/ej2-lists": "~33.2.3",
    "@syncfusion/ej2-navigations": "~33.2.4",
    "@syncfusion/ej2-notifications": "~33.2.3",
    "@syncfusion/ej2-pdf-export": "~33.2.4",
    "@syncfusion/ej2-popups": "~33.2.3",
    "@syncfusion/ej2-splitbuttons": "~33.2.3"
  },
  "devDependencies": {},
  "keywords": [
    "ej2",
    "syncfusion",
    "ej2-grids",
    "web-components",
    "JavaScript",
    "TypeScript",
    "grid",
    "data",
    "table"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/grids"
  },
  "typings": "index.d.ts",
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
}