mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
6bc0db6a25
Dependency version floors: - next: ^15.0.0 → ^15.5.15 across all 19 showcase packages (CVE-2025-29927) - express: ^4.21.0 → ^4.21.2 in claude-sdk-typescript (open redirect fix) - hono: ^4.0.0 → ^4.6.0 in shell (path traversal fix) Docker base image pins: - node:20-slim → node:20.19-slim (18 Dockerfiles) - python:3.12-slim → python:3.12.11-slim (12 Dockerfiles) - aimock:latest → aimock:1.13.0 (1 Dockerfile) Part of CPK-7320
32 lines
983 B
JSON
32 lines
983 B
JSON
{
|
|
"name": "@copilotkit/showcase-shell-dojo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"generate": "tsx ../scripts/generate-registry.ts && tsx ../scripts/bundle-demo-content.ts",
|
|
"predev": "tsx ../scripts/generate-registry.ts && tsx ../scripts/bundle-demo-content.ts",
|
|
"dev": "next dev --turbopack --port 3001",
|
|
"build": "tsx ../scripts/generate-registry.ts && tsx ../scripts/bundle-demo-content.ts && next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"highlight.js": "^11.11.1",
|
|
"next": "^15.5.15",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-syntax-highlighter": "^15.6.0",
|
|
"recharts": "^2.15.0",
|
|
"zod": "^3.24.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-syntax-highlighter": "^15.5.0",
|
|
"postcss": "^8.5.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|