|
66 | 66 | "@vitejs/plugin-react": "^4.2.1", |
67 | 67 | "@vitest/ui": "^4.0.10", |
68 | 68 | "adm-zip": "^0.5.16", |
69 | | - "autoprefixer": "^10.4.17", |
70 | 69 | "drizzle-kit": "^0.31.9", |
71 | 70 | "electron": "^41.0.0", |
72 | 71 | "fuse.js": "^7.1.0", |
|
77 | 76 | "memfs": "^4.56.10", |
78 | 77 | "postcss": "^8.4.33", |
79 | 78 | "storybook": "10.2.0", |
80 | | - "tailwindcss": "^3.4.18", |
| 79 | + "tailwindcss": "^4.2.2", |
81 | 80 | "tsx": "^4.20.6", |
82 | 81 | "typed-openapi": "^2.2.2", |
83 | 82 | "typescript": "^5.9.3", |
|
88 | 87 | "yaml": "^2.8.1" |
89 | 88 | }, |
90 | 89 | "dependencies": { |
| 90 | + "@base-ui/react": "^1.3.0", |
91 | 91 | "@codemirror/lang-angular": "^0.1.4", |
92 | 92 | "@codemirror/lang-cpp": "^6.0.3", |
93 | 93 | "@codemirror/lang-css": "^6.3.1", |
|
113 | 113 | "@codemirror/state": "^6.5.4", |
114 | 114 | "@codemirror/view": "^6.39.17", |
115 | 115 | "@dnd-kit/react": "^0.1.21", |
| 116 | + "@fontsource-variable/inter": "^5.2.8", |
116 | 117 | "@lezer/common": "^1.5.1", |
117 | 118 | "@lezer/highlight": "^1.2.3", |
118 | 119 | "@modelcontextprotocol/ext-apps": "^1.1.2", |
|
129 | 130 | "@posthog/electron-trpc": "workspace:*", |
130 | 131 | "@posthog/git": "workspace:*", |
131 | 132 | "@posthog/hedgehog-mode": "^0.0.48", |
| 133 | + "@posthog/quill-blocks": "link:/Users/adamleithp/Dev/posthog/packages/quill/packages/blocks", |
| 134 | + "@posthog/quill-components": "link:/Users/adamleithp/Dev/posthog/packages/quill/packages/components", |
| 135 | + "@posthog/quill-primitives": "link:/Users/adamleithp/Dev/posthog/packages/quill/packages/primitives", |
| 136 | + "@posthog/quill-tokens": "link:/Users/adamleithp/Dev/posthog/packages/quill/packages/tokens", |
132 | 137 | "@posthog/shared": "workspace:*", |
133 | 138 | "@radix-ui/react-collapsible": "^1.1.12", |
134 | 139 | "@radix-ui/react-icons": "^1.3.2", |
135 | 140 | "@radix-ui/themes": "^3.2.1", |
| 141 | + "@tailwindcss/vite": "^4.2.2", |
136 | 142 | "@tanstack/react-query": "^5.90.2", |
137 | 143 | "@tiptap/core": "^3.13.0", |
138 | 144 | "@tiptap/extension-mention": "^3.13.0", |
|
150 | 156 | "@xterm/xterm": "^5.5.0", |
151 | 157 | "better-sqlite3": "^12.8.0", |
152 | 158 | "chokidar": "^5.0.0", |
| 159 | + "class-variance-authority": "^0.7.1", |
| 160 | + "clsx": "^2.1.1", |
153 | 161 | "cmdk": "^1.1.1", |
154 | 162 | "detect-libc": "^1.0.3", |
155 | 163 | "dotenv": "^17.2.3", |
|
164 | 172 | "immer": "^11.0.1", |
165 | 173 | "inversify": "^7.10.6", |
166 | 174 | "is-glob": "^4.0.3", |
| 175 | + "lucide-react": "^1.7.0", |
167 | 176 | "micromatch": "^4.0.5", |
168 | 177 | "node-addon-api": "^8.5.0", |
169 | 178 | "node-machine-id": "^1.1.12", |
|
182 | 191 | "smol-toml": "^1.6.0", |
183 | 192 | "sonner": "^2.0.7", |
184 | 193 | "striptags": "^3.2.0", |
| 194 | + "tailwind-merge": "^3.5.0", |
185 | 195 | "tippy.js": "^6.3.7", |
| 196 | + "tw-animate-css": "^1.4.0", |
| 197 | + "vaul": "^1.1.2", |
186 | 198 | "vscode-icons-js": "^11.6.1", |
187 | 199 | "zod": "^4.1.12", |
188 | 200 | "zustand": "^4.5.0" |
|
0 commit comments