@mui/x-data-grid-premium
Version:
The Premium plan edition of the Data Grid Components (MUI X).
61 lines • 1.43 kB
JSON
{
"name": "@mui/x-data-grid-premium",
"version": "7.3.0",
"description": "The Premium plan edition of the Data Grid Components (MUI X).",
"author": "MUI Team",
"main": "./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",
"mui-x",
"react-table",
"table",
"datatable",
"data-table",
"datagrid",
"data-grid"
],
"repository": {
"type": "git",
"url": "https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid-premium"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@mui/system": "^5.15.14",
"@mui/utils": "^5.15.14",
"@mui/x-data-grid": "7.3.0",
"@mui/x-data-grid-pro": "7.3.0",
"@mui/x-license": "7.2.0",
"@types/format-util": "^1.0.4",
"clsx": "^2.1.0",
"exceljs": "^4.4.0",
"prop-types": "^15.8.1",
"reselect": "^4.1.8"
},
"peerDependencies": {
"@mui/material": "^5.15.14",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
},
"private": false,
"module": "./esm/index.js",
"types": "./index.d.ts"
}