{
  "name": "@mui/joy",
  "version": "5.0.0-beta.51",
  "private": false,
  "author": "MUI Team",
  "description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "design-system"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui/material-ui.git",
    "directory": "packages/mui-joy"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/material-ui/issues"
  },
  "homepage": "https://v5.mui.com/joy-ui/getting-started/",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mui-org"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.9",
    "clsx": "^2.1.0",
    "prop-types": "^15.8.1",
    "@mui/system": "^5.16.12",
    "@mui/base": "5.0.0-beta.40-0",
    "@mui/types": "^7.2.15",
    "@mui/core-downloads-tracker": "^5.16.12",
    "@mui/utils": "^5.16.12"
  },
  "peerDependencies": {
    "@emotion/react": "^11.5.0",
    "@emotion/styled": "^11.3.0",
    "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@emotion/react": {
      "optional": true
    },
    "@emotion/styled": {
      "optional": true
    }
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}