Add agent chat frontend base
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"name": "claw-code-agent-frontend",
|
||||
"readme": "./README.md",
|
||||
"homepage": "https://github.com/HarnessLab/claw-code-agent",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/HarnessLab/claw-code-agent.git"
|
||||
},
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "next lint --fix",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/core": "^1.1.44",
|
||||
"@langchain/langgraph": "^1.2.9",
|
||||
"@langchain/langgraph-sdk": "^1.8.10",
|
||||
"@radix-ui/react-avatar": "^1.1.11",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-label": "^2.1.8",
|
||||
"@radix-ui/react-separator": "^1.1.8",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@radix-ui/react-switch": "^1.2.6",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"esbuild": "^0.28.0",
|
||||
"esbuild-plugin-tailwindcss": "^2.2.0",
|
||||
"framer-motion": "^12.38.0",
|
||||
"katex": "^0.16.45",
|
||||
"langgraph-nextjs-api-passthrough": "^0.1.4",
|
||||
"lodash": "^4.18.1",
|
||||
"lucide-react": "^0.476.0",
|
||||
"next-themes": "^0.4.6",
|
||||
"nuqs": "^2.8.9",
|
||||
"react": "^19.2.5",
|
||||
"react-dom": "^19.2.5",
|
||||
"react-markdown": "^10.1.0",
|
||||
"react-syntax-highlighter": "^15.6.1",
|
||||
"recharts": "^2.15.3",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-math": "^6.0.0",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"use-stick-to-bottom": "^1.1.4",
|
||||
"uuid": "^14.0.0",
|
||||
"zod": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@playwright/test": "^1.59.1",
|
||||
"@tailwindcss/postcss": "^4.2.4",
|
||||
"@types/lodash": "^4.17.24",
|
||||
"@types/node": "^22.15.18",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"autoprefixer": "^10.5.0",
|
||||
"dotenv": "^16.5.0",
|
||||
"eslint": "^9.39.3",
|
||||
"eslint-config-next": "16.2.4",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"globals": "^17.6.0",
|
||||
"next": "^15.5.15",
|
||||
"postcss": "^8.5.13",
|
||||
"prettier": "^3.8.3",
|
||||
"prettier-plugin-tailwindcss": "^0.8.0",
|
||||
"tailwind-scrollbar": "^4.0.2",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"typescript": "~5.8.3",
|
||||
"typescript-eslint": "^8.59.1"
|
||||
},
|
||||
"overrides": {
|
||||
"react-is": "^19.0.0-rc-69d4b800-20241021"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@eslint/config-array>minimatch": "^3.1.3",
|
||||
"eslint>minimatch": "^3.1.3",
|
||||
"eslint-plugin-import>minimatch": "^3.1.3",
|
||||
"eslint-plugin-jsx-a11y>minimatch": "^3.1.3",
|
||||
"eslint-plugin-react>minimatch": "^3.1.3",
|
||||
"@typescript-eslint/typescript-estree>minimatch": "^9.0.6",
|
||||
"micromatch>picomatch": "^2.3.2",
|
||||
"tinyglobby>picomatch": "^4.0.4",
|
||||
"flat-cache>flatted": "^3.4.2",
|
||||
"minimatch@9>brace-expansion": "^5.0.5",
|
||||
"eslint>ajv": "^6.14.0",
|
||||
"mdast-util-to-hast": "^13.2.1",
|
||||
"refractor>prismjs": "^1.30.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.5.1"
|
||||
}
|
||||
Reference in New Issue
Block a user