{ "name": "@mui/lab", "version": "5.0.0-alpha.58", "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": "https://github.com/mui-org/material-ui.git", "directory": "packages/mui-lab" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://mui.com/components/about-the-lab/", "peerDependencies": { "@mui/material": "^5.0.0", "@types/react": "^16.8.6 || ^17.0.0", "date-fns": "^2.25.0", "dayjs": "^1.10.7", "luxon": "^1.28.0 || ^2.0.0", "moment": "^2.29.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "date-fns": { "optional": true }, "dayjs": { "optional": true }, "luxon": { "optional": true }, "moment": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.16.3", "@date-io/date-fns": "^2.11.0", "@date-io/dayjs": "^2.11.0", "@date-io/luxon": "^2.11.1", "@date-io/moment": "^2.11.0", "@mui/base": "5.0.0-alpha.58", "@mui/system": "^5.2.2", "@mui/utils": "^5.2.2", "clsx": "^1.1.1", "prop-types": "^15.7.2", "react-is": "^17.0.2", "react-transition-group": "^4.4.2", "rifm": "^0.12.1" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=12.0.0" }, "module": "./index.js", "types": "./index.d.ts" }