{
  "name": "@mui/styles",
  "version": "5.10.3",
  "private": false,
  "author": "MUI Team",
  "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "styles"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui/material-ui.git",
    "directory": "packages/mui-styles"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/material-ui/issues"
  },
  "homepage": "https://mui.com/system/styles/basics/",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mui"
  },
  "peerDependencies": {
    "@types/react": "^17.0.0",
    "react": "^17.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.18.9",
    "@emotion/hash": "^0.9.0",
    "@mui/private-theming": "^5.10.3",
    "@mui/types": "^7.2.0",
    "@mui/utils": "^5.10.3",
    "clsx": "^1.2.1",
    "csstype": "^3.1.0",
    "hoist-non-react-statics": "^3.3.2",
    "jss": "^10.9.2",
    "jss-plugin-camel-case": "^10.9.2",
    "jss-plugin-default-unit": "^10.9.2",
    "jss-plugin-global": "^10.9.2",
    "jss-plugin-nested": "^10.9.2",
    "jss-plugin-props-sort": "^10.9.2",
    "jss-plugin-rule-value-function": "^10.9.2",
    "jss-plugin-vendor-prefixer": "^10.9.2",
    "prop-types": "^15.8.1"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}