{
  "name": "@xylabs/react-cookie-consent",
  "version": "7.1.17",
  "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",
      "default": "./dist/browser/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "module": "./dist/browser/index.mjs",
  "types": "dist/browser/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "workspaces": [
    "packages/*"
  ],
  "dependencies": {
    "@xylabs/react-button": "~7.1.17",
    "@xylabs/react-flexbox": "~7.1.17",
    "@xylabs/sdk-js": "~5.0.80"
  },
  "devDependencies": {
    "@mui/material": "~7.3.9",
    "@storybook/react-vite": "~10.2.16",
    "@types/react": "^19.2.14",
    "@xylabs/ts-scripts-yarn3": "~7.4.9",
    "@xylabs/tsconfig": "~7.4.9",
    "@xylabs/tsconfig-dom": "~7.4.9",
    "@xylabs/tsconfig-react": "~7.4.9",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "storybook": "~10.2.16",
    "typescript": "^5.9.3",
    "vite": "~7.3.1",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "@mui/material": ">=6 <8",
    "react": "^19",
    "react-dom": "^19",
    "zod": "^4"
  },
  "publishConfig": {
    "access": "public"
  }
}
