{
  "name": "@mui/x-data-grid-premium",
  "version": "5.17.8",
  "description": "The Premium plan edition of the data grid component (MUI X).",
  "author": "MUI Team",
  "main": "./node/index.js",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/mui/mui-x/issues"
  },
  "homepage": "https://mui.com/x/react-data-grid/",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "react-component",
    "material-ui",
    "mui",
    "react-table",
    "table",
    "datatable",
    "data-table",
    "datagrid",
    "data-grid"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui/mui-x.git",
    "directory": "packages/grid/x-data-grid-premium"
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@mui/utils": "^5.10.3",
    "@mui/x-data-grid": "5.17.8",
    "@mui/x-data-grid-pro": "5.17.8",
    "@mui/x-license-pro": "5.17.0",
    "@types/format-util": "^1.0.2",
    "clsx": "^1.2.1",
    "exceljs": "^4.3.0",
    "prop-types": "^15.8.1",
    "reselect": "^4.1.6"
  },
  "peerDependencies": {
    "@mui/material": "^5.4.1",
    "@mui/system": "^5.4.1",
    "react": "^17.0.2 || ^18.0.0",
    "react-dom": "^17.0.2 || ^18.0.0"
  },
  "setupFiles": [
    "<rootDir>/src/setupTests.js"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "private": false,
  "module": "./index.js",
  "types": "./index.d.ts"
}