{ "name": "evyos-frontend-development", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@apollo/server": "^5.1.0", "@as-integrations/next": "^4.1.0", "@auth/mongodb-adapter": "^3.11.1", "@graphql-tools/merge": "^9.1.5", "@tanstack/react-query": "^5.90.8", "apollo-server-micro": "^3.13.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "graphql": "^16.12.0", "lucide-react": "^0.553.0", "mongoose": "^8.19.3", "next": "16.0.2", "next-auth": "^4.24.7", "react": "19.2.0", "react-dom": "19.2.0", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.0.2", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" } }