{
  "name": "@xyo-network/react-aggregate-price-plugin",
  "version": "10.0.2",
  "description": "Common React library for all XYO projects that use React",
  "keywords": [
    "xyo",
    "utility",
    "typescript",
    "react"
  ],
  "homepage": "https://xyo.network",
  "bugs": {
    "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues",
    "email": "support@xyo.network"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
  },
  "license": "LGPL-3.0-only",
  "author": {
    "name": "XYO Development Team",
    "email": "support@xyo.network",
    "url": "https://xyo.network"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "browser": {
        "types": "./dist/browser/index.d.ts",
        "default": "./dist/browser/index.mjs"
      },
      "types": "./dist/browser/index.d.ts",
      "default": "./dist/browser/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@xyo-network/react-payload-plugin": "~10.0.2",
    "@xyo-network/react-shared": "~10.0.2"
  },
  "devDependencies": {
    "@bitauth/libauth": "~3.0.0",
    "@metamask/providers": "^22.1.1",
    "@mui/icons-material": "^9.1.1",
    "@mui/material": "^9.1.2",
    "@mui/system": "^9.1.2",
    "@mui/x-tree-view": "~9.6",
    "@noble/post-quantum": "~0.6.1",
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/sdk-trace-base": "^2.8.0",
    "@react-spring/web": "~10.1.1",
    "@scure/base": "~2.2.0",
    "@scure/bip39": "~2.2.0",
    "@storybook/react-vite": "~10.4.6",
    "@types/luxon": "~3.7.2",
    "@types/react": "^19.2.17",
    "@xylabs/eth-address": "^6.1.4",
    "@xylabs/geo": "^6.1.4",
    "@xylabs/pixel": "^6.1.4",
    "@xylabs/react-async-effect": "^9.1.2",
    "@xylabs/react-button": "^9.1.2",
    "@xylabs/react-flexbox": "^9.1.2",
    "@xylabs/react-hooks": "^9.1.2",
    "@xylabs/react-identicon": "^9.1.2",
    "@xylabs/react-link": "^9.1.2",
    "@xylabs/react-promise": "^9.1.2",
    "@xylabs/react-quick-tip-button": "^9.1.2",
    "@xylabs/react-select": "^9.1.2",
    "@xylabs/react-shared": "^9.1.2",
    "@xylabs/react-theme": "^9.1.2",
    "@xylabs/sdk-js": "^6.1.4",
    "@xylabs/sdk-react": "~9.1.2",
    "@xylabs/threads": "^6.1.4",
    "@xylabs/toolchain": "~8.3.0",
    "@xylabs/tsconfig": "^8.3.0",
    "@xylabs/tsconfig-dom": "^8.3.0",
    "@xylabs/tsconfig-react": "~8.3.0",
    "@xyo-network/crypto-asset-payload-plugin": "~7.0",
    "@xyo-network/diviner-schema-list": "~7.0",
    "@xyo-network/diviner-schema-stats": "~7.0",
    "@xyo-network/node-core-types": "~4.2.2",
    "@xyo-network/sdk-js": "~7.0",
    "@xyo-network/sdk-protocol-js": "~7.0",
    "@xyo-network/typeof": "~5.3.30",
    "ajv": "^8.20.0",
    "async-mutex": "^0.5.0",
    "axios": "^1.18.1",
    "clsx": "~2.1.1",
    "debug": "~4.4.3",
    "eslint": "^10.5.0",
    "ethers": "^6.17.0",
    "hash-wasm": "~4.12.0",
    "idb": "^8.0.3",
    "jsonpath-plus": "^10.4.0",
    "lru-cache": "^11.5.1",
    "luxon": "^3.7.2",
    "md5": "~2.3.0",
    "numeral": "~2.0.6",
    "observable-fns": "~0.6.1",
    "query-string": "~9.4.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-router-dom": "^7.18.0",
    "storybook": "^10.4.6",
    "typescript": "^6.0.3",
    "viem": "^2.53.1",
    "vite": "^8.1.0",
    "webextension-polyfill": "^0.12.0",
    "zod": "^4.4.3",
    "zustand": "~5.0.14"
  },
  "peerDependencies": {
    "@bitauth/libauth": "~3.0",
    "@metamask/providers": "^22.1",
    "@mui/icons-material": "^9.0",
    "@mui/material": "^9.0",
    "@mui/system": "^9.0",
    "@mui/x-tree-view": "~9.6",
    "@noble/post-quantum": "~0.6.1",
    "@opentelemetry/api": "^1.9",
    "@opentelemetry/sdk-trace-base": "^2.7",
    "@react-spring/web": "~10.1",
    "@scure/base": "~2.2",
    "@scure/bip39": "~2.2",
    "@xylabs/eth-address": "^6.1.0",
    "@xylabs/geo": "^6.0",
    "@xylabs/pixel": "^6.1",
    "@xylabs/react-async-effect": "^9.1",
    "@xylabs/react-button": "^9.1",
    "@xylabs/react-flexbox": "^9.1",
    "@xylabs/react-hooks": "^9.1",
    "@xylabs/react-identicon": "^9.1",
    "@xylabs/react-link": "^9.1",
    "@xylabs/react-promise": "^9.1",
    "@xylabs/react-quick-tip-button": "^9.1",
    "@xylabs/react-select": "^9.1",
    "@xylabs/react-shared": "^9.1",
    "@xylabs/react-theme": "^9.1",
    "@xylabs/sdk-js": "^6.0",
    "@xylabs/sdk-react": "^9.1",
    "@xylabs/threads": "^6.0",
    "@xyo-network/crypto-asset-payload-plugin": "^7.0",
    "@xyo-network/diviner-schema-list": "^7.0",
    "@xyo-network/diviner-schema-stats": "^7.0",
    "@xyo-network/node-core-types": "~4.2",
    "@xyo-network/sdk-js": "^7.0",
    "@xyo-network/sdk-protocol-js": "^7.0",
    "@xyo-network/typeof": "~5.3",
    "ajv": "^8.20",
    "async-mutex": "^0.5",
    "axios": "^1.16",
    "clsx": "~2.1",
    "debug": "~4.4",
    "ethers": "^6.16",
    "hash-wasm": "~4.12",
    "idb": "^8.0",
    "jsonpath-plus": "^10.4",
    "lru-cache": "^11.3",
    "luxon": "^3.7",
    "md5": "~2.3",
    "numeral": "~2.0",
    "observable-fns": "~0.6",
    "query-string": "~9.4",
    "react": "^19.2",
    "react-dom": "^19.2",
    "react-router-dom": "^7.15",
    "viem": "^2.48",
    "webextension-polyfill": "^0.12",
    "zod": "^4.4",
    "zustand": "~5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "docs": "dist/docs.json"
}