@mui/x-data-grid-pro
Version:
The Pro plan edition of the Data Grid components (MUI X).
68 lines • 1.59 kB
JSON
{
"name": "@mui/x-data-grid-pro",
"version": "7.15.0",
"description": "The Pro 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",
"directory": "build"
},
"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-pro"
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@mui/utils": "^5.16.6",
"@types/format-util": "^1.0.4",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"reselect": "^4.1.8",
"@mui/x-internals": "7.15.0",
"@mui/x-data-grid": "7.15.0",
"@mui/x-license": "7.15.0"
},
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.15.14 || ^6.0.0",
"@mui/system": "^5.15.14 || ^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"engines": {
"node": ">=14.0.0"
},
"private": false,
"module": "./esm/index.js",
"types": "./index.d.ts"
}