File: /var/www/vhosts/textpony-prod.2amigos.us/docroot/node_modules/@mui/lab/package.json
{
"name": "@mui/lab",
"version": "5.0.0-alpha.94",
"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/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"
},
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.0",
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@emotion/react": {
"optional": true
},
"@emotion/styled": {
"optional": true
}
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mui/base": "5.0.0-alpha.92",
"@mui/system": "^5.10.0",
"@mui/utils": "^5.9.3",
"clsx": "^1.2.1",
"prop-types": "^15.8.1",
"react-is": "^18.2.0"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.0.0"
},
"module": "./index.js",
"types": "./index.d.ts"
}