@mui/material
Version:
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
134 lines • 3.35 kB
JSON
{
"name": "@mui/material",
"version": "7.0.1",
"private": false,
"author": "MUI Team",
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",
"main": "./index.js",
"keywords": [
"react",
"react-component",
"mui",
"material-ui",
"material design"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages/mui-material"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mui/material-ui/issues"
},
"homepage": "https://mui.com/material-ui/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"dependencies": {
"@babel/runtime": "^7.26.10",
"@popperjs/core": "^2.11.8",
"@types/react-transition-group": "^4.4.12",
"clsx": "^2.1.1",
"csstype": "^3.1.3",
"prop-types": "^15.8.1",
"react-is": "^19.0.0",
"react-transition-group": "^4.4.5",
"@mui/core-downloads-tracker": "^7.0.1",
"@mui/types": "^7.4.0",
"@mui/system": "^7.0.1",
"@mui/utils": "^7.0.1"
},
"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",
"@mui/material-pigment-css": "^7.0.1"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
},
"@mui/material-pigment-css": {
"optional": true
}
},
"sideEffects": false,
"publishConfig": {
"access": "public",
"directory": "build"
},
"engines": {
"node": ">=14.0.0"
},
"exports": {
"./package.json": "./package.json",
".": {
"require": {
"types": "./index.d.ts",
"default": "./index.js"
},
"import": {
"types": "./esm/index.d.ts",
"default": "./esm/index.js"
},
"mui-modern": {
"types": "./modern/index.d.ts",
"default": "./modern/index.js"
}
},
"./*": {
"require": {
"types": "./*/index.d.ts",
"default": "./*/index.js"
},
"import": {
"types": "./esm/*/index.d.ts",
"default": "./esm/*/index.js"
},
"mui-modern": {
"types": "./modern/*/index.d.ts",
"default": "./modern/*/index.js"
}
},
"./esm": null,
"./modern": null,
"./ButtonBase/TouchRipple": {
"require": {
"types": "./ButtonBase/TouchRipple.d.ts",
"default": "./ButtonBase/TouchRipple.js"
},
"import": {
"types": "./esm/ButtonBase/TouchRipple.d.ts",
"default": "./esm/ButtonBase/TouchRipple.js"
},
"mui-modern": {
"types": "./modern/ButtonBase/TouchRipple.d.ts",
"default": "./modern/ButtonBase/TouchRipple.js"
}
}
},
"pigment-css": {
"vite": {
"include": [
"prop-types",
"react-is",
"hoist-non-react-statics",
"react",
"react-dom",
"@emotion/react"
]
}
},
"module": "./esm/index.js",
"types": "./index.d.ts"
}