-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
81 lines (81 loc) · 2.27 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
{
"name": "axelar-satellite",
"version": "0.5.11",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true pnpm build",
"start": "next start",
"lint": "next lint",
"test": "vitest --run",
"test:watch": "vitest"
},
"dependencies": {
"@0xsquid/sdk": "^1.8.0",
"@axelar-network/axelarjs-sdk": "0.13.5",
"@cosmjs/stargate": "^0.30.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@evmos/proto": "^0.2.1",
"@evmos/provider": "^0.3.1",
"@evmos/transactions": "^0.3.2",
"@keplr-wallet/cosmos": "^0.11.64",
"@terra-money/terra.js": "^3.1.10",
"@terra-money/wallet-provider": "^3.11.2",
"animate.css": "^4.1.1",
"bech32": "^2.0.0",
"clsx": "^1.2.1",
"daisyui": "^2.52.0",
"ethers": "^5.7.2",
"next": "^13.5.5",
"next-secure-headers": "^2.2.0",
"proxy-memoize": "^2.0.4",
"rambda": "^8.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-query": "^3.39.3",
"socket.io-client": "^4.7.2",
"spinners-react": "^1.0.7",
"usehooks-ts": "^2.9.1",
"viem": "~1.16.5",
"wagmi": "1.4.1",
"wait": "^0.4.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@keplr-wallet/types": "^0.11.64",
"@next/bundle-analyzer": "^13.5.5",
"@playwright/test": "^1.37.0",
"@testing-library/react": "^14.0.0",
"@types/big.js": "^6.2.0",
"@types/node": "^18.17.5",
"@types/react": "^18.2.20",
"@types/react-dom": "18.2.4",
"@types/testing-library__jest-dom": "^5.14.9",
"autoprefixer": "^10.4.15",
"cosmjs-types": "^0.8.0",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.5",
"happy-dom": "^9.20.3",
"long": "^5.2.3",
"postcss": "^8.4.28",
"prettier": "^2.8.8",
"stridejs": "^0.6.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vitest": "^0.34.3"
},
"pnpm": {
"overrides": {
"vm2@<3.9.18": ">=3.9.18",
"socket.io-parser@>=4.0.4 <4.2.3": ">=4.2.3"
}
}
}