{
  "name": "@mui/x-data-grid-premium",
  "version": "5.11.0",
  "description": "The Premium plan edition of the data grid component (MUI X).",
  "author": "MUI Team",
  "main": "./node/index.js",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/mui/mui-x/issues"
  },
  "homepage": "https://mui.com/components/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": {
    "@mui/utils": "^5.6.1",
    "@mui/x-data-grid": "5.11.0",
    "@mui/x-data-grid-pro": "5.11.0",
    "@mui/x-license-pro": "5.11.0",
    "@types/format-util": "^1.0.2",
    "clsx": "^1.0.4",
    "prop-types": "^15.8.1",
    "reselect": "^4.1.5"
  },
  "peerDependencies": {
    "@mui/material": "^5.2.8",
    "@mui/system": "^5.2.8",
    "exceljs": "^4.3.0",
    "react": "^17.0.2"
  },
  "peerDependenciesMeta": {
    "exceljs": {
      "optional": true
    }
  },
  "setupFiles": [
    "<rootDir>/src/setupTests.js"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "private": false,
  "module": "./index.js",
  "types": "./index.d.ts"
}