{ "name": "icebreakerco", "version": "0.1.0", "private": true, "main": "server/server.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@clerk/nextjs": "^5.3.1", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@mui/material": "^5.16.7", "@next/third-parties": "^14.2.5", "ai": "^3.3.9", "@stripe/stripe-js": "^4.3.0", "axios": "^1.7.2", "bcrypt": "^5.1.1", "dotenv": "^16.4.5", "formik": "^2.4.6", "jsonwebtoken": "^9.0.2", "mysql2": "^3.11.0", "next": "^14.2.5", "next-connect": "^1.0.0", "openai": "^4.56.0", "pdf-parse": "^1.1.1", "pdf2json": "^3.1.4", "react": "^18", "react-dom": "^18", "react-hot-toast": "^2.4.1", "react-icons": "^5.2.1", "react-router-dom": "^6.25.1", "stripe": "^16.8.0", "uuid": "^10.0.0", "yup": "^1.4.0" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "eslint": "^8", "eslint-config-next": "14.2.5", "express": "^4.17.1", "postcss": "^8", "socket.io": "^4.7.5", "socket.io-client": "^4.0.1", "tailwindcss": "^3.4.1", "typescript": "^5.5.4" } }