-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 KB
/
package.json
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": "http3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@neondatabase/serverless": "^0.10.3",
"@next/env": "^15.0.3",
"@privy-io/react-auth": "^1.92.8",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@web3-storage/w3up-client": "^16.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.1",
"lucide-react": "^0.454.0",
"next": "15.0.2",
"next-themes": "^0.4.3",
"pg": "^8.13.1",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"w3name": "^1.0.8"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.28.0",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"hardhat": "^2.22.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}