{
  "name": "account-software",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.71.10",
    "@types/jspdf": "^2.0.0",
    "antd": "^5.21.1",
    "bcryptjs": "^3.0.2",
    "dayjs": "^1.11.13",
    "framer-motion": "^12.12.1",
    "html2pdf.js": "^0.10.3",
    "jsonwebtoken": "^9.0.2",
    "jspdf": "^3.0.1",
    "jspdf-autotable": "^5.0.2",
    "jwt-decode": "^4.0.0",
    "mime": "^4.0.7",
    "mysql2": "^3.14.0",
    "next": "15.1.3",
    "next-auth": "^4.24.11",
    "nodemailer": "^6.10.0",
    "qrcode.react": "^4.2.0",
    "react": "^19.0.0",
    "react-cropper": "^2.3.3",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.55.0",
    "react-icons": "^5.3.0",
    "react-select": "^5.10.1",
    "recharts": "^2.15.3",
    "styled-components": "^6.1.18",
    "tailwind-scrollbar-hide": "^2.0.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@types/jsonwebtoken": "^9.0.9",
    "@types/node": "^20",
    "@types/nodemailer": "^6.4.17",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "15.1.3",
    "postcss": "^8",
    "tailwindcss": "^3.4.1",
    "typescript": "^5"
  }
}
