-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 988 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 988 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
38
{
"name": "netscan-ai",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-cli": "~2.4.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "~2.4.5",
"@tauri-apps/plugin-global-shortcut": "~2.3.1",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"chart.js": "4.5.1",
"color-convert": "^3.1.3",
"d3-force": "^3.0.0",
"html2canvas": "^1.4.1",
"pinia": "3.0.3",
"v-network-graph": "0.9.21",
"vue": "3.5.22",
"vue-router": "4.6.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@vitejs/plugin-vue": "6.0.1",
"typescript": "^5.9.3",
"vite": "7.1.12",
"vue-tsc": "^3.2.5"
}
}