-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "xconsole",
"private": true,
"license": "MIT",
"version": "0.1.0",
"type": "module",
"packageManager": "pnpm@11.7.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"audit": "pnpm audit --audit-level moderate"
},
"dependencies": {
"@tauri-apps/api": "2.11.0",
"@tauri-apps/plugin-notification": "2.3.1",
"@tauri-apps/plugin-opener": "2.5.4",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-updater": "2.10.1",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-serialize": "0.14.0",
"@xterm/addon-webgl": "0.19.0",
"@xterm/xterm": "6.0.0",
"@xyflow/react": "12.11.0",
"highlight.js": "11.11.1",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-markdown": "10.1.0",
"remark-gfm": "4.0.1",
"zustand": "5.0.14"
},
"devDependencies": {
"@tailwindcss/vite": "4.3.0",
"@tauri-apps/cli": "2.11.2",
"@types/highlight.js": "10.1.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "4.7.0",
"tailwindcss": "4.3.0",
"typescript": "5.8.3",
"vite": "7.3.5"
}
}