{
  "name": "@base_ui/react",
  "version": "1.0.0-alpha.3",
  "private": false,
  "author": "MUI Team",
  "description": "Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "unstyled",
    "a11y"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui/base-ui.git",
    "directory": "packages/mui-base"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/base-ui/issues"
  },
  "homepage": "https://mui.com/base-ui/",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mui-org"
  },
  "imports": {
    "#test-utils": "./test/index.ts"
  },
  "dependencies": {
    "@babel/runtime": "^7.25.6",
    "@floating-ui/react": "^0.26.24",
    "@floating-ui/react-dom": "^2.1.2",
    "@floating-ui/utils": "^0.2.8",
    "@mui/types": "^7.2.17",
    "@mui/utils": "^6.1.1",
    "clsx": "^2.1.1",
    "prop-types": "^15.8.1",
    "use-sync-external-store": "^1.2.2"
  },
  "peerDependencies": {
    "@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
    }
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}