{ "name": "@mui/material", "version": "5.1.1", "private": false, "author": "MUI Team", "description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.", "main": "./node/index.js", "keywords": [ "react", "react-component", "mui", "material-ui", "material design" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/mui-material" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://mui.com/", "funding": { "type": "opencollective", "url": "https://opencollective.com/material-ui" }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@types/react": "^16.8.6 || ^17.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.16.3", "@mui/base": "5.0.0-alpha.55", "@mui/system": "^5.1.1", "@mui/types": "^7.1.0", "@mui/utils": "^5.1.1", "@types/react-transition-group": "^4.4.4", "clsx": "^1.1.1", "csstype": "^3.0.9", "hoist-non-react-statics": "^3.3.2", "prop-types": "^15.7.2", "react-is": "^17.0.2", "react-transition-group": "^4.4.2" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=12.0.0" }, "module": "./index.js", "types": "./index.d.ts" }