39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "a2ui-pdf-analyst",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "concurrently --kill-others-on-fail --names \"web,agent\" --prefix-colors \"magenta,cyan\" \"pnpm:dev:web\" \"pnpm:dev:agent\"",
|
|
"dev:web": "next dev",
|
|
"dev:agent": "cd agent && uv run uvicorn main:app --port 8123 --reload",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"install:agent": "cd agent && uv sync",
|
|
"postinstall": "pnpm run install:agent"
|
|
},
|
|
"dependencies": {
|
|
"@ag-ui/client": "^0.0.53",
|
|
"@ag-ui/core": "^0.0.54",
|
|
"@copilotkit/a2ui-renderer": "^1.57.4",
|
|
"@copilotkit/react-core": "^1.57.4",
|
|
"@copilotkit/react-ui": "^1.57.4",
|
|
"@copilotkit/runtime": "^1.57.4",
|
|
"clsx": "^2.1.1",
|
|
"next": "16.2.6",
|
|
"pdfjs-dist": "^4.10.38",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"recharts": "^3.8.1",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"concurrently": "^9.2.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|