-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.75 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.75 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
{
"name": "summon-ai",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.32.1",
"bin": {
"summonai": "./scripts/summonai-cli.mjs"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"sdk:build": "pnpm --dir sdk build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"audit": "pnpm audit --audit-level high",
"relay:dev": "node --watch relay-server/index.mjs",
"relay:start": "node relay-server/index.mjs"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@hcaptcha/react-hcaptcha": "2.0.2",
"@rainbow-me/rainbowkit": "2.2.5",
"@react-email/components": "1.0.10",
"@react-email/render": "2.0.4",
"@sentry/nextjs": "10.44.0",
"@sentry/node": "10.44.0",
"@supabase/ssr": "0.9.0",
"@supabase/supabase-js": "2.99.2",
"@tanstack/react-query": "^5.90.21",
"@upstash/ratelimit": "2.0.8",
"@upstash/redis": "1.37.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jose": "6.2.1",
"lucide-react": "^0.577.0",
"next": "15.5.13",
"next-intl": "4.8.3",
"node-cron": "4.2.1",
"otpauth": "9.5.0",
"qrcode": "1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"resend": "6.9.4",
"shadcn": "4.0.8",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"viem": "2.38.6",
"wagmi": "2.19.5",
"ws": "8.19.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "^20.19.37",
"@types/qrcode": "1.5.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "15.5.13",
"tailwindcss": "4.2.1",
"typescript": "^5.9.3"
}
}