{
  "name": "@alephium/web3-react",
  "version": "3.0.4",
  "homepage": "https://github.com/alephium/alephium-web3",
  "license": "GPL",
  "description": "React components for Alephium Web3.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alephium/alephium-web3.git",
    "directory": "packages/web3-react"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/index.es.js",
      "default": "./build/index.es.js"
    }
  },
  "types": "./build/index.d.ts",
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "build",
    "README.md"
  ],
  "keywords": [
    "react-hook",
    "blockchain",
    "hooks",
    "alephium",
    "react"
  ],
  "dependencies": {
    "@alephium/walletconnect-qrcode-modal": "^0.1.0",
    "buffer": "^6.0.3",
    "detect-browser": "^5.3.0",
    "framer-motion": "^6.5.1",
    "qrcode": "^1.5.1",
    "react-transition-state": "^1.1.5",
    "react-use-measure": "^2.1.1",
    "resize-observer-polyfill": "^1.5.1",
    "styled-components": "^5.3.9",
    "use-sync-external-store": "^1.2.2",
    "@alephium/get-extension-wallet": "^3.0.4",
    "@alephium/walletconnect-provider": "^3.0.4"
  },
  "peerDependencies": {
    "react": "17.x || 18.x || 19.x",
    "react-dom": "17.x || 18.x || 19.x"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@types/node": "^20.0.0",
    "@types/qrcode": "^1.5.0",
    "@types/react": "^18.0.31",
    "@types/react-dom": "^18.0.11",
    "@types/styled-components": "^5.1.26",
    "@types/use-sync-external-store": "^0.0.6",
    "eslint-plugin-react-hooks": "^4.6.0",
    "rollup": "^2.79.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.37.0",
    "rollup-plugin-visualizer": "^5.9.0",
    "typescript": "^5.9.3"
  },
  "resolutions": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "scripts": {
    "start": "rollup --config rollup.config.dev.js -w",
    "dev": "rollup --config rollup.config.dev.js -w",
    "build": "rollup --config rollup.config.prod.js",
    "clean": "rm -rf build",
    "clean:all": "pnpm clean && rm -rf node_modules",
    "lint": "eslint src --ext .ts,tsx"
  }
}