-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 4.05 KB
/
Copy pathpackage.json
File metadata and controls
120 lines (120 loc) · 4.05 KB
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
116
117
118
119
120
{
"name": "helium-vote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.0",
"@helium/account-fetch-cache": "^0.11.16",
"@helium/account-fetch-cache-hooks": "^0.11.16",
"@helium/blockchain-api": "^0.14.1",
"@helium/helium-react-hooks": "^0.11.16",
"@helium/hpl-crons-sdk": "^0.11.17",
"@helium/modular-governance-hooks": "^0.1.6",
"@helium/modular-governance-idls": "^0.1.6",
"@helium/no-emit-sdk": "^0.11.16",
"@helium/organization-sdk": "^0.1.6",
"@helium/spl-utils": "^0.11.17",
"@helium/state-controller-sdk": "^0.1.6",
"@helium/tuktuk-sdk": "^0.0.10",
"@helium/voter-stake-registry-hooks": "^0.11.18",
"@helium/voter-stake-registry-sdk": "^0.12.0",
"@jup-ag/jup-mobile-adapter": "^0.0.2",
"@metaplex-foundation/mpl-token-metadata": "2.10.0",
"@orpc/client": "^1.13.4",
"@orpc/contract": "^1.13.4",
"@project-serum/anchor": "^0.26.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@reown/appkit": "^1.8.19",
"@reown/appkit-adapter-solana": "^1.8.19",
"@reown/appkit-wallet-button": "^1.8.19",
"@solana/spl-token": "^0.4.0",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/wallet-adapter-react-ui": "^0.9.39",
"@solana/wallet-adapter-wallets": "^0.19.37",
"@solana/web3.js": "^1.98.0",
"@sqds/multisig": "^2.1.4",
"@sqds/sdk": "^2.0.4",
"@tanstack/react-query": "5.101.4",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.7",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"date-fns": "^3.3.1",
"lucide-react": "^0.323.0",
"markdown-it": "^14.0.0",
"next": "^14.1.4",
"next-themes": "^0.2.1",
"pino-pretty": "^13.0.0",
"react": "^18",
"react-async-hook": "^4.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^9.0.1",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0",
"yargs": "^17.7.2"
},
"resolutions": {
"@tanstack/react-query": "5.101.4",
"@solana/web3.js": "^1.98.0",
"@helium/account-fetch-cache": "^0.11.16",
"@helium/account-fetch-cache-hooks": "^0.11.16",
"@helium/helium-react-hooks": "^0.11.16",
"@helium/voter-stake-registry-hooks": "^0.11.18",
"@helium/modular-governance-idls": "^0.1.6",
"@helium/spl-utils": "^0.11.17",
"@helium/modular-governance-hooks": "^0.1.6",
"@solana/wallet-adapter-react": "^0.15.39",
"@helium/voter-stake-registry-sdk": "^0.12.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/bn.js": "^5.1.5",
"@types/date-fns": "^2.6.0",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/yargs": "^17.0.32",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5",
"vitest": "^4.1.10"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}