{
  "name": "new-penguin",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@hookform/resolvers": "^3.6.0",
    "@tanstack/react-query": "^5.29.2",
    "axios": "^1.6.8",
    "classnames": "^2.5.1",
    "colord": "^2.9.3",
    "framer-motion": "^11.0.24",
    "jwt-decode": "^4.0.0",
    "moment-jalaali": "^0.10.1",
    "next": "^15.3.1",
    "next-auth": "^5.0.0-beta.25",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-hook-form": "^7.51.3",
    "react-hot-toast": "^2.4.1",
    "react-icons": "^5.0.1",
    "react-multi-date-picker": "^4.5.2",
    "react-select": "^5.8.0",
    "swiper": "^11.1.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "eslint-config-next": "^15.3.1",
    "postcss": "^8",
    "tailwindcss": "^3.3.0"
  }
}
