-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 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
30
31
32
33
34
35
36
37
{
"name": "adk-agent-code-visualizer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js"
},
"dependencies": {
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/view": "^6.38.8",
"@google/genai": "^1.31.0",
"@types/react-resizable": "^3.0.8",
"@uiw/codemirror-theme-github": "^4.25.3",
"@uiw/codemirror-theme-vscode": "^4.25.3",
"@uiw/react-codemirror": "^4.25.3",
"dotenv": "^17.2.3",
"express": "^4.19.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-markdown": "^9.0.1",
"react-resizable": "^3.0.5",
"react-resizable-panels": "^3.0.6",
"reactflow": "^11.11.4",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^24.10.1",
"typescript": "~5.9.3",
"vite": "^6.2.0"
},
"proxy": "http://localhost:8080"
}