Files
agent-chat-ui/package.json

68 lines
2.1 KiB
JSON
Raw Normal View History

2025-02-18 19:35:46 +01:00
{
"name": "agent-ui-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"agent": "langgraphjs dev --no-browser",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
2025-02-27 14:08:24 -08:00
"format": "prettier --write .",
2025-02-18 19:35:46 +01:00
"preview": "vite preview"
},
"dependencies": {
2025-02-26 17:09:16 -08:00
"@assistant-ui/react": "^0.8.0",
"@assistant-ui/react-markdown": "^0.8.0",
2025-02-27 14:08:24 -08:00
"@langchain/core": "^0.3.41",
2025-02-27 15:41:47 -08:00
"@langchain/google-genai": "^0.1.10",
2025-02-27 14:08:24 -08:00
"@langchain/langgraph": "^0.2.49",
2025-02-18 19:35:46 +01:00
"@langchain/langgraph-api": "*",
"@langchain/langgraph-cli": "*",
"@langchain/langgraph-sdk": "*",
2025-02-26 17:09:16 -08:00
"@langchain/openai": "^0.4.4",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/postcss": "^4.0.9",
2025-02-26 17:42:29 -08:00
"@tailwindcss/vite": "^4.0.9",
2025-02-26 17:09:16 -08:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-02-18 19:35:46 +01:00
"esbuild": "^0.25.0",
"esbuild-plugin-tailwindcss": "^2.0.1",
"framer-motion": "^12.4.9",
2025-02-26 17:09:16 -08:00
"lucide-react": "^0.476.0",
2025-02-27 14:08:24 -08:00
"prettier": "^3.5.2",
2025-02-26 17:09:16 -08:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.0.1",
2025-02-26 17:09:16 -08:00
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
2025-02-18 19:35:46 +01:00
"uuid": "^11.0.5",
"zod": "^3.24.2"
},
"resolutions": {
2025-03-03 19:10:44 +01:00
"@langchain/langgraph-api": "next",
"@langchain/langgraph-cli": "next",
"@langchain/langgraph-sdk": "next"
2025-02-18 19:35:46 +01:00
},
"devDependencies": {
"@eslint/js": "^9.19.0",
2025-02-26 17:09:16 -08:00
"@types/node": "^22.13.5",
2025-02-18 19:35:46 +01:00
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
2025-02-26 17:09:16 -08:00
"autoprefixer": "^10.4.20",
2025-02-18 19:35:46 +01:00
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
2025-02-26 17:09:16 -08:00
"tailwindcss": "^4.0.6",
2025-02-18 19:35:46 +01:00
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
2025-02-26 17:09:16 -08:00
},
"packageManager": "pnpm@10.5.1+sha512.c424c076bd25c1a5b188c37bb1ca56cc1e136fbf530d98bcb3289982a08fd25527b8c9c4ec113be5e3393c39af04521dd647bcf1d0801eaf8ac6a7b14da313af"
2025-02-18 19:35:46 +01:00
}