-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "@cosmology/connect-chain",
"version": "0.15.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chain-registry/client": "^1.15.0",
"@chakra-ui/icons": "2.0.12",
"@chakra-ui/react": "2.5.1",
"@cosmjs/cosmwasm-stargate": "0.31.1",
"@cosmjs/encoding": "^0.31.3",
"@cosmjs/stargate": "0.31.1",
"@cosmos-kit/core": "^2.6.6",
"@cosmos-kit/cosmostation": "^2.3.11",
"@cosmos-kit/keplr": "^2.3.13",
"@cosmos-kit/leap": "^2.3.10",
"@cosmos-kit/react": "^2.8.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@interchain-ui/react": "1.11.12",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^5.0.0-alpha.150",
"@mui/material": "^5.14.15",
"@web3modal/wagmi": "^3.2.0",
"bech32": "^2.0.0",
"chain-registry": "1.20.0",
"crypto-addr-codec": "^0.1.8",
"date-fns": "^2.30.0",
"fp-ts": "^2.16.1",
"framer-motion": "9.0.7",
"next": "^13.0.0",
"osmojs": "^16.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"viem": "^1.18.0",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"typescript": "5.1.6"
}
}