-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.89 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Iterative Studio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.62.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@google/genai": "^1.4.0",
"@langchain/community": "^0.3.57",
"@langchain/core": "^0.3.40",
"@msgpack/msgpack": "^3.1.3",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@uiw/react-codemirror": "^4.25.4",
"axios": "^1.13.2",
"diff": "^8.0.2",
"diff-match-patch": "^1.0.5",
"diff2html": "^3.4.52",
"dompurify": "3.1.6",
"esbuild-wasm": "^0.25.10",
"fast-json-patch": "^3.1.1",
"fast-levenshtein": "^3.0.0",
"fuzzball": "^2.2.3",
"he": "^1.2.0",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"katex": "^0.16.22",
"langchain": "^0.3.35",
"lossless-json": "^4.3.0",
"marked": "4.3.0",
"material-symbols": "^0.40.2",
"nanoid": "^5.1.6",
"openai": "^5.20.1",
"pdfjs-dist": "^5.4.149",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shiki": "^3.20.0",
"string-similarity": "^4.0.4",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/he": "^1.2.3",
"@types/json5": "^2.2.0",
"@types/marked": "^5.0.2",
"@types/node": "^22.14.0",
"@types/pdfjs-dist": "^2.10.378",
"typescript": "~5.7.2",
"vite": "^6.3.5"
}
}