UNPKG

@mui/lab

Version:
72 lines 1.68 kB
{ "name": "@mui/lab", "version": "6.0.0-beta.15", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", "main": "./node/index.js", "keywords": [ "react", "react-component", "mui", "material-ui", "material design", "lab" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-lab" }, "license": "MIT", "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://mui.com/material-ui/about-the-lab/", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" }, "dependencies": { "@babel/runtime": "^7.26.0", "clsx": "^2.1.1", "prop-types": "^15.8.1", "@mui/base": "5.0.0-beta.61", "@mui/system": "^6.1.7", "@mui/utils": "^6.1.7", "@mui/types": "^7.2.19" }, "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": "^6.1.7", "@mui/material-pigment-css": "^6.1.7" }, "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" }, "module": "./index.js", "types": "./index.d.ts" }