-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 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
{
"name": "entropyopstack",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.31.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"d3": "^7.9.0",
"html2pdf.js": "^0.12.1",
"lucide-react": "0.303.0",
"mermaid": "^11.12.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"react-markdown": "9.0.1",
"react-router-dom": "^7.11.0",
"react-syntax-highlighter": "^16.1.0",
"recharts": "2.12.0",
"remark-gfm": "4.0.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}