-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.37 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
{
"name": "docker-dash",
"version": "8.21.4",
"description": "Full-featured Docker management dashboard",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "node --watch src/server.js",
"test": "jest --verbose --forceExit",
"test:watch": "jest --watch",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"version": "node scripts/sync-version.js && git add src/version.js docker-compose.yml"
},
"dependencies": {
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.9.0",
"cookie-parser": "^1.4.7",
"diff": "^9.0.0",
"dockerode": "^5.0.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"helmet": "^8.0.0",
"ldapts": "^8.1.7",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.5",
"simple-git": "^3.36.0",
"ssh2": "^1.16.0",
"ws": "^8.18.0",
"yaml": "^2.8.3"
},
"overrides": {
"cross-spawn": "^7.0.5",
"glob": "^10.5.0",
"minimatch": "^9.0.7",
"tar": "^7.5.11",
"brace-expansion": "^2.0.3",
"diff": "^9.0.0",
"protobufjs": "^7.5.5",
"basic-ftp": "^5.2.3"
},
"devDependencies": {
"canvas": "^3.2.3",
"eslint": "^10.2.1",
"gif-encoder-2": "^1.0.5",
"ioredis-mock": "^8.13.1",
"jest": "^30.3.0",
"puppeteer": "^24.41.0",
"sharp": "^0.34.5",
"supertest": "^7.2.2"
},
"optionalDependencies": {
"ioredis": "^5.10.1"
}
}