-
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": "capmatrix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"setup:1shot": "node --env-file=.env.local scripts/setup-1shot-methods.mjs"
},
"dependencies": {
"@1shotapi/client-sdk": "^1.1.9",
"@ai-sdk/openai": "^3.0.65",
"@fal-ai/client": "^1.10.1",
"@metamask/smart-accounts-kit": "^1.6.0",
"@privy-io/cross-app-connect": "^0.5.0",
"@privy-io/react-auth": "^3.31.0",
"@react-three/fiber": "^9.6.1",
"@react-three/postprocessing": "^3.0.4",
"@tavily/core": "^0.7.3",
"@xyflow/react": "^12.10.2",
"ai": "^6.0.190",
"clsx": "^2.1.1",
"exa-js": "^2.13.0",
"framer-motion": "^12.39.0",
"lucide-react": "^1.16.0",
"mongodb": "^7.2.0",
"next": "16.2.6",
"openai": "^6.38.0",
"ox": "0.14.22",
"postprocessing": "^6.39.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.1",
"three": "^0.184.0",
"viem": "^2.50.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}