-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.36 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
{
"private": true,
"scripts": {
"dev": "rm -r dist || true && next dev",
"build": "next build",
"buildsize": "ANALYZE=true next build",
"start": "next start"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/ledger-amino": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0",
"@cosmjs/tendermint-rpc": "^0.31.0",
"@cosmjs/utils": "^0.31.0",
"@injectivelabs/sdk-ts": "next",
"@injectivelabs/ts-types": "next",
"@injectivelabs/wallet-ts": "next",
"@ledgerhq/hw-app-eth": "6.33.6",
"@ledgerhq/hw-transport-webusb": "^6.27.17",
"@metamask/sdk": "^0.14.1",
"@next/bundle-analyzer": "^13.4.12",
"@tanstack/react-query": "^4.29.12",
"antd": "^5.12.7",
"bootstrap": "^5.3.2",
"crypto-js": "^4.1.1",
"ethereumjs-util": "^7.1.5",
"merkletreejs": "^0.3.9",
"next": "^13.1.1",
"react": "18.2.0",
"react-bootstrap": "^2.9.2",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"tsparticles-confetti": "^2.9.3",
"web3": "^4.3.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@keplr-wallet/types": "^0.11.16",
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}