|
14 | 14 | "deploy": "pnpm run build && wrangler pages deploy ./dist"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 |
| - "@ai-sdk/openai": "^0.0.62", |
18 |
| - "@ai-sdk/react": "^0.0.60", |
19 |
| - "@aws-amplify/ui-react": "^6.5.2", |
20 |
| - "@cloudflare/workers-types": "^4.20240925.0", |
21 |
| - "@electric-sql/pglite": "^0.2.10", |
22 |
| - "@electric-sql/pglite-react": "^0.2.10", |
23 |
| - "@hookform/resolvers": "^3.9.0", |
24 |
| - "@langchain/community": "^0.3.4", |
25 |
| - "@langchain/core": "^0.3.7", |
26 |
| - "@langchain/langgraph": "^0.2.11", |
27 |
| - "@langchain/openai": "^0.3.5", |
28 |
| - "@radix-ui/react-alert-dialog": "^1.1.2", |
29 |
| - "@radix-ui/react-avatar": "^1.1.1", |
30 |
| - "@radix-ui/react-checkbox": "^1.1.2", |
31 |
| - "@radix-ui/react-dialog": "^1.1.2", |
32 |
| - "@radix-ui/react-dropdown-menu": "^2.1.2", |
33 |
| - "@radix-ui/react-label": "^2.1.0", |
34 |
| - "@radix-ui/react-popover": "^1.1.2", |
35 |
| - "@radix-ui/react-scroll-area": "^1.2.0", |
36 |
| - "@radix-ui/react-select": "^2.1.2", |
37 |
| - "@radix-ui/react-slot": "^1.1.0", |
38 |
| - "@radix-ui/react-toast": "^1.2.2", |
39 |
| - "@radix-ui/react-tooltip": "^1.1.3", |
40 |
| - "@tanstack/react-query": "^5.59.0", |
41 |
| - "@tanstack/react-query-devtools": "^5.59.0", |
42 |
| - "@types/react-router-dom": "^5.3.3", |
43 |
| - "ai": "^3.4.9", |
44 |
| - "aws-amplify": "^6.6.3", |
45 |
| - "class-variance-authority": "^0.7.0", |
| 17 | + "@ai-sdk/openai": "^1.0.0", |
| 18 | + "@ai-sdk/react": "^1.0.0", |
| 19 | + "@aws-amplify/ui-react": "^6.7.2", |
| 20 | + "@cloudflare/workers-types": "^4.20241218.0", |
| 21 | + "@electric-sql/pglite": "^0.2.15", |
| 22 | + "@electric-sql/pglite-react": "^0.2.15", |
| 23 | + "@hookform/resolvers": "^3.9.1", |
| 24 | + "@langchain/community": "^0.3.19", |
| 25 | + "@langchain/core": "^0.3.26", |
| 26 | + "@langchain/langgraph": "^0.2.34", |
| 27 | + "@langchain/openai": "^0.3.16", |
| 28 | + "@radix-ui/react-alert-dialog": "^1.1.4", |
| 29 | + "@radix-ui/react-avatar": "^1.1.2", |
| 30 | + "@radix-ui/react-checkbox": "^1.1.3", |
| 31 | + "@radix-ui/react-dialog": "^1.1.4", |
| 32 | + "@radix-ui/react-dropdown-menu": "^2.1.4", |
| 33 | + "@radix-ui/react-label": "^2.1.1", |
| 34 | + "@radix-ui/react-popover": "^1.1.4", |
| 35 | + "@radix-ui/react-scroll-area": "^1.2.2", |
| 36 | + "@radix-ui/react-select": "^2.1.4", |
| 37 | + "@radix-ui/react-slot": "^1.1.1", |
| 38 | + "@radix-ui/react-toast": "^1.2.4", |
| 39 | + "@radix-ui/react-tooltip": "^1.1.6", |
| 40 | + "@tanstack/react-query": "^5.62.8", |
| 41 | + "@tanstack/react-query-devtools": "^5.62.8", |
| 42 | + "@types/react-router": "^5.1.0", |
| 43 | + "ai": "^4.0.0", |
| 44 | + "aws-amplify": "^6.11.0", |
| 45 | + "class-variance-authority": "^0.7.1", |
46 | 46 | "clsx": "^2.1.1",
|
47 | 47 | "common-tags": "^1.8.2",
|
48 | 48 | "date-fns": "^3.6.0",
|
49 |
| - "drizzle-orm": "^0.33.0", |
50 |
| - "drizzle-zod": "^0.5.1", |
51 |
| - "framer-motion": "^11.11.1", |
52 |
| - "i18next": "^23.15.1", |
53 |
| - "i18next-browser-languagedetector": "^8.0.0", |
54 |
| - "i18next-http-backend": "^2.6.2", |
55 |
| - "langchain": "^0.3.2", |
| 49 | + "drizzle-orm": "^0.38.2", |
| 50 | + "drizzle-zod": "^0.6.0", |
| 51 | + "i18next": "^23.16.8", |
| 52 | + "i18next-browser-languagedetector": "^8.0.2", |
| 53 | + "i18next-http-backend": "^2.7.1", |
| 54 | + "langchain": "^0.3.7", |
56 | 55 | "lucide-react": "^0.417.0",
|
57 |
| - "nanoid": "^5.0.7", |
| 56 | + "nanoid": "^5.0.9", |
58 | 57 | "react": "^18.3.1",
|
59 | 58 | "react-day-picker": "8.10.1",
|
60 | 59 | "react-dom": "^18.3.1",
|
61 |
| - "react-dropzone": "^14.2.9", |
62 |
| - "react-hook-form": "^7.53.0", |
63 |
| - "react-i18next": "^15.0.2", |
| 60 | + "react-dropzone": "^14.3.5", |
| 61 | + "react-hook-form": "^7.54.2", |
| 62 | + "react-i18next": "^15.2.0", |
64 | 63 | "react-markdown": "^9.0.1",
|
65 |
| - "react-router-dom": "^6.26.2", |
| 64 | + "react-router": "^7.1.0", |
66 | 65 | "rehype-raw": "^7.0.0",
|
67 | 66 | "remark-gfm": "^4.0.0",
|
68 |
| - "tailwind-merge": "^2.5.3", |
| 67 | + "tailwind-merge": "^2.5.5", |
69 | 68 | "tailwindcss-animate": "^1.0.7",
|
70 | 69 | "tesseract.js": "^5.1.1",
|
71 | 70 | "unpdf": "^0.11.0",
|
72 |
| - "zod": "^3.23.8", |
| 71 | + "zod": "^3.24.1", |
73 | 72 | "zustand": "^4.5.5"
|
74 | 73 | },
|
75 | 74 | "devDependencies": {
|
76 |
| - "@chromatic-com/storybook": "^1.9.0", |
77 |
| - "@storybook/addon-essentials": "^8.3.5", |
78 |
| - "@storybook/addon-interactions": "^8.3.5", |
79 |
| - "@storybook/addon-links": "^8.3.5", |
80 |
| - "@storybook/addon-onboarding": "^8.3.5", |
81 |
| - "@storybook/blocks": "^8.3.5", |
82 |
| - "@storybook/react": "^8.3.5", |
83 |
| - "@storybook/react-vite": "^8.3.5", |
84 |
| - "@storybook/test": "^8.3.5", |
85 |
| - "@tanstack/eslint-plugin-query": "^5.59.1", |
| 75 | + "@chromatic-com/storybook": "^3.2.3", |
| 76 | + "@storybook/addon-essentials": "^8.4.7", |
| 77 | + "@storybook/addon-interactions": "^8.4.7", |
| 78 | + "@storybook/addon-links": "^8.4.7", |
| 79 | + "@storybook/addon-onboarding": "^8.4.7", |
| 80 | + "@storybook/blocks": "^8.4.7", |
| 81 | + "@storybook/react": "^8.4.7", |
| 82 | + "@storybook/react-vite": "^8.4.7", |
| 83 | + "@storybook/test": "^8.4.7", |
| 84 | + "@tanstack/eslint-plugin-query": "^5.62.1", |
86 | 85 | "@types/common-tags": "^1.8.4",
|
87 |
| - "@types/react": "^18.3.11", |
88 |
| - "@types/react-dom": "^18.3.0", |
| 86 | + "@types/react": "^18.3.18", |
| 87 | + "@types/react-dom": "^18.3.5", |
89 | 88 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
90 | 89 | "@typescript-eslint/parser": "^7.18.0",
|
91 |
| - "@vitejs/plugin-react": "^4.3.2", |
| 90 | + "@vitejs/plugin-react": "^4.3.4", |
92 | 91 | "autoprefixer": "^10.4.20",
|
93 | 92 | "drizzle-kit": "^0.24.2",
|
94 | 93 | "eslint": "^8.57.1",
|
95 | 94 | "eslint-plugin-react-hooks": "^4.6.2",
|
96 |
| - "eslint-plugin-react-refresh": "^0.4.12", |
| 95 | + "eslint-plugin-react-refresh": "^0.4.16", |
97 | 96 | "eslint-plugin-storybook": "^0.8.0",
|
98 |
| - "postcss": "^8.4.47", |
99 |
| - "storybook": "^8.3.5", |
100 |
| - "tailwindcss": "^3.4.13", |
101 |
| - "vite": "^5.4.8", |
102 |
| - "vitest": "^2.1.2", |
103 |
| - "wrangler": "^3.80.0" |
| 97 | + "postcss": "^8.4.49", |
| 98 | + "storybook": "^8.4.7", |
| 99 | + "tailwindcss": "^3.4.17", |
| 100 | + "vite": "^6.0.5", |
| 101 | + "vitest": "^2.1.8", |
| 102 | + "wrangler": "^3.99.0" |
104 | 103 | }
|
105 | 104 | }
|
0 commit comments