-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.73 KB
/
package.json
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
{
"name": "labctl-js",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "vue-cli-service lint",
"test": "vitest run"
},
"dependencies": {
"@pinia/plugin-debounce": "^0.1.0",
"@vueuse/components": "^10.2.1",
"@vueuse/core": "^10.2.1",
"ansi_up": "^5.1.0",
"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": "^13.0.1",
"markdown-it-emoji": "^2.0.2",
"markdown-it-mark": "^3.0.1",
"pinia": "^2.0.18",
"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",
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-webgl": "^0.16.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vicons/fa": "^0.12.0",
"@vicons/fluent": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/compiler-sfc": "^3.2.31",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.3.0",
"naive-ui": "^2.32.1",
"prettier": "^2.8.8",
"sass": "^1.38.0",
"sass-loader": "^13.0.2",
"vfonts": "^0.0.3",
"vite": "^4.3.8",
"vite-plugin-eslint": "^1.7.0",
"vitest": "^0.32.2"
}
}