{
  "name": "@progress/kendo-react-grid",
  "version": "14.3.2",
  "description": "React Data Grid (Table) provides 100+ ready-to-use data grid features. KendoReact Grid package",
  "author": "Progress",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://www.telerik.com/kendo-react-ui",
  "main": "./index.js",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.mts",
        "default": "./index.mjs"
      },
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "sideEffects": false,
  "peerDependencies": {
    "@progress/kendo-csv": "^1.0.0",
    "@progress/kendo-data-query": "^1.7.2",
    "@progress/kendo-drawing": "^1.21.2",
    "@progress/kendo-file-saver": "^1.1.1",
    "@progress/kendo-licensing": "^1.7.2",
    "@progress/kendo-react-animation": "14.3.2",
    "@progress/kendo-react-buttons": "14.3.2",
    "@progress/kendo-react-common": "14.3.2",
    "@progress/kendo-react-data-tools": "14.3.2",
    "@progress/kendo-react-dateinputs": "14.3.2",
    "@progress/kendo-react-indicators": "14.3.2",
    "@progress/kendo-react-form": "14.3.2",
    "@progress/kendo-react-labels": "14.3.2",
    "@progress/kendo-react-dialogs": "14.3.2",
    "@progress/kendo-react-dropdowns": "14.3.2",
    "@progress/kendo-react-inputs": "14.3.2",
    "@progress/kendo-react-intl": "14.3.2",
    "@progress/kendo-react-popup": "14.3.2",
    "@progress/kendo-react-layout": "14.3.2",
    "@progress/kendo-react-conversational-ui": "14.3.2",
    "@progress/kendo-svg-icons": "^4.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "axios": "^1.13.2"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "keywords": [
    "Kendo UI",
    "React",
    "Grid",
    "Progress",
    "KendoReact",
    "KendoReact Free",
    "reactjs",
    "UI",
    "components",
    "React component",
    "free React component",
    "Data grid",
    "table",
    "data table",
    "grid UI component",
    "PDF export",
    "Excel export",
    "Telerik"
  ],
  "@progress": {
    "friendlyName": "Grid",
    "framework": "KendoReact",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{js,jsx,ts,tsx}"
      },
      "codemods": {
        "11": [
          {
            "description": "Migrate to the new selection state mechanism.",
            "file": "codemods/v11/selection-state.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom cell.",
            "file": "codemods/v11/cell-render.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom column cell.",
            "file": "codemods/v11/column-cell.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom column filter cell.",
            "file": "codemods/v11/column-filter-cell.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom column footer cell.",
            "file": "codemods/v11/column-footer-cell.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom column header cell.",
            "file": "codemods/v11/column-header-cell.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new detail expand state mechanism.",
            "file": "codemods/v11/detail-expand-state.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new edit state mechanism.",
            "file": "codemods/v11/edit-state.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom filter cell.",
            "file": "codemods/v11/filter-cell-render.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new group expand state mechanism.",
            "file": "codemods/v11/group-expand-state.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom header cell.",
            "file": "codemods/v11/header-cell-render.js",
            "prompt": true
          },
          {
            "description": "Migrate to the new custom row cell.",
            "file": "codemods/v11/row-render.js",
            "prompt": true
          }
        ]
      }
    },
    "package": {
      "productName": "KendoReact",
      "productCode": "KENDOUIREACT",
      "publishDate": 1775562811,
      "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telerik/kendo-react.git"
  }
}