{
  "name": "@web3-wallet/example-react",
  "description": "web3-wallet react example",
  "author": "logan <logan.luo@crypto.com>",
  "private": true,
  "version": "0.10.7",
  "scripts": {
    "dev": "next dev -p 3333",
    "start": "next start -p 3333",
    "build": "next build",
    "lint": "eslint src"
  },
  "dependencies": {
    "@ethersproject/bignumber": "^5.7.0",
    "@ethersproject/experimental": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "@ethersproject/units": "^5.7.0",
    "@web3-wallet/core": "workspace:*",
    "@web3-wallet/coinbase-wallet": "workspace:*",
    "@web3-wallet/defiwallet": "workspace:*",
    "@web3-wallet/metamask": "workspace:*",
    "@web3-wallet/react": "workspace:*",
    "@web3-wallet/walletconnect": "workspace:*",
    "@web3-wallet/imtoken": "workspace:*",
    "@web3-wallet/brave-wallet": "workspace:*",
    "@web3-wallet/trust-wallet": "workspace:*",
    "@web3-wallet/cryptocom-desktop-wallet": "workspace:*",
    "@web3-wallet/plugin-ens": "workspace:*",
    "@web3-wallet/plugin-balance": "workspace:*",
    "next": "12.2.5",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "@types/react-dom": "18.0.6",
    "eslint-config-next": "12.2.5"
  }
}
