refactor(app): refactored how we have the pkg.json so we can reduce on size of the app

This commit is contained in:
2025-11-24 15:21:17 -06:00
parent f8cf0851a8
commit 90920e8fba

View File

@@ -44,16 +44,13 @@
"type": "module",
"dependencies": {
"@dotenvx/dotenvx": "^1.51.0",
"@tanstack/react-table": "^8.21.3",
"@types/cors": "^2.8.19",
"axios": "^1.12.2",
"better-auth": "^1.3.28",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"drizzle-kit": "^0.31.5",
"drizzle-orm": "^0.44.6",
"drizzle-zod": "^0.8.3",
"express": "^5.1.0",
"handlebars": "^4.7.8",
"http-proxy-middleware": "^3.0.5",
@@ -61,7 +58,6 @@
"mssql": "^12.0.0",
"nodemailer": "^7.0.9",
"nodemailer-express-handlebars": "^7.0.0",
"npm-check-updates": "^19.1.1",
"pg": "^8.16.3",
"pino": "^10.1.0",
"pino-pretty": "^13.1.2",
@@ -69,7 +65,8 @@
"socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"zod": "^4.1.12"
"zod": "^4.1.12",
"drizzle-zod": "^0.8.3"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
@@ -91,7 +88,9 @@
"standard-version": "^9.5.0",
"ts-node-dev": "^2.0.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"drizzle-kit": "^0.31.5",
"npm-check-updates": "^19.1.1"
},
"config": {
"commitizen": {