{
  "name": "@xylabs/react-appbar",
  "version": "7.1.20",
  "description": "Common React library for all XY Labs projects that use React",
  "keywords": [
    "utility",
    "typescript",
    "react"
  ],
  "homepage": "https://xylabs.com",
  "bugs": {
    "url": "git+https://github.com/xylabs/sdk-react/issues",
    "email": "support@xylabs.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xylabs/sdk-react.git"
  },
  "license": "LGPL-3.0-only",
  "author": {
    "name": "XY Labs Development Team",
    "email": "support@xylabs.com",
    "url": "https://xylabs.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/browser/index.d.ts",
      "import": "./dist/browser/index.mjs",
      "default": "./dist/browser/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/browser/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "workspaces": [
    "packages/*"
  ],
  "dependencies": {
    "@mui/icons-material": "~7.3.9",
    "@xylabs/sdk-js": "~5.0.95",
    "react-router-dom": "~7.14.0",
    "@xylabs/react-link": "~7.1.20",
    "@xylabs/react-flexbox": "~7.1.20",
    "@xylabs/react-shared": "~7.1.20",
    "@xylabs/react-theme": "~7.1.20"
  },
  "devDependencies": {
    "@mui/material": "~7.3.9",
    "@opentelemetry/api": "^1.9.1",
    "@storybook/react-vite": "~10.3.4",
    "@types/node": "~25.5.2",
    "@types/react": "^19.2.14",
    "@xylabs/ts-scripts-common": "~7.8.5",
    "@xylabs/ts-scripts-pnpm": "~7.8.5",
    "@xylabs/tsconfig": "~7.8",
    "@xylabs/tsconfig-dom": "~7.8.5",
    "@xylabs/tsconfig-react": "~7.8.5",
    "@xylabs/zod": "~5.0.95",
    "axios": "^1.14.0",
    "esbuild": "^0.28.0",
    "pako": "~2.1.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "storybook": "~10.3.4",
    "typescript": "^5.9.3",
    "vite": "~8.0.5",
    "zod": "~4.3.6",
    "@xylabs/react-async-effect": "~7.1.20",
    "@xylabs/react-promise": "~7.1.20"
  },
  "peerDependencies": {
    "@mui/material": ">=6 <8",
    "pako": "~2.1.0",
    "react": "^19",
    "react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "@xylabs/react-async-effect": "~7.1.20"
  },
  "publishConfig": {
    "access": "public"
  }
}