|
18 | 18 | "@react-router/serve": "^7.13.1", |
19 | 19 | "class-variance-authority": "^0.7.1", |
20 | 20 | "clsx": "^2.1.1", |
| 21 | + "i18next": "^25.8.18", |
21 | 22 | "isbot": "^5.1.35", |
22 | 23 | "lucide-react": "^0.577.0", |
23 | 24 | "object-path": "^0.11.8", |
24 | 25 | "react": "^19.2.4", |
25 | 26 | "react-dom": "^19.2.4", |
| 27 | + "react-i18next": "^16.5.8", |
26 | 28 | "react-router": "^7.13.1", |
27 | 29 | "tailwind-merge": "^3.5.0", |
28 | 30 | "vaul": "^1.1.2", |
29 | 31 | "zod": "^4.3.6" |
30 | 32 | }, |
31 | 33 | "devDependencies": { |
| 34 | + "@babel/preset-typescript": "^7.28.5", |
32 | 35 | "@biomejs/biome": "^2.4.6", |
33 | 36 | "@react-router/dev": "^7.13.1", |
34 | 37 | "@tailwindcss/vite": "^4.2.1", |
35 | 38 | "@types/node": "^25.4.0", |
36 | 39 | "@types/object-path": "^0.11.4", |
37 | 40 | "@types/react": "^19.2.14", |
38 | 41 | "@types/react-dom": "^19.2.3", |
| 42 | + "babel-plugin-react-compiler": "^1.0.0", |
39 | 43 | "picocolors": "^1.1.1", |
| 44 | + "react-router-devtools": "^6.2.0", |
40 | 45 | "shadcn": "^4.0.3", |
41 | 46 | "tailwindcss": "^4.2.1", |
42 | 47 | "tw-animate-css": "^1.4.0", |
43 | 48 | "typescript": "^5.9.3", |
44 | 49 | "vite": "^7.3.1", |
| 50 | + "vite-plugin-babel": "^1.5.1", |
45 | 51 | "vite-tsconfig-paths": "^6.1.1" |
46 | 52 | } |
47 | 53 | } |
0 commit comments