{
  "name": "lead-flow",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build --webpack",
    "start": "next start",
    "lint": "eslint"
  },
  "dependencies": {
    "next": "16.1.7",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "@hookform/resolvers": "^5.2.2",
    "@tanstack/react-table": "^8.21.3",
    "@types/js-cookie": "^3.0.6",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/pg": "^8.16.0",
    "bcryptjs": "^3.0.3",
    "class-variance-authority": "^0.7.1",
    "js-cookie": "^3.0.5",
    "jsonwebtoken": "^9.0.3",
    "lucide-react": "^0.577.0",
    "nodemailer": "^7.0.12",
    "pg": "^8.16.3",
    "react-hook-form": "^7.69.0",
    "react-select": "^5.10.2",
    "react-toastify": "^11.0.5",
    "sass": "^1.97.1",
    "uuid": "^13.0.0",
    "zod": "^4.3.4",
    "@reduxjs/toolkit": "^2.11.2",
    "react-redux": "^9.2.0"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.1.7",
    "tailwindcss": "^4",
    "typescript": "^5",
    "@types/nodemailer": "^7.0.4",
    "@types/react-redux": "^7.1.34"
  }
}