|
39 | 39 | "@opentelemetry/exporter-trace-otlp-http": "^0.200.0", |
40 | 40 | "@opentelemetry/resources": "^2.0.0", |
41 | 41 | "@opentelemetry/sdk-node": "^0.200.0", |
| 42 | + "@opentelemetry/sdk-trace-base": "2.0.0", |
| 43 | + "@opentelemetry/sdk-trace-node": "2.0.0", |
42 | 44 | "@opentelemetry/semantic-conventions": "^1.32.0", |
43 | 45 | "@radix-ui/react-alert-dialog": "^1.1.5", |
44 | 46 | "@radix-ui/react-avatar": "1.1.10", |
|
59 | 61 | "@radix-ui/react-tabs": "^1.1.2", |
60 | 62 | "@radix-ui/react-toggle": "^1.1.2", |
61 | 63 | "@radix-ui/react-tooltip": "1.2.8", |
| 64 | + "@radix-ui/react-visually-hidden": "1.2.4", |
62 | 65 | "@react-email/components": "^0.0.34", |
| 66 | + "@react-email/render": "2.0.0", |
63 | 67 | "@trigger.dev/sdk": "4.0.4", |
64 | 68 | "@types/three": "0.177.0", |
65 | 69 | "better-auth": "1.3.12", |
66 | 70 | "browser-image-compression": "^2.0.2", |
| 71 | + "chalk": "5.6.2", |
67 | 72 | "cheerio": "1.1.2", |
68 | 73 | "class-variance-authority": "^0.7.1", |
69 | 74 | "clsx": "^2.1.1", |
|
85 | 90 | "js-yaml": "4.1.0", |
86 | 91 | "jszip": "3.10.1", |
87 | 92 | "jwt-decode": "^4.0.0", |
| 93 | + "lodash": "4.17.21", |
88 | 94 | "lucide-react": "^0.479.0", |
89 | 95 | "mammoth": "^1.9.0", |
90 | 96 | "mysql2": "3.14.3", |
|
120 | 126 | "unpdf": "1.4.0", |
121 | 127 | "uuid": "^11.1.0", |
122 | 128 | "xlsx": "0.18.5", |
123 | | - "zod": "^3.24.2" |
| 129 | + "zod": "^3.24.2", |
| 130 | + "zustand": "^4.5.7" |
124 | 131 | }, |
125 | 132 | "devDependencies": { |
126 | 133 | "@testing-library/jest-dom": "^6.6.3", |
|
0 commit comments