{
  "name": "@collabland/lifi-widget",
  "version": "3.3.0",
  "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
  "type": "module",
  "main": "./_cjs/index.js",
  "module": "./_esm/index.js",
  "types": "./_esm/index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "author": "Eugene Chybisov <eugene@li.finance>",
  "homepage": "https://github.com/lifinance/widget",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lifinance/widget.git"
  },
  "bugs": {
    "url": "https://github.com/lifinance/widget/issues"
  },
  "license": "Apache-2.0",
  "keywords": [
    "widget",
    "lifi-widget",
    "bridge",
    "swap",
    "cross-chain",
    "multi-chain",
    "metamask",
    "ethereum",
    "web3",
    "lifi"
  ],
  "dependencies": {
    "@collabland/lifi-wallet-management": "^3.1.1",
    "@emotion/react": "^11.11.3",
    "@emotion/styled": "^11.11.0",
    "@lifi/sdk": "^3.0.0-alpha.48",
    "@mui/icons-material": "^5.15.4",
    "@mui/lab": "^5.0.0-alpha.160",
    "@mui/material": "^5.15.4",
    "@solana/wallet-adapter-base": "^0.9.23",
    "@solana/wallet-adapter-react": "^0.15.35",
    "@solana/wallet-adapter-wallets": "^0.19.25",
    "@solana/web3.js": "^1.89.1",
    "@tanstack/react-query": "^5.17.14",
    "@tanstack/react-virtual": "^3.0.1",
    "ethers": "^5.7.2",
    "i18next": "^23.7.16",
    "microdiff": "^1.3.2",
    "mitt": "^3.0.1",
    "mixpanel-browser": "^2.48.1",
    "moment": "^2.30.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-i18next": "^14.0.0",
    "react-intersection-observer": "^9.5.3",
    "react-router-dom": "^6.21.2",
    "react-timer-hook": "^3.0.7",
    "swr": "^2.2.4",
    "uuid": "^9.0.1",
    "viem": "^2.1.1",
    "wagmi": "^2.2.1",
    "zustand": "^4.4.7"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.17.0",
    "@types/react": "^18.2.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "wagmi": "^2.2.1"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  }
}