-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.73 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
{
"name": "dcts",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"author": "",
"license": "",
"dependencies": {
"@hackthedev/arraytools": "^1.0.2",
"@hackthedev/datetools": "^1.0.3",
"@hackthedev/dsync": "^1.0.8",
"@hackthedev/dsync-auth": "^1.0.9",
"@hackthedev/dsync-files": "^1.0.9",
"@hackthedev/dsync-ipsec": "^1.0.12",
"@hackthedev/dsync-pay": "^1.0.8",
"@hackthedev/dsync-ratelimit": "^1.0.3",
"@hackthedev/dsync-shop": "^1.0.1",
"@hackthedev/dsync-sign": "^1.0.10",
"@hackthedev/dsync-sql": "^1.0.10",
"@hackthedev/frontend-libs": "^1.0.5",
"@hackthedev/json-tools": "^1.0.8",
"@hackthedev/terminal-logger": "^1.0.0",
"archiver": "^7.0.1",
"bcrypt": "^6.0.0",
"chartjs-node-canvas": "^5.0.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.7",
"express": "^5.2.1",
"file-type": "^18.7.0",
"fs-extra": "^11.3.3",
"get-folder-size": "^2.0.1",
"htmlparser2": "^10.1.0",
"isomorphic-dompurify": "^3.0.0",
"js-yaml": "^4.1.1",
"jsonwebtoken": "^9.0.3",
"livekit-server-sdk": "^2.15.0",
"multer": "^2.0.2",
"node-fetch": "^3.3.2",
"sanitize-html": "^2.17.1",
"socket.io": "^4.8.3",
"sqlstring": "^2.3.3",
"tough-cookie": "^6.0.0",
"unzipper": "^0.12.3",
"uuid": "^9.0.1",
"xhr2": "^0.2.1",
"xss-filters": "^1.2.7",
"zip": "^1.2.0"
},
"devDependencies": {
"typescript": "^5.9.3",
"vitepress": "^2.0.0-alpha.16",
"vitepress-sidebar": "^1.33.1"
}
}