UNPKG

@mui/x-data-grid

Version:

The Community plan edition of the Data Grid components (MUI X).

58 lines 1.3 kB
{ "name": "@mui/x-data-grid", "version": "7.3.2", "description": "The Community plan edition of the Data Grid components (MUI X).", "author": "MUI Team", "main": "./node/index.js", "license": "MIT", "bugs": { "url": "https://github.com/mui/mui-x/issues" }, "homepage": "https://mui.com/x/react-data-grid/", "sideEffects": false, "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" }, "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" }, "dependencies": { "@babel/runtime": "^7.24.0", "@mui/system": "^5.15.14", "@mui/utils": "^5.15.14", "clsx": "^2.1.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" }, "engines": { "node": ">=14.0.0" }, "private": false, "module": "./index.js", "types": "./index.d.ts" }