UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

76 lines 2.16 kB
{ "name": "@lifi/widget", "version": "3.23.3", "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": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "sideEffects": false, "author": "Eugene Chybisov <eugene@li.finance>", "homepage": "https://github.com/lifinance/widget", "repository": { "type": "git", "url": "https://github.com/lifinance/widget.git", "directory": "packages/widget" }, "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": { "@bigmi/client": "^0.3.1", "@bigmi/core": "^0.3.1", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@lifi/sdk": "^3.7.9", "@mui/icons-material": "^7.1.0", "@mui/material": "^7.1.0", "@mui/system": "^7.1.0", "@mysten/sui": "^1.30.1", "@solana/wallet-adapter-base": "^0.9.26", "@solana/wallet-adapter-coinbase": "^0.1.22", "@solana/web3.js": "^1.98.2", "@tanstack/react-virtual": "^3.13.9", "i18next": "^25.2.1", "microdiff": "^1.5.0", "mitt": "^3.0.1", "react-i18next": "^15.5.2", "react-intersection-observer": "^9.16.0", "react-router-dom": "^6.30.0", "viem": "^2.30.5", "zustand": "^5.0.5", "@lifi/wallet-management": "^3.11.1" }, "peerDependencies": { "@bigmi/react": ">=0.3.0", "@mysten/dapp-kit": ">=0.16.0", "@solana/wallet-adapter-react": ">=0.15.35", "@tanstack/react-query": ">=5.68.0", "react": ">=18", "react-dom": ">=18", "wagmi": ">=2.14.0" }, "exports": { ".": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "./skeleton": { "types": "./dist/esm/components/Skeleton/WidgetSkeleton.d.ts", "default": "./dist/esm/components/Skeleton/WidgetSkeleton.js" }, "./package.json": "./package.json" } }