{ "name": "@mui/styles", "version": "5.1.1", "private": false, "author": "MUI Team", "description": "MUI Styles - The styling solution of MUI.", "main": "./node/index.js", "keywords": [ "react", "react-component", "mui", "styles" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/mui-styles" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://mui.com/styles/basics/", "funding": { "type": "opencollective", "url": "https://opencollective.com/material-ui" }, "peerDependencies": { "@types/react": "^16.8.6 || ^17.0.0", "react": "^17.0.2" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.16.3", "@emotion/hash": "^0.8.0", "@mui/private-theming": "^5.1.1", "@mui/types": "^7.1.0", "@mui/utils": "^5.1.1", "clsx": "^1.1.1", "csstype": "^3.0.9", "hoist-non-react-statics": "^3.3.2", "jss": "^10.8.2", "jss-plugin-camel-case": "^10.8.2", "jss-plugin-default-unit": "^10.8.2", "jss-plugin-global": "^10.8.2", "jss-plugin-nested": "^10.8.2", "jss-plugin-props-sort": "^10.8.2", "jss-plugin-rule-value-function": "^10.8.2", "jss-plugin-vendor-prefixer": "^10.8.2", "prop-types": "^15.7.2" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=12.0.0" }, "module": "./index.js", "types": "./index.d.ts" }