-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "labctl-js",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "prettier --write src/.",
"lint": "eslint",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@pinia/plugin-debounce": "^1.0.1",
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.9.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"jsdom": "*",
"ansi_up": "^6.0.6",
"clipboard": "^2.0.11",
"d3-force": "^3.0.0",
"dayjs": "^1.11.4",
"dompurify": "^3.0.3",
"js-base64": "^3.7.2",
"mark.js": "^8.11.1",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-mark": "^4.0.0",
"pinia": "^3.0.1",
"rollup-plugin-visualizer": "^6.0.3",
"v-network-graph": "^0.9.4",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vue3-json-viewer": "^2.2.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"rollup-plugin-visualizer": "*",
"@types/dompurify": "^3.2.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@vicons/fa": "^0.13.0",
"@vicons/fluent": "^0.13.0",
"@vicons/material": "^0.13.0",
"@vicons/tabler": "^0.13.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/compiler-sfc": "^3.2.31",
"eslint": "^9.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^10.0.0",
"naive-ui": "^2.42.0",
"prettier": "^3.6.2",
"sass": "^1.38.0",
"sass-loader": "^16.0.5",
"typescript-eslint": "^8.27.0",
"vfonts": "^0.0.3",
"vite": "^7.1.4",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.1.1"
}
}