-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.46 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "eliza",
"version": "0.0.1",
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "bunx --bun next dev --turbo",
"build": "next build"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.8",
"@ai-sdk/togetherai": "^0.0.7",
"@babel/runtime": "^7.26.0",
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/lang-sql": "^6.8.0",
"@codemirror/legacy-modes": "^6.4.2",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.35.3",
"@coinbase/cdp-langchain": "^0.0.9",
"@fal-ai/client": "^1.2.1",
"@fal-ai/server-proxy": "^1.1.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@langchain/langgraph": "^0.2.33",
"@langchain/openai": "^0.3.14",
"@libsql/client": "^0.14.0",
"@lit-protocol/auth-helpers": "^6.11.3",
"@lit-protocol/constants": "^6.11.3",
"@lit-protocol/lit-node-client": "^6.11.3",
"@nevermined-io/payments": "^0.8.0",
"@nevermined-io/sdk": "^3.0.45",
"@openrouter/ai-sdk-provider": "^0.0.6",
"@story-protocol/core-sdk": "^1.2.0-rc.3",
"@tailwindcss/postcss": "^4.0.0-beta.1",
"@uiw/codemirror-theme-github": "4.21.19",
"@vercel/analytics": "^1.4.1",
"agiverse": "^0.1.1",
"ai": "^4.0.20",
"braintrust": "^0.0.177",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"eslint-plugin-path-alias": "^2.1.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"ethers": "v5",
"jotai": "^2.10.3",
"lucide-react": "^0.468.0",
"markdown-to-jsx": "^7.7.1",
"marked": "^15.0.4",
"next": "^15.1.1-canary.12",
"next-nprogress-bar": "^2.3.15",
"next-themes": "^0.4.4",
"posthog-js": "^1.201.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.13.1",
"sonner": "^1.7.1",
"viem": "^2.21.55",
"voyageai": "^0.0.3-1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/bun": "^1.1.14",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"postcss": "^8",
"tailwindcss": "^4.0.0-beta.6",
"typescript": "^5"
}
}