-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.58 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@lifi/widget",
"version": "3.0.0-alpha.41",
"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": "./_esm/index.js",
"types": "./_esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"author": "Eugene Chybisov <[email protected]>",
"homepage": "https://github.com/lifinance/widget",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/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.4",
"@emotion/styled": "^11.11.5",
"@lifi/sdk": "^3.0.0-alpha.63",
"@lifi/wallet-management": "^3.0.0-alpha.27",
"@mui/icons-material": "^5.15.18",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.8",
"@tanstack/react-query": "^5.37.1",
"@tanstack/react-virtual": "^3.5.0",
"i18next": "^23.11.5",
"microdiff": "^1.4.0",
"mitt": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2",
"react-intersection-observer": "^9.10.2",
"react-router-dom": "^6.23.1",
"react-timer-hook": "^3.0.7",
"uuid": "^9.0.1",
"viem": "^2.12.1",
"wagmi": "^2.9.6",
"zustand": "^4.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lifi/sdk": "^3.0.0-alpha.0",
"@lifi/wallet-management": "^3.0.0-alpha.0",
"@mui/icons-material": "^5.15.0",
"@mui/material": "^5.15.0",
"@solana/wallet-adapter-base": "^0.9.0",
"@solana/wallet-adapter-react": "^0.15.0",
"@solana/web3.js": "^1.91.0",
"@tanstack/react-query": "^5.17.0",
"@types/react": "^18.2.0",
"i18next": "^23.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.22.0",
"wagmi": "^2.2.0",
"zustand": "^4.5.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"exports": {
".": {
"types": "./_esm/index.d.ts",
"default": "./_esm/index.js"
},
"./package.json": "./package.json",
"./skeleton": "./_esm/components/Skeleton/WidgetSkeleton.js"
}
}