-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 972 Bytes
/
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
{
"name": "vpk",
"version": "6.0.0",
"description": "Visually presented Kubernetes",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js -p 4200",
"container": "node server.js -p 4200 -c yes"
},
"author": "K8Debug",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-partials": "^0.3.0",
"express-session": "^1.17.3",
"flatted": "^3.2.7",
"fs-extra": "^11.1.1",
"js-yaml": "^3.10.0",
"markdown-it": "^13.0.1",
"q": "^1.5.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/k8svisual/viewk8s.git"
},
"devDependencies": {
"eslint": "^8.47.0"
}
}