{
  "name": "barrack-store",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "cross-env NODE_ENV=production node server.js",
    "test": "jest"
  },
  "dependencies": {

    "@emotion/react": "^11.11.4",
    "@hookform/resolvers": "^3.4.2",
    "@next-auth/prisma-adapter": "^1.0.7",
    "@prisma/client": "^5.16.1",
    "@radix-ui/react-alert-dialog": "^1.0.5",
    "@radix-ui/react-avatar": "^1.0.4",
    "@radix-ui/react-checkbox": "^1.1.0",
    "@radix-ui/react-dialog": "^1.1.6",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-form": "^0.1.2",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-navigation-menu": "^1.1.4",
    "@radix-ui/react-popover": "^1.0.7",
    "@radix-ui/react-radio-group": "^1.2.3",
    "@radix-ui/react-scroll-area": "^1.0.5",
    "@radix-ui/react-select": "^2.0.0",
    "@radix-ui/react-separator": "^1.1.2",
    "@radix-ui/react-slot": "^1.1.2",
    "@radix-ui/react-switch": "^1.1.3",
    "@radix-ui/react-tabs": "^1.1.3",
    "@radix-ui/react-toggle": "^1.1.2",
    "@radix-ui/react-tooltip": "^1.1.8",
    "@reduxjs/toolkit": "^2.8.1",
    "@table-library/react-table-library": "^4.1.7",
    "@tailwindcss/typography": "^0.5.19",
    "@tanstack/react-table": "^8.17.3",
    "@tiptap/extension-highlight": "^2.11.5",
    "@tiptap/extension-text-align": "^2.11.5",
    "@tiptap/pm": "^2.11.5",
    "@tiptap/react": "^2.11.5",
    "@tiptap/starter-kit": "^2.11.5",
    "backblaze-b2": "^1.7.0",
    "bcrypt": "^5.1.1",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.0.0",
    "cross-env": "^7.0.3",
    "crypto": "^1.0.1",
    "date-fns": "^3.6.0",
    "deep-email-validator": "^0.1.21",
    "dotenv": "^16.4.7",
    "embla-carousel-react": "^8.0.4",
    "firebase": "^10.10.0",
    "firebase-admin": "^12.7.0",
    "formidable": "^3.5.1",
    "googleapis": "^140.0.1",
    "js-cookie": "^3.0.5",
    "log4js": "^6.9.1",
    "lucide-react": "^0.363.0",
    "multer": "^1.4.5-lts.1",
    "next": "^14.1.4",
    "next-auth": "^4.24.14",
    "nodemailer": "^7.0.13",
    "prisma": "^5.16.1",
    "react": "^18.2.0",
    "react-day-picker": "^8.10.1",
    "react-dom": "^18",
    "react-hook-form": "^7.51.5",
    "react-icons": "^5.4.0",
    "react-redux": "^9.2.0",
    "react-spinners": "^0.13.8",
    "react-toastify": "^10.0.5",
    "recharts": "^2.12.7",
    "sharp": "^0.33.5",
    "sonner": "^1.7.4",
    "tailwind-merge": "^2.3.0",
    "tailwindcss-animate": "^1.0.7",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@babel/core": "^7.24.6",
    "@types/backblaze-b2": "^1.5.6",
    "@types/bcrypt": "^5.0.2",
    "@types/formidable": "^3.4.5",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^20",
    "@types/nodemailer": "^6.4.15",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/uuid": "^9.0.8",
    "autoprefixer": "^10.4.19",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.57.0",
    "eslint-config-next": "^14.1.4",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3",
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18"
  }
}