-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "tidal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.33",
"@ai-sdk/mcp": "^1.0.24",
"@ai-sdk/react": "^3.0.67",
"@lifi/sdk": "^3.15.4",
"@neondatabase/serverless": "^1.0.2",
"@privy-io/react-auth": "^3.13.0",
"@privy-io/wagmi": "^4.0.1",
"@solana/web3.js": "^1.98.4",
"@tanstack/react-query": "^5.90.20",
"ai": "^6.0.64",
"drizzle-orm": "^0.45.1",
"motion": "^12.34.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"viem": "^2.45.1",
"wagmi": "^3.4.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "^0.31.9",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.18"
}
}