{ "name": "coffe-ts", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", "@mui/codemod": "^5.10.8", "@mui/icons-material": "^5.10.6", "@mui/material": "^5.10.8", "@sendgrid/mail": "^7.7.0", "@stripe/stripe-js": "^1.39.0", "@tanstack/react-query": "^4.10.3", "@types/bcryptjs": "^2.4.2", "@types/mongodb": "^4.0.7", "@types/nookies": "^2.0.3", "@types/validator": "^13.7.7", "bcryptjs": "^2.4.3", "formik": "^2.2.9", "mongoose": "^6.6.5", "next": "12.3.1", "next-auth": "^4.13.0", "next-i18next": "^11.3.0", "nookies": "^2.5.2", "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^11.18.6", "validator": "^13.7.0", "yup": "^0.32.11" }, "devDependencies": { "@tanstack/react-query-devtools": "^4.11.0", "@types/node": "18.8.3", "@types/react": "18.0.21", "@types/react-dom": "18.0.6", "eslint": "8.25.0", "eslint-config-next": "12.3.1", "typescript": "4.8.4" } }