-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
69 lines (69 loc) · 2.01 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
{
"name": "canto-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@buf/cosmos_ibc.bufbuild_es": "^1.3.0-20230622063658-f6d24a1cded4.1",
"@buf/evmos_evmos.bufbuild_es": "^1.3.0-20230801160638-4e8b73bf9d40.1",
"@bufbuild/protobuf": "^1.3.0",
"@cosmjs/stargate": "^0.31.0",
"@crocswap-libs/sdk": "^0.2.75",
"@gravity-bridge/address-converter": "^0.0.1",
"@gravity-bridge/eip712": "^0.0.6",
"@gravity-bridge/proto": "^0.0.6",
"@hanchon/signature-to-pubkey": "^1.0.1",
"@layerzerolabs/scan-client": "^0.0.6",
"@next/bundle-analyzer": "^13.4.19",
"@rainbow-me/rainbowkit": "^1.3.0",
"@rive-app/react-canvas": "^4.5.3",
"autoprefixer": "10.4.14",
"bignumber.js": "^9.1.1",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"evmosjs": "^0.2.11",
"google-protobuf": "^3.21.2",
"lodash.debounce": "^4.0.8",
"lokijs": "^1.5.12",
"next": "^13.5.6",
"pino-pretty": "^10.2.0",
"postcss": "8.4.31",
"posthog-js": "^1.93.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-query": "^3.39.3",
"react-tabs": "^6.0.2",
"sass": "^1.64.2",
"styled-components": "^6.0.5",
"typescript": "5.1.6",
"viem": "^1.19.15",
"wagmi": "^1.4.12",
"web3": "^4.0.3",
"zustand": "^4.3.9"
},
"devDependencies": {
"@cloudflare/next-on-pages": "1.7.2",
"@keplr-wallet/types": "^0.12.21",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "20.4.4",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1"
}
}