{
  "name": "sridhuthi",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "concurrently \"npm run server\" \"npm run client\"",
    "client": "vite",
    "server": "node server/index.cjs",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "cors": "^2.8.6",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "express-rate-limit": "^8.5.0",
    "framer-motion": "^10.16.4",
    "helmet": "^8.1.0",
    "lucide-react": "^0.263.1",
    "nodemailer": "^8.0.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@vitejs/plugin-react": "^5.0.0",
    "autoprefixer": "^10.4.14",
    "concurrently": "^9.2.1",
    "postcss": "^8.4.27",
    "tailwindcss": "^3.3.3",
    "vite": "^8.0.9"
  }
}
