Files
copilotkit__copilotkit/examples/v2/react-router/package.json
Alem Tuzlak 0c6f52fc41 feat(examples): add crash-the-tool and crash-the-run inspector lab
Add chat phrases and lab buttons that fail a frontend tool or emit RUN_ERROR.
Clear the Break threads cookie on load so a refresh does not keep a fake
thread-list failure.
2026-08-24 15:22:07 +02:00

44 lines
1.0 KiB
JSON

{
"name": "react-router-example",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "react-router-serve ./build/server/index.js"
},
"dependencies": {
"@ai-sdk/openai": "latest",
"@copilotkit/react-core": "workspace:*",
"@copilotkit/runtime": "workspace:*",
"@react-router/node": "^7.11.0",
"@tanstack/ai": "latest",
"@tanstack/ai-openai": "latest",
"ai": "latest",
"isbot": "^5.1.27",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.11.0",
"zod": "^3.25.75"
},
"devDependencies": {
"@react-router/dev": "^7.11.0",
"@react-router/fs-routes": "^7.11.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.0",
"vite": "~7.3.2",
"vite-tsconfig-paths": "^4.3.0"
},
"nx": {
"targets": {
"build": {
"cache": false
}
}
}
}