-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.69 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
{
"name": "kuest",
"private": true,
"description": "Launch Your Own Decentralized Prediction Market in Minutes.",
"type": "module",
"scripts": {
"dev": "astro dev",
"check": "astro check && vp check",
"build": "astro check && astro build",
"preview": "astro preview",
"test": "vp test",
"typecheck": "astro check",
"db:migrations:local": "wrangler d1 migrations apply kuest-affiliates --local",
"db:migrations:remote": "wrangler d1 migrations apply kuest-affiliates --remote",
"deploy": "astro build && wrangler deploy",
"astro": "astro",
"prepare": "vp config"
},
"dependencies": {
"@astrojs/cloudflare": "14.1.3",
"@astrojs/mdx": "7.0.3",
"@astrojs/react": "6.0.1",
"@dub/analytics": "0.0.32",
"@mdx-js/react": "3.1.1",
"@reown/appkit": "1.8.22",
"@reown/appkit-adapter-wagmi": "1.8.22",
"@supabase/supabase-js": "2.110.2",
"@tanstack/react-query": "5.101.2",
"@wagmi/connectors": "6.2.0",
"@wagmi/core": "2.22.1",
"astro": "7.1.1",
"dub": "0.73.1",
"lucide-react": "1.24.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"reading-time": "1.5.0",
"resend": "6.17.2",
"tailwindcss": "4.3.2",
"viem": "2.55.0",
"wagmi": "2.19.5",
"yaml": "2.9.0",
"zod": "4.4.3"
},
"devDependencies": {
"@astrojs/check": "0.9.9",
"@cloudflare/workers-types": "5.20260718.1",
"@tailwindcss/vite": "4.3.2",
"@types/mdx": "2.0.14",
"@types/node": "24.13.3",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"typescript": "6.0.3",
"vite-plus": "catalog:",
"wrangler": "4.110.0"
},
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@11.9.0"
}