-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "astral-nft-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@confio/relayer": "^0.10.0",
"@cosmjs/cosmwasm-stargate": "^0.31",
"@cosmjs/encoding": "^0.31",
"@cosmjs/stargate": "^0.31",
"@cosmos-kit/core": "1.8.0",
"@cosmos-kit/cosmostation": "0.15.13",
"@cosmos-kit/keplr": "0.33.13",
"@cosmos-kit/leap": "0.14.12",
"@cosmos-kit/react": "1.4.0",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@rainbow-me/rainbowkit": "^1.0.8",
"bignumber.js": "^9.1.1",
"bowser": "^2.11.0",
"chain-registry": "1.29.1",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.7",
"focus-visible": "^5.2.0",
"framer-motion": "9.0.7",
"graphql": "^16.8.1",
"juno-network": "^0.15.0",
"next": "12.2.5",
"postcss": "^8.4.16",
"postcss-focus-visible": "^8.0.2",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sinon": "^15.1.0",
"stargazejs": "^0.13.0",
"tailwindcss": "^3.2.2",
"wagmi": "^1.3.9",
"zustand": "^4.4.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "8.27.0",
"eslint-config-next": "13.0.5",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "4.9.3"
}
}