-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 Bytes
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
{
"name": "optic",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"dev": "npm run dev --workspaces --if-present"
},
"type": "module",
"workspaces": [
"src/backend",
"src/frontend"
],
"dependencies": {
"@ai-sdk/google": "^2.0.8",
"@dfinity/candid": "^2.4.1",
"@dfinity/llm": "^1.1.1",
"@google/genai": "^1.15.0",
"@huggingface/inference": "^4.7.1",
"@inngest/agent-kit": "^0.9.0",
"ai": "^5.0.22",
"azle": "0.32.0",
"azle-experimental-deps": "github:demergent-labs/azle-experimental-deps#d520f28563b2d255c7edf5b672da6083fd722259",
"scheduler": "^0.26.0",
"use-file-picker": "^2.1.4"
},
"devDependencies": {
"@types/node": "^24.3.0"
}
}