generated from fleek-tools/fleek-onchainkit-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "fleek-base",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/cdp-langchain": "^0.0.15",
"@coinbase/onchainkit": "^0.36.9",
"@fleek-platform/next": "^2.2.1",
"@langchain/core": "^0.3.37",
"@langchain/langgraph": "^0.2.44",
"@langchain/openai": "^0.4.2",
"@tailwindcss/postcss": "^4.0.0",
"@tanstack/react-query": "^5.51.23",
"clsx": "^2.1.1",
"drizzle-orm": "^0.39.0",
"hono": "^4.6.19",
"jstack": "^1.0.0",
"lucide-react": "^0.474.0",
"next": "^15.1.6",
"onchainkit": "^0.0.1",
"pino-pretty": "^13.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"vercel": "^39.1.1",
"wrangler": "^3.72.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240815.0",
"@types/node": "^22.10.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.30.1",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"postcss": "^8",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}