-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.74 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.74 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
68
{
"name": "customer-chat-demo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -p 8080"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1"
},
"dependencies": {
"ansi-styles": "^4.3.0",
"async": "^3.2.6",
"basic-auth": "^2.0.1",
"body-parser": "^2.2.0",
"call-bind-apply-helpers": "^1.0.2",
"call-bound": "^1.0.4",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"cors": "^2.8.5",
"corser": "^2.0.1",
"debug": "^4.4.1",
"dunder-proto": "^1.0.1",
"es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
"es-object-atoms": "^1.1.1",
"eventemitter3": "^4.0.7",
"express": "^5.1.0",
"follow-redirects": "^1.15.9",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.3.0",
"get-proto": "^1.0.1",
"gopd": "^1.2.0",
"has-flag": "^4.0.0",
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"he": "^1.2.0",
"html-encoding-sniffer": "^3.0.0",
"http-proxy": "^1.18.1",
"iconv-lite": "^0.6.3",
"math-intrinsics": "^1.1.0",
"mime": "^1.6.0",
"minimist": "^1.2.8",
"ms": "^2.1.3",
"object-inspect": "^1.13.4",
"opener": "^1.5.2",
"portfinder": "^1.0.37",
"qs": "^6.14.0",
"requires-port": "^1.0.0",
"safe-buffer": "^5.1.2",
"safer-buffer": "^2.1.2",
"secure-compare": "^3.0.1",
"side-channel": "^1.1.0",
"side-channel-list": "^1.0.0",
"side-channel-map": "^1.0.1",
"side-channel-weakmap": "^1.0.2",
"supports-color": "^7.2.0",
"union": "^0.5.0",
"url-join": "^4.0.1",
"whatwg-encoding": "^2.0.0"
},
"description": ""
}