{
  "name": "carevix-app",
  "version": "1.0.0",
  "description": "Carevix Hospital Management System - Unified Server",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "next": "16.2.0",
    "react": "19.2.4",
    "react-dom": "19.2.4",
    "recharts": "^3.8.1",
    "express": "^4.21.0",
    "cors": "^2.8.5",
    "helmet": "^7.1.0",
    "dotenv": "^16.4.5",
    "mysql2": "^3.11.0",
    "bcryptjs": "^2.4.3",
    "jsonwebtoken": "^9.0.2",
    "express-rate-limit": "^7.4.0",
    "express-validator": "^7.2.0",
    "cookie-parser": "^1.4.7",
    "morgan": "^1.10.0",
    "winston": "^3.14.0",
    "uuid": "^10.0.0",
    "node-cron": "^4.2.1",
    "nodemailer": "^6.10.1"
  }
}
