UNPKG

@mui/x-data-grid-pro

Version:

The Pro plan edition of the MUI X Data Grid components.

91 lines 2.07 kB
{ "name": "@mui/x-data-grid-pro", "version": "8.10.1", "author": "MUI Team", "description": "The Pro plan edition of the MUI X Data Grid components.", "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": [ "**/*.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-pro" }, "dependencies": { "@babel/runtime": "^7.28.2", "@mui/utils": "^7.3.1", "@types/format-util": "^1.0.4", "clsx": "^2.1.1", "prop-types": "^15.8.1", "@mui/x-data-grid": "8.10.1", "@mui/x-license": "8.10.1", "@mui/x-internals": "8.10.0" }, "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/material": "^5.15.14 || ^6.0.0 || ^7.0.0", "@mui/system": "^5.15.14 || ^6.0.0 || ^7.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", "types": "./index.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./esm/index.d.ts", "default": "./esm/index.js" }, "require": { "types": "./index.d.ts", "default": "./index.js" } }, "./*": { "import": { "types": "./esm/*/index.d.ts", "default": "./esm/*/index.js" }, "require": { "types": "./*/index.d.ts", "default": "./*/index.js" } }, "./esm": null } }