-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "brain",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.26",
"@types/mustache": "^4.2.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"bun-types": "latest"
},
"scripts": {
"dev": "bun --watch run index.ts",
"server": "bun run index.ts"
},
"peerDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.51",
"@ai-sdk/mistral": "^0.0.44",
"@ai-sdk/openai": "^0.0.67",
"@cjpais/inference": "^0.0.18",
"@mistralai/mistralai": "^0.1.3",
"@openrouter/ai-sdk-provider": "^0.0.5",
"ai": "^3.4.16",
"ajv": "^8.17.1",
"chalk": "^5.3.0",
"chromadb": "1.6.1",
"dayjs": "^1.11.13",
"exifr": "^7.1.3",
"fast-json-patch": "^3.1.1",
"flat": "^6.0.1",
"fluent-ffmpeg": "^2.1.3",
"js-tiktoken": "^1.0.15",
"mathjs": "^12.4.3",
"mime": "^4.0.4",
"ml-distance": "^4.0.1",
"mustache": "^4.2.0",
"openai": "^4.68.1",
"quicktype-core": "^23.0.170",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"zod": "^3.23.8"
}
}