-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
115 lines (115 loc) · 3.49 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "community-dashboard",
"version": "0.1.headstash",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@chakra-ui/react": "^2.8.2",
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/crypto": "^0.31.3",
"@cosmos-kit/core": "^2.7.2",
"@cosmos-kit/cosmostation": "^2.4.4",
"@cosmos-kit/keplr": "^2.4.4",
"@cosmos-kit/leap": "^2.4.3",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.3.3",
"@cosmos-kit/ledger": "^2.5.2",
"@cosmos-kit/react": "^2.9.3",
"@cosmos-kit/web3auth": "^2.4.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.2",
"@interchain-ui/react": "1.11.0",
"@metamask/sdk-react": "^0.14.1",
"@metamask/sdk-react-ui": "^0.14.1",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@steak-enjoyers/badges.js": "^1.0.0",
"@typeform/embed-react": "^3.8.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"bignumber.js": "^9.1.1",
"chain-registry": "^1.13.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"ethers": "^6.8.0",
"framer-motion": "^10.16.5",
"fs": "^0.0.1-security",
"html-to-image": "^1.11.11",
"jscrypto": "^1.0.3",
"lucide-react": "^0.294.0",
"match-sorter": "^6.3.1",
"merkletreejs": "^0.0.8",
"next": "13.5.6",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"nft.storage": "^7.1.1",
"object-sizeof": "^2.6.3",
"papaparse": "^5.4.1",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-datetime-picker": "^5.5.3",
"react-day-picker": "^8.9.1",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "4.7.1",
"react-markdown": "^9.0.1",
"react-popper": "^2.3.0",
"react-query": "^3.39.3",
"react-wrap-balancer": "^1.1.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.0",
"secp256k1": "^5.0.0",
"styled-components": "^6.1.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^1.19.9",
"wagmi": "^1.4.7",
"zod": "^3.22.4"
},
"resolutions": {
"@types/react": "18.2"
},
"devDependencies": {
"@babel/preset-env": "7.22.7",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@next/bundle-analyzer": "^13.4.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/secp256k1": "^4.0.6",
"autoprefixer": "^10",
"babel-loader": "9.1.2",
"babel-plugin-inline-import-data-uri": "1.0.1",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"eslint-plugin-eslint-comments": "^3.2.0",
"next-transpile-modules": "^10.0.0",
"postcss": "^8",
"shadcn-ui": "0.2.3",
"tailwindcss": "^3",
"typescript": "^5"
}
}