|
31 | 31 | "@better-auth/stripe": "1.2.9", |
32 | 32 | "@browserbasehq/stagehand": "^2.0.0", |
33 | 33 | "@cerebras/cerebras_cloud_sdk": "^1.23.0", |
34 | | - "@chatscope/chat-ui-kit-react": "2.1.1", |
35 | | - "@chatscope/chat-ui-kit-styles": "1.4.0", |
36 | 34 | "@e2b/code-interpreter": "^2.0.0", |
37 | 35 | "@hookform/resolvers": "^4.1.3", |
38 | 36 | "@opentelemetry/api": "^1.9.0", |
39 | | - "@opentelemetry/exporter-collector": "^0.25.0", |
40 | | - "@opentelemetry/exporter-jaeger": "^2.0.0", |
41 | 37 | "@opentelemetry/exporter-trace-otlp-http": "^0.200.0", |
42 | | - "@opentelemetry/instrumentation-document-load": "^0.45.0", |
43 | | - "@opentelemetry/instrumentation-user-interaction": "^0.45.0", |
44 | 38 | "@opentelemetry/resources": "^2.0.0", |
45 | 39 | "@opentelemetry/sdk-node": "^0.200.0", |
46 | | - "@opentelemetry/sdk-trace-web": "^2.0.0", |
47 | 40 | "@opentelemetry/semantic-conventions": "^1.32.0", |
48 | 41 | "@radix-ui/react-alert-dialog": "^1.1.5", |
49 | 42 | "@radix-ui/react-avatar": "1.1.10", |
|
63 | 56 | "@radix-ui/react-switch": "^1.1.2", |
64 | 57 | "@radix-ui/react-tabs": "^1.1.2", |
65 | 58 | "@radix-ui/react-toggle": "^1.1.2", |
| 59 | + "@radix-ui/react-tooltip": "1.2.8", |
66 | 60 | "@react-email/components": "^0.0.34", |
67 | 61 | "@sentry/nextjs": "^9.15.0", |
68 | 62 | "@trigger.dev/sdk": "4.0.4", |
69 | 63 | "@types/pdf-parse": "1.1.5", |
70 | 64 | "@types/three": "0.177.0", |
71 | | - "@vercel/og": "^0.6.5", |
72 | 65 | "@vercel/speed-insights": "^1.2.0", |
73 | | - "ai": "^4.3.2", |
74 | 66 | "better-auth": "1.2.9", |
75 | 67 | "browser-image-compression": "^2.0.2", |
76 | 68 | "cheerio": "1.1.2", |
77 | 69 | "class-variance-authority": "^0.7.1", |
78 | 70 | "clsx": "^2.1.1", |
79 | 71 | "cmdk": "^1.0.0", |
80 | 72 | "croner": "^9.0.0", |
81 | | - "csv-parse": "^5.6.0", |
82 | | - "dat.gui": "0.7.9", |
83 | 73 | "date-fns": "4.1.0", |
84 | | - "entities": "6.0.1", |
85 | 74 | "framer-motion": "^12.5.0", |
86 | 75 | "fuse.js": "7.1.0", |
87 | 76 | "geist": "1.4.2", |
88 | 77 | "groq-sdk": "^0.15.0", |
89 | 78 | "html-to-text": "^9.0.5", |
90 | | - "iconv-lite": "0.7.0", |
91 | 79 | "input-otp": "^1.4.2", |
92 | 80 | "ioredis": "^5.6.0", |
93 | 81 | "jose": "6.0.11", |
94 | 82 | "js-yaml": "4.1.0", |
95 | 83 | "jwt-decode": "^4.0.0", |
96 | | - "lenis": "^1.2.3", |
97 | 84 | "lucide-react": "^0.479.0", |
98 | 85 | "mammoth": "^1.9.0", |
99 | 86 | "mysql2": "3.14.3", |
|
113 | 100 | "react-markdown": "^10.1.0", |
114 | 101 | "react-simple-code-editor": "^0.14.1", |
115 | 102 | "reactflow": "^11.11.4", |
116 | | - "recharts": "2.15.3", |
117 | | - "rehype-highlight": "7.0.2", |
118 | 103 | "remark-gfm": "4.0.1", |
119 | 104 | "resend": "^4.1.2", |
120 | | - "rtf-parser": "1.3.3", |
121 | | - "rtf-stream-parser": "3.8.0", |
122 | 105 | "sharp": "0.34.3", |
123 | 106 | "socket.io": "^4.8.1", |
124 | 107 | "stripe": "18.5.0", |
|
130 | 113 | "zod": "^3.24.2" |
131 | 114 | }, |
132 | 115 | "devDependencies": { |
133 | | - "@react-email/preview-server": "4.2.8", |
134 | 116 | "@testing-library/jest-dom": "^6.6.3", |
135 | | - "@testing-library/react": "^16.3.0", |
136 | | - "@testing-library/user-event": "^14.6.1", |
137 | | - "@trigger.dev/build": "4.0.4", |
138 | 117 | "@types/html-to-text": "9.0.4", |
139 | | - "@types/iconv-lite": "0.0.1", |
140 | 118 | "@types/js-yaml": "4.0.9", |
141 | 119 | "@types/jsdom": "21.1.7", |
142 | 120 | "@types/lodash": "^4.17.16", |
|
145 | 123 | "@types/prismjs": "^1.26.5", |
146 | 124 | "@types/react": "^19", |
147 | 125 | "@types/react-dom": "^19", |
148 | | - "@types/xlsx": "0.0.36", |
149 | 126 | "@vitejs/plugin-react": "^4.3.4", |
150 | 127 | "@vitest/coverage-v8": "^3.0.8", |
151 | 128 | "concurrently": "^9.1.0", |
152 | | - "critters": "^0.0.23", |
| 129 | + "critters": "0.0.25", |
153 | 130 | "dotenv": "^16.4.7", |
154 | 131 | "jsdom": "^26.0.0", |
155 | 132 | "postcss": "^8", |
|
0 commit comments