{
  "name": "@siafoundation/react-core",
  "version": "8.2.1",
  "description": "Core library for building React hooks for interacting with a Sia daemon.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SiaFoundation/web"
  },
  "types": "./src/index.d.ts",
  "dependencies": {
    "@siafoundation/request": "^0.5.1",
    "axios": "^1.13.5",
    "detect-gpu": "^5.0.34",
    "swr": "^2.3.7",
    "use-local-storage-state": "^19.5.0"
  },
  "peerDependencies": {
    "@siafoundation/types": "^0.13.0",
    "@technically/lodash": "^4.17.0",
    "next": "^16.1.6",
    "react": "^19.2.1"
  },
  "module": "./index.esm.js",
  "main": "./index.cjs.js"
}