-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
200 lines (200 loc) · 6.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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"name": "sarafu-network",
"description": "Sarafu Network is the premier dApp for interacting with CAV's (Community Asset Vouchers)",
"homepage": "https://github.com/owner/project#readme",
"version": "0.0.35",
"sideEffects": false,
"license": "AGPL-3.0",
"engines": {
"node": ">=18.18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"generate": "kysely-codegen --out-file ./src/server/db/db.d.ts",
"generate:indexer": "source .env && kysely-codegen --url $INDEXER_DB_URL --out-file ./src/server/db/indexer-db.d.ts --dialect postgres",
"test": "NODE_ENV=test SKIP_ENV_VALIDATION=true vitest"
},
"dependencies": {
"@ariakit/react": "^0.4.13",
"@hookform/resolvers": "^3.9.0",
"@noble/curves": "^1.6.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@rainbow-me/rainbowkit": "^2.1.7",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/query-core": "^5.59.15",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-query-devtools": "^5.59.15",
"@tanstack/react-table": "^8.20.5",
"@tanstack/react-virtual": "^3.10.8",
"@trpc/client": "11.0.0-rc.599",
"@trpc/next": "11.0.0-rc.599",
"@trpc/react-query": "11.0.0-rc.599",
"@trpc/server": "11.0.0-rc.599",
"@udecode/cn": "^39.0.0",
"@udecode/plate-alignment": "^39.0.0",
"@udecode/plate-autoformat": "^39.0.0",
"@udecode/plate-basic-marks": "^39.0.0",
"@udecode/plate-block-quote": "^39.0.0",
"@udecode/plate-break": "^39.0.0",
"@udecode/plate-caption": "^39.0.0",
"@udecode/plate-code-block": "^39.0.0",
"@udecode/plate-combobox": "^39.0.0",
"@udecode/plate-comments": "^39.0.0",
"@udecode/plate-common": "^39.2.1",
"@udecode/plate-csv": "^39.1.6",
"@udecode/plate-cursor": "^39.0.0",
"@udecode/plate-date": "^39.0.0",
"@udecode/plate-dnd": "^39.0.0",
"@udecode/plate-docx": "^39.2.4",
"@udecode/plate-emoji": "^39.0.0",
"@udecode/plate-excalidraw": "^39.0.0",
"@udecode/plate-floating": "^39.1.6",
"@udecode/plate-font": "^39.0.0",
"@udecode/plate-heading": "^39.0.0",
"@udecode/plate-highlight": "^39.0.0",
"@udecode/plate-horizontal-rule": "^39.0.0",
"@udecode/plate-indent": "^39.0.0",
"@udecode/plate-indent-list": "^39.1.10",
"@udecode/plate-juice": "^39.0.0",
"@udecode/plate-kbd": "^39.0.0",
"@udecode/plate-layout": "^39.0.0",
"@udecode/plate-line-height": "^39.0.0",
"@udecode/plate-link": "^39.1.9",
"@udecode/plate-list": "^39.0.0",
"@udecode/plate-markdown": "^39.2.0",
"@udecode/plate-media": "^39.2.4",
"@udecode/plate-mention": "^39.0.0",
"@udecode/plate-node-id": "^39.0.0",
"@udecode/plate-reset-node": "^39.0.0",
"@udecode/plate-resizable": "^39.1.6",
"@udecode/plate-select": "^39.0.0",
"@udecode/plate-selection": "^39.2.3",
"@udecode/plate-tabbable": "^39.0.0",
"@udecode/plate-table": "^39.1.6",
"@udecode/plate-toggle": "^39.0.0",
"@udecode/plate-trailing-block": "^39.0.0",
"@vercel/kv": "^3.0.0",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "^2.13.8",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.3",
"abitype": "^1.0.6",
"autoprefixer": "10.4.20",
"bignumber.js": "^9.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
"d3-scale": "^3.3.0",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"delay": "^6.0.0",
"discord.js": "^14.16.3",
"html-to-image": "^1.11.11",
"kysely": "^0.27.4",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.11.1",
"lightweight-charts": "^4.2.1",
"logrocket": "^8.1.3",
"lucide-react": "^0.451.0",
"next": "^14.2.14",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.3.0",
"p-defer": "^4.0.1",
"pg": "^8.13.0",
"postcss": "8.4.47",
"postcss-import": "^16.1.0",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-force-graph-2d": "^1.25.6",
"react-hook-form": "^7.53.0",
"react-image-crop": "^11.0.7",
"react-leaflet": "^4.2.1",
"react-leaflet-markercluster": "^4.1.1",
"react-lite-youtube-embed": "^2.4.0",
"react-qr-code": "^2.0.15",
"react-to-print": "^2.15.1",
"react-tweet": "^3.2.1",
"react-webcam": "^7.2.0",
"recharts": "^2.12.7",
"siwe": "^2.3.2",
"slate": "^0.110.2",
"slate-history": "^0.109.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.110.2",
"sonner": "^1.5.0",
"superjson": "2.2.1",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.0.0",
"viem": "~2.21.19",
"wagmi": "^2.12.17",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@next/bundle-analyzer": "^14.2.14",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-force": "^3.0.10",
"@types/d3-scale": "^3.3.5",
"@types/eslint": "^8.56.12",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.10",
"@types/node": "^20.16.11",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@wagmi/cli": "^2.1.16",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"happy-dom": "^14.12.3",
"jiti": "^1.21.6",
"kysely-codegen": "^0.16.8",
"node-loader": "^2.0.0",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"yargs": "^17.7.2",
"zlib-sync": "^0.1.9"
}
}