@mui/x-data-grid-premium
Version:
The Premium plan edition of the MUI X Data Grid Components.
225 lines • 5.81 kB
JSON
{
"name": "@mui/x-data-grid-premium",
"version": "9.0.1",
"author": "MUI Team",
"description": "The Premium plan edition of the MUI X Data Grid Components.",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/mui/mui-x/issues"
},
"homepage": "https://mui.com/x/react-data-grid/",
"sideEffects": [
"**/*.css"
],
"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": "git+https://github.com/mui/mui-x.git",
"directory": "packages/x-data-grid-premium"
},
"dependencies": {
"@babel/runtime": "^7.28.6",
"@mui/utils": "9.0.0",
"@mui/x-internal-exceljs-fork": "4.4.5",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"@mui/x-data-grid": "^9.0.1",
"@mui/x-data-grid-pro": "^9.0.1",
"@mui/x-internals": "^9.0.0",
"@mui/x-license": "^9.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^7.3.0 || ^9.0.0",
"@mui/system": "^7.3.0 || ^9.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"engines": {
"node": ">=14.0.0"
},
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./index.d.mts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
},
"default": {
"types": "./index.d.mts",
"default": "./index.mjs"
}
},
"./DataGridPremium": {
"import": {
"types": "./DataGridPremium/index.d.mts",
"default": "./DataGridPremium/index.mjs"
},
"require": {
"types": "./DataGridPremium/index.d.ts",
"default": "./DataGridPremium/index.js"
},
"default": {
"types": "./DataGridPremium/index.d.mts",
"default": "./DataGridPremium/index.mjs"
}
},
"./components": {
"import": {
"types": "./components/index.d.mts",
"default": "./components/index.mjs"
},
"require": {
"types": "./components/index.d.ts",
"default": "./components/index.js"
},
"default": {
"types": "./components/index.d.mts",
"default": "./components/index.mjs"
}
},
"./context": {
"import": {
"types": "./context/index.d.mts",
"default": "./context/index.mjs"
},
"require": {
"types": "./context/index.d.ts",
"default": "./context/index.js"
},
"default": {
"types": "./context/index.d.mts",
"default": "./context/index.mjs"
}
},
"./hooks": {
"import": {
"types": "./hooks/index.d.mts",
"default": "./hooks/index.mjs"
},
"require": {
"types": "./hooks/index.d.ts",
"default": "./hooks/index.js"
},
"default": {
"types": "./hooks/index.d.mts",
"default": "./hooks/index.mjs"
}
},
"./locales": {
"import": {
"types": "./locales/index.d.mts",
"default": "./locales/index.mjs"
},
"require": {
"types": "./locales/index.d.ts",
"default": "./locales/index.js"
},
"default": {
"types": "./locales/index.d.mts",
"default": "./locales/index.mjs"
}
},
"./material": {
"import": {
"types": "./material/index.d.mts",
"default": "./material/index.mjs"
},
"require": {
"types": "./material/index.d.ts",
"default": "./material/index.js"
},
"default": {
"types": "./material/index.d.mts",
"default": "./material/index.mjs"
}
},
"./models": {
"import": {
"types": "./models/index.d.mts",
"default": "./models/index.mjs"
},
"require": {
"types": "./models/index.d.ts",
"default": "./models/index.js"
},
"default": {
"types": "./models/index.d.mts",
"default": "./models/index.mjs"
}
},
"./setupExcelExportWebWorker": {
"import": {
"types": "./setupExcelExportWebWorker/index.d.mts",
"default": "./setupExcelExportWebWorker/index.mjs"
},
"require": {
"types": "./setupExcelExportWebWorker/index.d.ts",
"default": "./setupExcelExportWebWorker/index.js"
},
"default": {
"types": "./setupExcelExportWebWorker/index.d.mts",
"default": "./setupExcelExportWebWorker/index.mjs"
}
},
"./themeAugmentation": {
"import": {
"types": "./themeAugmentation/index.d.mts",
"default": "./themeAugmentation/index.mjs"
},
"require": {
"types": "./themeAugmentation/index.d.ts",
"default": "./themeAugmentation/index.js"
},
"default": {
"types": "./themeAugmentation/index.d.mts",
"default": "./themeAugmentation/index.mjs"
}
},
"./typeOverloads": {
"import": {
"types": "./typeOverloads/index.d.mts",
"default": "./typeOverloads/index.mjs"
},
"require": {
"types": "./typeOverloads/index.d.ts",
"default": "./typeOverloads/index.js"
},
"default": {
"types": "./typeOverloads/index.d.mts",
"default": "./typeOverloads/index.mjs"
}
}
},
"main": "./index.js",
"types": "./index.d.ts"
}