50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "playground",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:agent\" --names ui,agent --prefix-colors blue,green --kill-others",
|
|
"dev:debug": "LOG_LEVEL=debug npm run dev",
|
|
"dev:agent": "cd agent && npx @langchain/langgraph-cli dev --port 8124 --no-browser",
|
|
"dev:ui": "next dev --turbopack --port 3001",
|
|
"build": "next build",
|
|
"start": "next start --port 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/langgraph": "0.0.7",
|
|
"@ai-sdk/openai": "^1.3.22",
|
|
"@copilotkit/react-core": "1.9.3",
|
|
"@copilotkit/react-ui": "1.9.3",
|
|
"@copilotkit/runtime": "1.9.3",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.545.0",
|
|
"next": "15.3.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^3.24.4"
|
|
},
|
|
"devDependencies": {
|
|
"@langchain/langgraph-cli": "0.0.40",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"concurrently": "^9.1.2",
|
|
"shadcn": "^3.4.0",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|