/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/mui-lab/package.json
103 строки
3 KB
Brijesh Bittu
[release] v9.3.1 (#48935)
06 авг 2026, 12:18
Не верифицирован
06 авг 2026, 12:18
5b91ac7
Код
Авторство
О чём код?
{ "name": "@mui/lab", "//": "version should be 'alpha' at all time", "version": "9.0.0-beta.8", "author": "MUI Team", "description": "Laboratory for new Material UI modules.", "license": "MIT", "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" }, "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" }, "scripts": { "build": "code-infra build --tsgo --flat", "release": "pnpm build && pnpm publish", "test": "pnpm --workspace-root test:unit --project \"*:@mui/lab\"", "typescript": "tsgo -p tsconfig.json" }, "dependencies": { "@babel/runtime": "^7.29.7", "@mui/system": "workspace:^", "@mui/types": "workspace:^", "@mui/utils": "workspace:^", "clsx": "^2.1.1", "prop-types": "^15.8.1" }, "devDependencies": { "@mui/material": "workspace:^", "@types/chai": "5.2.3", "@types/prop-types": "15.7.15", "@types/react": "19.2.17", "@types/react-dom": "19.2.3", "@types/sinon": "22.0.0", "chai": "6.2.2", "react": "19.2.8", "react-dom": "19.2.8", "sinon": "22.1.0" }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@mui/material": "workspace:^", "@mui/material-pigment-css": "workspace:^", "@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 }, "@mui/material-pigment-css": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "exports": { ".": "./src/index.js", "./LoadingButton": "./src/LoadingButton/index.js", "./Masonry": "./src/Masonry/index.js", "./TabContext": "./src/TabContext/index.js", "./TabList": "./src/TabList/index.js", "./TabPanel": "./src/TabPanel/index.js", "./themeAugmentation": "./src/themeAugmentation/index.js", "./TimelineConnector": "./src/TimelineConnector/index.js", "./TimelineContent": "./src/TimelineContent/index.js", "./TimelineDot": "./src/TimelineDot/index.js", "./TimelineItem": "./src/TimelineItem/index.js", "./TimelineOppositeContent": "./src/TimelineOppositeContent/index.js", "./TimelineSeparator": "./src/TimelineSeparator/index.js", "./useAutocomplete": "./src/useAutocomplete/index.js", "./*": "./src/*/index.ts" } }