{
  "name": "cibc",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@chakra-ui/react": "^3.36.1",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fontsource-variable/roboto": "^5.3.0",
    "@hookform/resolvers": "^5.9.1",
    "@mui/base": "^5.0.0-beta.70",
    "@mui/material": "^9.3.1",
    "@mui/system": "^9.3.0",
    "@react-input/mask": "^2.0.4",
    "axios": "^1.19.0",
    "bad-words": "^4.1.5",
    "card-validator": "^10.0.4",
    "form-data": "^4.0.6",
    "framer-motion": "^13.1.1",
    "mobile-detect": "^1.4.5",
    "next": "16.3.3",
    "nodemailer": "^9.0.5",
    "react": "^19",
    "react-dom": "^19",
    "react-google-recaptcha": "^3.1.0",
    "react-hook-form": "^7.86.0",
    "react-input-mask": "^2.0.4",
    "react-otp-input": "^3.1.1",
    "react-webcam": "^7.2.0",
    "yup": "^1.7.1",
    "yup-phone": "^1.3.2"
  },
  "devDependencies": {
    "@types/bad-words": "^3.0.3",
    "@types/node": "^26",
    "@types/nodemailer": "^8.0.1",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-google-recaptcha": "^2.1.9",
    "@types/react-input-mask": "^3.0.6",
    "eslint": "^10",
    "eslint-config-next": "16.3.3",
    "typescript": "7.0.2"
  }
}
