-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "devsite",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preview": "opennextjs-cloudflare build && wrangler dev",
"deploy": "opennextjs-cloudflare build && wrangler deploy"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.16.5",
"@reown/appkit": "^1.8.18",
"@reown/appkit-adapter-wagmi": "^1.8.18",
"@reown/appkit-siwe": "^1.8.18",
"@supabase/supabase-js": "^2.98.0",
"@tanstack/react-query": "^5.90.21",
"discord-interactions": "^4.4.0",
"next": "^16.1.6",
"next-auth": "^5.0.0-beta.30",
"octokit": "^5.0.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"siwe": "^3.0.0",
"viem": "^2.46.3",
"wagmi": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"wrangler": "^4.66.0"
}
}