Skip to content

Commit e8a9c89

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
chore(23-01): add CopilotKit dependencies
- Added @copilotkit/react-core for provider and hooks - Added @copilotkit/react-ui for chat UI components - Peer dependency warnings noted but non-blocking
1 parent 4de4979 commit e8a9c89

2 files changed

Lines changed: 10653 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"name": "frontend",
3+
"private": true,
4+
"type": "module",
5+
"scripts": {
6+
"dev": "vite dev --port 3000",
7+
"build": "vite build",
8+
"preview": "vite preview",
9+
"test": "vitest run"
10+
},
11+
"dependencies": {
12+
"@copilotkit/react-core": "^1.51.2",
13+
"@copilotkit/react-ui": "^1.51.2",
14+
"@tailwindcss/vite": "^4.0.6",
15+
"@tanstack/ai": "^0.2.2",
16+
"@tanstack/ai-openai": "^0.2.1",
17+
"@tanstack/ai-react": "^0.2.2",
18+
"@tanstack/react-devtools": "^0.7.0",
19+
"@tanstack/react-router": "^1.132.0",
20+
"@tanstack/react-router-devtools": "^1.132.0",
21+
"@tanstack/react-router-ssr-query": "^1.131.7",
22+
"@tanstack/react-start": "^1.132.0",
23+
"@tanstack/router-plugin": "^1.132.0",
24+
"lucide-react": "^0.561.0",
25+
"nitro": "latest",
26+
"react": "^19.2.0",
27+
"react-dom": "^19.2.0",
28+
"tailwindcss": "^4.0.6",
29+
"vite-tsconfig-paths": "^6.0.2"
30+
},
31+
"devDependencies": {
32+
"@tanstack/devtools-vite": "^0.3.11",
33+
"@testing-library/dom": "^10.4.0",
34+
"@testing-library/react": "^16.2.0",
35+
"@types/node": "^22.10.2",
36+
"@types/react": "^19.2.0",
37+
"@types/react-dom": "^19.2.0",
38+
"@vitejs/plugin-react": "^5.0.4",
39+
"jsdom": "^27.0.0",
40+
"typescript": "^5.7.2",
41+
"vite": "^7.1.7",
42+
"vitest": "^3.0.5",
43+
"web-vitals": "^5.1.0"
44+
}
45+
}

0 commit comments

Comments
 (0)