-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
92 lines (92 loc) · 3.08 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
{
"name": "x-telos-bridge",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"start": "next start ",
"dev": "next dev -p 3009",
"dev:widget": "npx tsup --watch",
"start:widget": "npx serve widget",
"build:widget": "npx tsup",
"postwidget": "node scripts/postwidget.mjs",
"lint": "TIMING=1 next lint",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"devDependencies": {
"@layerzerolabs/eslint-config": "~0.0.7",
"@layerzerolabs/typescript-config": "~0.0.3",
"@svgr/webpack": "^6.5.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^17.0.12",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"esbuild-plugin-polyfill-node": "0.3.0",
"esbuild-plugin-svgr": "^1.0.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.9.5"
},
"dependencies": {
"@0xsequence/multicall": "^0.43.15",
"@aptos-labs/wallet-adapter-core": "^2.2.0",
"@babel/runtime": "^7.x",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@layerzerolabs/lz-aptos": "1.0.6",
"@layerzerolabs/scan-client": "~0.0.5",
"@layerzerolabs/sg-sdk": "^0.5.3",
"@layerzerolabs/ui-app-config": "~0.1.14",
"@layerzerolabs/ui-aptos": "~1.0.7",
"@layerzerolabs/ui-bridge-aptos": "~0.1.9",
"@layerzerolabs/ui-bridge-oft": "~0.1.17",
"@layerzerolabs/ui-bridge-oft-wrapper": "~0.1.20",
"@layerzerolabs/ui-bridge-onft": "^0.1.7",
"@layerzerolabs/ui-bridge-sdk": "~1.0.6",
"@layerzerolabs/ui-bridge-wrapped-token": "~0.1.12",
"@layerzerolabs/ui-core": "~0.2.24",
"@layerzerolabs/ui-evm": "~0.1.19",
"@layerzerolabs/ui-price-sdk": "~0.0.1",
"@layerzerolabs/ui-solana": "~1.0.6",
"@layerzerolabs/ui-stargate-sdk": "~0.1.26",
"@layerzerolabs/ui-superjson": "~0.1.7",
"@layerzerolabs/ui-wallet": "^0.1.9",
"@layerzerolabs/ui-wallet-evm": "~0.1.10",
"@layerzerolabs/ui-wallet-solana": "~0.2.7",
"@mui/system": "^5.11.5",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-switch": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@solana/web3.js": "^1.76.0",
"@tanstack/react-query": "^4.33.0",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"@walletconnect/ethereum-provider": "^2.7.0",
"@walletconnect/modal": "^2.4.5",
"@web3modal/standalone": "^2.4.1",
"aptos": "^1.3.17",
"ethers": "^5.6.9",
"fewcha-plugin-wallet-adapter": "^0.1.2",
"lodash-es": "^4.17.21",
"micro-memoize": "~4.1.2",
"mobx": "^6.6.0",
"mobx-react": "^7.6.0",
"mobx-utils": "^6.0.6",
"next": "14.0.1",
"petra-plugin-wallet-adapter": "^0.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"superjson": "^1.12.2",
"tsup": "^7.2.0",
"zod": "^3.22.3"
},
"resolutions": {
"@aptos-labs/wallet-adapter-core": "^2.2.0",
"@layerzerolabs/lz-sdk": "~0.0.44",
"@layerzerolabs/sg-sdk": "^0.5.3",
"@layerzerolabs/lz-aptos": "1.0.6"
}
}