/
sweetebin
/
hackaton_26
Обзор
Документация
Войти
/
sweetebin
/
hackaton_26
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
web-form-project/node_modules/@mui/utils/package.json
55 строк
1 KB
AKorostelev
web form project added
28 июл 2026, 10:57
28 июл 2026, 10:57
4339e77
Код
Авторство
О чём код?
{ "name": "@mui/utils", "version": "6.4.9", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", "main": "./index.js", "keywords": [ "react", "react-component", "mui", "utils" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-utils" }, "license": "MIT", "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-utils", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" }, "dependencies": { "@babel/runtime": "^7.26.0", "@types/prop-types": "^15.7.14", "clsx": "^2.1.1", "prop-types": "^15.8.1", "react-is": "^19.0.0", "@mui/types": "~7.2.24" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "engines": { "node": ">=14.0.0" }, "module": "./esm/index.js", "types": "./index.d.ts" }