-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.79 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.79 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": "cube-dapp-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:drop": "drizzle-kit drop",
"db:push": "drizzle-kit push",
"studio": "drizzle-kit studio"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@privy-io/react-auth": "^2.6.2",
"@privy-io/wagmi": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@tanstack/react-query": "^5.67.2",
"@wagmi/core": "^2.16.7",
"@yudiel/react-qr-scanner": "^2.2.1",
"alchemy-sdk": "^3.5.4",
"axios": "^1.8.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.40.0",
"framer-motion": "^12.4.10",
"lucide-react": "^0.479.0",
"mini-svg-data-uri": "^1.4.4",
"motion": "^12.4.10",
"next": "15.3.0",
"next-nprogress-bar": "^2.4.7",
"postgres": "^3.4.5",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"react-spinners": "^0.15.0",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.23.7",
"wagmi": "^2.14.12",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.30.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}