{ "name": "@mui/x-internals", "version": "8.11.0", "author": "MUI Team", "description": "Utility functions for the MUI X packages (internal use only).", "license": "MIT", "bugs": { "url": "https://github.com/mui/mui-x/issues" }, "homepage": "https://mui.com/x/", "sideEffects": false, "funding": { "type": "opencollective", "url": "https://opencollective.com/mui-org" }, "publishConfig": { "access": "public" }, "keywords": [ "react", "react-component", "material-ui", "mui", "mui-x", "utils" ], "repository": { "type": "git", "url": "git+https://github.com/mui/mui-x.git", "directory": "packages/x-internals" }, "dependencies": { "@babel/runtime": "^7.28.2", "@mui/utils": "^7.3.1", "reselect": "^5.1.1", "use-sync-external-store": "^1.5.0" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "engines": { "node": ">=14.0.0" }, "type": "commonjs", "exports": { "./package.json": "./package.json", "./*": { "import": { "types": "./esm/*/index.d.ts", "default": "./esm/*/index.js" }, "require": { "types": "./*/index.d.ts", "default": "./*/index.js" } }, "./esm": null } }