@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.
83 lines • 2.18 kB
JSON
{
"name": "@lifi/widget",
"version": "2.10.0",
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
"lint-staged": {
"src/**/*.{ts,tsx}": [
"yarn run lint:fix",
"yarn run prettier:fix"
]
},
"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": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lifi/sdk": "^2.5.0",
"@lifi/wallet-management": "^2.6.0",
"@mui/icons-material": "^5.14.14",
"@mui/lab": "^5.0.0-alpha.149",
"@mui/material": "^5.14.14",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-virtual": "^3.0.0-beta.68",
"big.js": "^6.2.1",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"microdiff": "^1.3.2",
"mitt": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-i18next": "^13.3.1",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.17.0",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"zustand": "^4.4.4"
},
"peerDependencies": {
"@types/react": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"eslintConfig": {
"extends": "../../.eslintrc"
},
"sideEffects": false,
"private": false
}