{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "reset-sync": "rm ./.next/server/app/[locale]/sync.lock" }, "dependencies": { "clsx": "^2.1.1", "cookies-next": "^6.1.0", "glob": "^11.0.3", "ioredis": "^5.6.1", "lucide-react": "^0.533.0", "next": "15.4.4", "next-crypto": "^1.0.8", "next-intl": "^4.3.4", "react": "19.1.0", "react-dom": "19.1.0", "undici": "^7.13.0", "zod": "^4.0.10" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.11", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "daisyui": "^5.0.50", "tailwindcss": "^4.1.11", "typescript": "^5" } }