-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2 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": "@cosmology/osmosis-cosmwasm",
"version": "1.9.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "node scripts/codegen.js"
},
"dependencies": {
"@chain-registry/osmosis": "^1.18.1",
"@chain-registry/types": "^0.16.0",
"@chain-registry/utils": "^1.13.2",
"@chakra-ui/icons": "2.0.12",
"@chakra-ui/react": "^2.5.1",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@cosmology-ui/react": "^1.1.0-beta.10",
"@cosmos-kit/core": "^2.8.9",
"@cosmos-kit/cosmostation": "^2.6.10",
"@cosmos-kit/keplr": "^2.6.9",
"@cosmos-kit/leap": "^2.6.9",
"@cosmos-kit/react": "^2.8.9",
"@cosmostation/cosmos-client": "^0.0.5",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@hotjar/browser": "^1.0.9",
"@interchain-ui/react": "^1.21.8",
"@osmonauts/math": "^1.7.0",
"@tanstack/react-query": "^4.33.0",
"bignumber.js": "9.1.0",
"bootstrap": "^5.3.1",
"chakra-react-select": "^4.7.0",
"decimal.js": "^10.4.3",
"fast-fuzzy": "^1.12.0",
"framer-motion": "9.0.7",
"history": "^5.3.0",
"jquery": "^3.7.0",
"next": "13",
"next-transpile-modules": "^10.0.1",
"node-gzip": "^1.1.2",
"osmo-query": "^16.5.2",
"osmojs": "^16.5.1",
"popper.js": "^1.16.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"react-router": "^6.17.0",
"react-router-dom": "^6.17.0"
},
"devDependencies": {
"@cosmwasm/ts-codegen": "0.31.6",
"@chain-registry/assets": "1.19.0",
"chain-registry": "^1.18.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-router-dom": "^5.3.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"typescript": "4.9.3"
},
"resolutions": {
"@cosmostation/wc-modal/react": "18.2.0",
"@cosmostation/wc-modal/react-dom": "18.2.0"
}
}