forked from ryoiki-tokuiten/Iterative-Contextual-Refinements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.7 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
{
"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/anthropic": "^0.3.34",
"@langchain/community": "^0.3.57",
"@langchain/core": "^0.3.40",
"@langchain/langgraph": "^0.2.39",
"@langchain/openai": "^0.3.17",
"@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",
"fast-json-patch": "^3.1.1",
"fast-levenshtein": "^3.0.0",
"fuzzball": "^2.2.3",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"katex": "^0.16.22",
"langchain": "^0.3.35",
"lossless-json": "^4.3.0",
"lucide-react": "^1.7.0",
"marked": "4.3.0",
"nanoid": "^5.1.6",
"openai": "^5.20.1",
"pdfjs-dist": "^5.4.149",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.20.0",
"string-similarity": "^4.0.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/json5": "^2.2.0",
"@types/marked": "^5.0.2",
"@types/node": "^22.14.0",
"typescript": "~5.7.2",
"vite": "^6.3.5"
}
}