-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
70
71
72
73
74
{
"name": "bun-qs",
"version": "0.15.3",
"private": true,
"homepage": "https://quicksilver-zone.github.io/quicksilver/",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint --fix",
"export": "next export"
},
"dependencies": {
"@chain-registry/assets": "^1.26.0",
"@chakra-ui/icons": "^2.0.12",
"@chakra-ui/react": "2.5.1",
"@chakra-ui/system": "^2.1.3",
"@cosmjs/amino": "^0.32.2",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@cosmos-kit/core": "^2.8.2",
"@cosmos-kit/cosmostation": "^2.6.2",
"@cosmos-kit/keplr": "^2.6.2",
"@cosmos-kit/leap": "^2.6.2",
"@cosmos-kit/react": "^2.6.2",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@interchain-ui/react": "1.10.0",
"@osmonauts/lcd": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^5.17.9",
"@types/crypto-js": "^4.2.1",
"@types/geoip-lite": "^1.4.4",
"@types/mixpanel-browser": "^2.48.1",
"bech32": "^2.0.0",
"bun": "^1.0.3",
"bun-framework-next": "latest",
"chain-registry": "1.19.0",
"chakra-react-select": "^4.7.6",
"cosmjs-types": "0.5.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.9",
"express": "^4.18.2",
"fast-fuzzy": "^1.12.0",
"framer-motion": "10.18.0",
"geoip-lite": "^1.4.9",
"interchain-query": "^1.8.7",
"mixpanel-browser": "^2.48.1",
"next": "12.2.3",
"quicksilverjs": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-markdown": "^9.0.1",
"react-minimal-pie-chart": "^8.4.0",
"remixicon": "^4.0.1",
"simplex-noise": "^4.0.1"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/node": "20.11.0",
"@types/react": "18.2.58",
"@types/react-dom": "18.0.9",
"@types/three": "^0.155.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"react-refresh": "0.10.0",
"typescript": "4.9.3"
}
}