-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1021 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1021 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
39
40
41
42
43
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"axios": "^1.16.0",
"chart.js": "^4.5.1",
"d3": "^7.9.0",
"d3-force": "^3.0.0",
"dompurify": "^3.4.11",
"leaflet": "^1.9.4",
"marked": "^18.0.2",
"pinia": "^2.3.1",
"qrcode": "^1.5.4",
"v-network-graph": "^0.9.22",
"vue": "^3.5.32",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"@vitest/coverage-v8": "^4.1.9",
"@vue/test-utils": "^2.4.11",
"autoprefixer": "^10.4.27",
"happy-dom": "^20.10.5",
"jsdom": "^29.1.1",
"postcss": "^8.5.9",
"tailwindcss": "^3.4.19",
"vite": "^8.0.16",
"vitest": "^4.1.9"
}
}