-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "@assetmantle/ami-names",
"version": "1.0.0",
"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": {
"@assetmantle/mantlejs": "1.0.3",
"@chain-registry/assets": "1.70.32",
"@chain-registry/types": "^0.50.13",
"@chain-registry/utils": "^1.51.13",
"@cosmjs/amino": "0.32.3",
"@cosmjs/cosmwasm-stargate": "0.32.3",
"@cosmjs/stargate": "0.32.3",
"@cosmology-ui/react": "0.1.8-beta.33",
"@cosmos-kit/react": "2.17.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@headlessui/react": "^2.2.0",
"@interchain-ui/react": "^1.23.29",
"@interchain-ui/react-no-ssr": "^0.1.6",
"@osmonauts/math": "^1.18.0",
"@tanstack/react-query": "4.32.0",
"@vercel/kv": "^3.0.0",
"base64url": "^3.0.1",
"bech32": "^2.0.0",
"bignumber.js": "9.1.1",
"chain-registry": "^1.69.32",
"cosmos-kit": "2.18.0",
"interchain-query": "^1.10.7",
"js-sha256": "^0.11.0",
"local": "link:@next/font/local",
"next": "^13",
"qrcode.react": "^4.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.6.0",
"react-toastify": "^10.0.6",
"sass": "^1.81.0",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@tanstack/react-query-devtools": "4.32.0",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.1.6"
},
"packageManager": "[email protected]"
}