UNPKG

@material-ui/x-grid

Version:

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

61 lines (60 loc) 1.51 kB
{ "name": "@material-ui/x-grid", "version": "4.0.0-alpha.37", "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", "bugs": { "url": "https://github.com/mui-org/material-ui-x/issues" }, "homepage": "https://material-ui.com/components/data-grid/", "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" }, "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui-x.git", "directory": "packages/grid/x-grid" }, "dependencies": { "@material-ui/utils": "^5.0.0-alpha.14", "@material-ui/x-license": "4.0.0-alpha.37", "clsx": "^1.0.4", "prop-types": "^15.7.2", "reselect": "^4.0.0" }, "peerDependencies": { "@material-ui/core": "^4.12.0 || ^5.0.0-beta.0", "@material-ui/styles": "^4.11.4 || ^5.0.0-beta.0", "react": "^17.0.0" }, "setupFiles": [ "<rootDir>/src/setupTests.js" ], "engines": { "node": ">=12.0.0" }, "gitHead": "b81daef3a604c87620d3cfcb354cf5071d3836a9" }