{ "name": "copilotkit-demo", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@copilotkit/react-core": "1.3.1", "@copilotkit/react-textarea": "1.3.1", "@copilotkit/react-ui": "1.3.1", "@copilotkit/runtime": "1.3.1", "@copilotkit/shared": "1.3.1", "@heroicons/react": "^2.1.1", "@langchain/community": "^0.0.29", "@langchain/core": "^0.1.29", "@langchain/langgraph": "^0.0.7", "@langchain/openai": "^0.0.14", "clsx": "^2.1.0", "langchain": "^0.1.19", "next": "14.1.0", "openai": "^4.28.0", "react": "^18", "react-dom": "^18" }, "devDependencies": { "@types/node": "^20.11.19", "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "autoprefixer": "^10.0.1", "postcss": "^8", "tailwindcss": "^3.4.3", "typescript": "^5" } }