{ "name": "langgraph-python-starter", "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 8123 --no-browser", "dev:ui": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "install:agent": "cd agent && pip install -r requirements.txt" }, "dependencies": { "@ag-ui/langgraph": "^0.0.4", "@ai-sdk/openai": "^1.3.22", "@copilotkit/react-core": "^1.9.1", "@copilotkit/react-ui": "^1.9.1", "@copilotkit/runtime": "^1.9.1", "next": "15.3.2", "react": "^19.0.0", "react-dom": "^19.0.0", "zod": "^3.24.4" }, "devDependencies": { "@eslint/eslintrc": "^3", "@langchain/langgraph-cli": "0.0.40", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "concurrently": "^9.1.2", "eslint": "^9", "eslint-config-next": "15.3.2", "tailwindcss": "^4", "typescript": "^5" } }