ssh! и документы

This commit is contained in:
Georgiy Syralev
2025-10-12 15:20:41 +03:00
parent 4211692312
commit bf2d60c114
12 changed files with 22168 additions and 35 deletions

View File

@@ -5,6 +5,9 @@
"@types/express": "^5.0.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.4.0",
"@types/nodemailer": "^7.0.2",
"@types/socket.io": "^3.0.1",
"@types/socket.io-client": "^1.4.36",
"assert": "^2.1.0",
"autoprefixer": "^10.4.14",
"browserify-zlib": "^0.2.0",
@@ -25,7 +28,10 @@
"dotenv": "^17.2.2",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.9",
"prisma": "^6.16.1",
"proxmox-api": "^1.1.1"
"proxmox-api": "^1.1.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
}
}