{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start -p 3001", "lint": "next lint" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@tanstack/react-query": "^5.90.21", "axios": "^1.13.6", "js-cookie": "^3.0.5", "lucide-react": "^0.577.0", "next": "16.1.6", "next-intl": "^4.13.0", "react": "19.2.3", "react-dom": "19.2.3", "react-hook-form": "^7.71.2", "react-qr-code": "^2.0.15", "recharts": "^3.9.2", "zod": "^4.3.6" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/js-cookie": "^3.0.6", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "eslint": "^9", "eslint-config-next": "16.1.6", "tailwindcss": "^4", "typescript": "^5" } }