UNPKG

@material-ui/x-grid

Version:

The commercial edition of the data grid component (Material-UI X).

51 lines (50 loc) 1.18 kB
{ "name": "@material-ui/x-grid", "version": "4.0.0-alpha.31", "description": "The commercial edition of the data grid component (Material-UI X).", "author": "Material-UI Team", "main": "dist/index-cjs.js", "module": "dist/index-esm.js", "types": "dist/x-grid.d.ts", "files": [ "dist/*" ], "license": "See LICENSE file", "sideEffects": false, "publishConfig": { "access": "public" }, "keywords": [ "react", "react-component", "material-ui", "react-table", "table", "datatable", "data-table", "datagrid", "data-grid" ], "scripts": { "typescript": "tsc -p tsconfig.json", "build": "cd ../ && rollup --config rollup.x-grid.config.js" }, "dependencies": { "@material-ui/utils": "^5.0.0-alpha.14", "@material-ui/x-license": "4.0.0-alpha.31", "clsx": "^1.0.4", "prop-types": "^15.7.2", "reselect": "^4.0.0" }, "peerDependencies": { "@material-ui/core": "^4.9.12 || ^5.0.0-alpha.34", "react": "^17.0.0" }, "setupFiles": [ "<rootDir>/src/setupTests.js" ], "engines": { "node": ">=12.0.0" }, "gitHead": "45093913e390b9c71b89a3debf76a58a46e68a2f" }