-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
{
"name": "@cosmology/asset-list",
"version": "0.4.2",
"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": {
"@chain-registry/assets": "^1.21.0",
"@chain-registry/osmosis": "^1.21.0",
"@chain-registry/types": "^0.16.0",
"@cosmjs/amino": "^0.31.3",
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@cosmos-kit/namada-extension": "/Users/gur/Documents/feb20/cosmos-kit/wallets/namada-extension",
"@cosmos-kit/react": "2.10.9",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@interchain-ui/react": "^1.21.16",
"@tanstack/react-query": "4.32.0",
"@uidotdev/usehooks": "2.4.1",
"bignumber.js": "^9.1.2",
"chain-registry": "1.20.0",
"cosmos-kit": "^2.9.3",
"fast-fuzzy": "1.12.0",
"framer-motion": "9.0.7",
"match-sorter": "^6.3.3",
"next": "^13",
"osmo-query": "16.5.1",
"react": "^18.2",
"react-dom": "^18.2",
"react-icons": "^4.12.0",
"react-no-ssr": "1.1.0"
},
"devDependencies": {
"@tanstack/react-query-devtools": "4.32.0",
"@types/node": "^20.8.4",
"@types/react": "^18.2.50",
"@types/react-dom": "^18.2.18",
"@types/react-no-ssr": "^1.1.7",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"typescript": "^5"
}
}