-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.15 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.15 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
{
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@babel/runtime": "^7.26.10",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-liquid": "^6.2.2",
"@codemirror/lang-markdown": "^6.3.2",
"@codemirror/lang-python": "^6.1.7",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.36.4",
"@fullstacked/ui": "github.com:fullstackedorg/ui#b1959309577f3b09ab0ed1ed8248b878c10c2879",
"@mistralai/mistralai": "^1.5.2",
"codemirror": "^6.0.1",
"filenamify": "^6.0.0",
"ollama": "^0.5.14",
"openai": "^5.19.1",
"prettier": "^3.5.3",
"pretty-bytes": "^6.1.1",
"streaming-markdown": "^0.2.11",
"zod": "^3.24.2"
},
"devDependencies": {
"eruda": "^3.4.1"
},
"main": "editor.ts",
"name": "@fullstacked/code-editor",
"version": "0.0.0"
}