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