-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "arcwave",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"postinstall": "prisma generate"
},
"dependencies": {
"@circle-fin/adapter-viem-v2": "^1.8.3",
"@circle-fin/app-kit": "^1.4.1",
"@circle-fin/x402-batching": "^3.0.4",
"@prisma/client": "^5.22.0",
"@privy-io/react-auth": "^3.26.0",
"@privy-io/wagmi": "^4.0.7",
"@rainbow-me/rainbowkit": "^2.2.3",
"@supabase/supabase-js": "^2.110.0",
"@tanstack/react-query": "^5.62.16",
"@vercel/analytics": "^2.0.1",
"@x402/core": "^2.13.0",
"@x402/evm": "^2.13.0",
"@x402/fetch": "^2.12.0",
"autoprefixer": "^10.5.0",
"clsx": "^2.1.1",
"next": "14.2.29",
"react": "^18",
"react-dom": "^18",
"resend": "^6.12.4",
"tailwind-merge": "^2.5.4",
"uuid": "^11.0.3",
"viem": "^2.21.58",
"wagmi": "^2.13.5",
"x402": "^1.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^10.3.0",
"postcss": "^8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}