{
  "name": "@mui/x-internals",
  "version": "8.26.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.4",
    "@mui/utils": "^7.3.5",
    "reselect": "^5.1.1",
    "use-sync-external-store": "^1.6.0"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json",
    "./*": {
      "require": {
        "types": "./*/index.d.ts",
        "default": "./*/index.js"
      },
      "default": {
        "types": "./esm/*/index.d.ts",
        "default": "./esm/*/index.js"
      }
    },
    "./esm": null
  }
}