UNPKG

@mui/x-data-grid

Version:

The community edition of the data grid component (MUI X).

59 lines 1.31 kB
{ "name": "@mui/x-data-grid", "version": "6.18.6", "description": "The community edition of the data grid component (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" }, "publishConfig": { "access": "public" }, "keywords": [ "react", "react-component", "material-ui", "mui", "react-table", "table", "datatable", "data-table", "datagrid", "data-grid" ], "repository": { "type": "git", "url": "https://github.com/mui/mui-x.git", "directory": "packages/grid/x-data-grid" }, "dependencies": { "@babel/runtime": "^7.23.2", "@mui/utils": "^5.14.16", "clsx": "^2.0.0", "prop-types": "^15.8.1", "reselect": "^4.1.8" }, "peerDependencies": { "@mui/material": "^5.4.1", "@mui/system": "^5.4.1", "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": "./index.js", "types": "./index.d.ts" }