feat(server): added in admin section of socketio

This commit is contained in:
2026-01-26 06:27:54 -06:00
parent 152f7042c9
commit 81bd4d6dcb
5 changed files with 314 additions and 31 deletions

View File

@@ -34,7 +34,6 @@
"@changesets/cli": "^2.27.0",
"@commitlint/cli": "^18.4.0",
"@commitlint/config-conventional": "^18.4.0",
"@swc/core": "^1.15.7",
"@swc/jest": "^0.2.39",
"@types/cors": "^2.8.19",
@@ -50,15 +49,10 @@
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@vercel/ncc": "^0.38.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"npm-check-updates": "^19.1.2",
"openapi-types": "^12.1.3",
"openapi-types": "^12.1.3",
"supertest": "^7.1.4",
"ts-jest": "^29.4.6",
"ts-node-dev": "^2.0.0",
@@ -66,32 +60,32 @@
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.51.2",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"zod": "^4.2.1",
"pg": "^8.16.3",
"powershell": "^2.3.3",
"@scalar/express-api-reference": "^0.8.28",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.13.2",
"better-auth": "^1.4.9",
"cors": "^2.8.5",
"croner": "^9.1.0",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"express": "^5.2.1",
"husky": "^8.0.3",
"morgan": "^1.10.1",
"mssql": "^12.2.0",
"multer": "^2.0.2",
"nodemailer": "^7.0.12",
"nodemailer-express-handlebars": "^7.0.0",
"pg": "^8.16.3",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"postgres": "^3.4.7",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"cors": "^2.8.5",
"croner": "^9.1.0",
"@scalar/express-api-reference": "^0.8.28",
"drizzle-zod": "^0.8.3",
"express": "^5.2.1",
"husky": "^8.0.3"
"powershell": "^2.3.3",
"socket.io": "^4.8.3",
"zod": "^4.2.1"
},
"config": {
"commitizen": {