-
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.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 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": "vector",
"private": true,
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@iconify/react": "6.0.2",
"@tauri-apps/api": "2.11.1",
"@tauri-apps/plugin-autostart": "2.5.1",
"@tauri-apps/plugin-dialog": "2.7.0",
"@tauri-apps/plugin-notification": "2.3.3",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-process": "2.3.1",
"@tauri-apps/plugin-shell": "2.3.5",
"@tauri-apps/plugin-updater": "2.10.1",
"@xterm/addon-fit": "0.10.0",
"@xterm/addon-unicode11": "0.8.0",
"@xterm/addon-web-links": "0.11.0",
"@xterm/xterm": "5.5.0",
"dompurify": "3.4.12",
"marked": "14.1.3",
"mermaid": "11.16.0",
"pdfjs-dist": "4.10.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"shiki": "1.24.0"
},
"devDependencies": {
"@iconify-json/material-icon-theme": "1.2.62",
"@tauri-apps/cli": "2.11.4",
"@types/dompurify": "3.0.5",
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "6.0.1",
"typescript": "5.9.3",
"vite": "8.1.5"
}
}