{ "name": "@copilotkit-examples/travel", "version": "0.1.0", "private": true, "scripts": { "dev": "concurrently -k -n ui,agent -c blue,red \"PORT=3000 npm run dev:ui\" \"PORT=8000 npm run dev:agent\"", "dev:ui": "next dev", "dev:agent": "cd agent && uv run main.py", "build": "next build", "start": "next start", "lint": "next lint", "install:agent": "cd agent && uv sync" }, "dependencies": { "@copilotkit/react-core": "workspace:*", "@copilotkit/react-ui": "workspace:*", "@copilotkit/runtime": "workspace:*", "@radix-ui/react-accordion": "^1.2.1", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.2", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.2", "@radix-ui/react-scroll-area": "^1.2.1", "@radix-ui/react-select": "^2.1.2", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-tooltip": "^1.1.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "framer-motion": "^11.3.12", "groq-sdk": "^0.5.0", "leaflet": "^1.9.4", "lucide-react": "^0.414.0", "next": "14.2.35", "openai": "^4.85.1", "react": "18.3.1", "react-dom": "18.3.1", "react-leaflet": "^4.2.1", "shiki": "^3.20.0", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "vaul": "^1.1.1" }, "devDependencies": { "@types/leaflet": "^1.9.14", "@types/node": "^22.0.0", "@types/react": "19.0.1", "@types/react-dom": "19.0.2", "concurrently": "^8.2.2", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "nx": { "targets": { "build": { "cache": false } } } }