-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "vocker",
"type": "module",
"version": "1.0.16",
"author": "Francismiko",
"description": "docker client visual operation panel developed based on Nuxt stacks powered by AI",
"repository": {
"type": "git",
"url": "https://github.com/Francismiko/vocker"
},
"license": "MIT",
"bugs": "https://github.com/Francismiko/vocker/issues",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"check": "npx @biomejs/biome check --apply ."
},
"bin": {
"vocker": "./bin/start"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@element-plus/nuxt": "^1.0.7",
"@nuxt/image": "latest",
"@nuxtjs/tailwindcss": "latest",
"@types/dockerode": "^3.3.23",
"@types/node-os-utils": "^1.3.4",
"@types/numeral": "^2.0.5",
"dayjs-nuxt": "^2.1.9",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.7",
"nuxt-lodash": "^2.5.3",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/vue": "^4.1.1",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@vueuse/nuxt": "^10.7.0",
"dockerode": "^4.0.0",
"echarts": "^5.4.3",
"element-plus": "^2.4.4",
"highlight.js": "^11.9.0",
"ipx": "^2.0.2",
"langchain": "^0.0.211",
"marked": "^11.1.0",
"marked-highlight": "^2.1.0",
"marked-katex-extension": "^4.0.5",
"node-os-utils": "^1.3.7",
"numeral": "^2.0.6",
"ssh2": "^1.15.0",
"systeminformation": "^5.21.20",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
}
}