{ "name": "@material-ui/system", "version": "4.12.1", "private": false, "author": "Material-UI Team", "description": "Material-UI System - Design system for Material-UI.", "main": "./index.js", "keywords": [ "react", "react-component", "material design", "material-ui", "system" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/material-ui-system" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://github.com/mui-org/material-ui/tree/master/packages/material-ui-system", "funding": { "type": "opencollective", "url": "https://opencollective.com/material-ui" }, "peerDependencies": { "@types/react": "^16.8.6 || ^17.0.0", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.4.4", "@material-ui/utils": "^4.11.2", "csstype": "^2.5.2", "prop-types": "^15.7.2" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.0.0" }, "module": "./esm/index.js", "typings": "./index.d.ts" }