{ "name": "rag-llama-together", "version": "0.1.0", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "generate": "node app/api/chat/engine/generate.mjs" }, "dependencies": { "@radix-ui/react-slot": "^1.0.2", "ai": "^2.2.27", "class-variance-authority": "^0.7.0", "clsx": "^1.2.1", "dotenv": "^16.3.1", "llamaindex": "0.0.50", "lucide-react": "^0.294.0", "next": "^14.0.3", "react": "^18.3.1", "react-dom": "^18.2.0", "react-markdown": "^8.0.7", "react-router-dom": "^6.26.0", "react-syntax-highlighter": "^15.5.0", "remark": "^14.0.3", "remark-code-import": "^1.2.0", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "supports-color": "^9.4.0", "tailwind-merge": "^2.1.0" }, "devDependencies": { "@types/node": "^20.10.3", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "@types/react-syntax-highlighter": "^15.5.11", "autoprefixer": "^10.4.16", "cross-env": "^7.0.3", "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "typescript": "^5.3.2" } }