-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.8 KB
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
{
"name": "@cosmology/connect-chain",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "0.31.1",
"@cosmjs/stargate": "0.31.1",
"@cosmos-kit/coin98-extension": "^2.7.10",
"@cosmos-kit/compass-extension": "^2.6.9",
"@cosmos-kit/cosmostation-extension": "^2.7.10",
"@cosmos-kit/exodus-extension": "^2.5.9",
"@cosmos-kit/fin-extension": "^2.6.9",
"@cosmos-kit/frontier-extension": "^2.5.9",
"@cosmos-kit/keplr-extension": "^2.7.9",
"@cosmos-kit/keplr-mobile": "^2.6.9",
"@cosmos-kit/leap-extension": "^2.7.10",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.6.2",
"@cosmos-kit/leap-mobile": "^2.6.10",
"@cosmos-kit/ledger": "^2.6.9",
"@cosmos-kit/omni-mobile": "^2.5.9",
"@cosmos-kit/react": "2.10.9",
"@cosmos-kit/shell-extension": "^2.6.9",
"@cosmos-kit/station-extension": "^2.6.10",
"@cosmos-kit/trust-mobile": "^2.5.9",
"@cosmos-kit/vectis-extension": "^2.6.9",
"@cosmos-kit/xdefi-extension": "^2.6.9",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@interchain-ui/react": "^1.21.16",
"chain-registry": "1.25.4",
"cosmos-kit": "2.8.6",
"framer-motion": "9.0.7",
"next": "^13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"mobx": "6.12.3",
"mobx-react": "^9.1.1"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"typescript": "4.9.3"
}
}