-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
64 lines (64 loc) · 2.07 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
{
"name": "eclipse-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit --incremental --watch"
},
"dependencies": {
"@coral-xyz/anchor": "0.30.1",
"@dynamic-labs/bitcoin": "4.0.0-alpha.28",
"@dynamic-labs/eclipse": "4.0.0-alpha.28",
"@dynamic-labs/ethereum": "4.0.0-alpha.28",
"@dynamic-labs/ethereum-core": "4.0.0-alpha.28",
"@dynamic-labs/ethers-v5": "3.0.0-alpha.48",
"@dynamic-labs/sdk-react-core": "4.0.0-alpha.28",
"@dynamic-labs/solana": "4.0.0-alpha.28",
"@dynamic-labs/utils": "4.0.0-alpha.28",
"@dynamic-labs/wagmi-connector": "4.0.0-alpha.28",
"@dynamic-labs/wallet-book": "4.0.0-alpha.28",
"@dynamic-labs/wallet-connector-core": "4.0.0-alpha.28",
"@orca-so/common-sdk": "^0.6.3",
"@orca-so/whirlpools-sdk": "0.13.8",
"@project-serum/anchor": "^0.26.0",
"@reservoir0x/relay-bitcoin-wallet-adapter": "^1.0.7",
"@reservoir0x/relay-kit-hooks": "^1.4.9",
"@reservoir0x/relay-kit-ui": "^2.2.22",
"@reservoir0x/relay-sdk": "^1.4.7",
"@reservoir0x/relay-svm-wallet-adapter": "^2.0.7",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "1.95.8",
"@tanstack/react-query": "^5.51.21",
"@types/node": "20.8.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"classnames": "^2.5.1",
"decimal.js": "^10.4.3",
"encoding": "^0.1.13",
"eslint": "8.51.0",
"eslint-config-next": "13.5.6",
"ethers": "^5.7.2",
"framer-motion": "^11.11.8",
"history": "^5.3.0",
"lossless-json": "^4.0.2",
"motion-number": "^0.1.7",
"next": "^14.2.5",
"pino-pretty": "^11.2.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loading-skeleton": "^3.4.0",
"react-router-dom": "^7.1.1",
"react-toastify": "^10.0.6",
"tailwind-merge": "^2.5.5",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"viem": "^2.21.10",
"wagmi": "^2.9.8"
}
}