|
30 | 30 | "dependencies": { |
31 | 31 | "@ai-sdk/provider-utils": "^3.0.10", |
32 | 32 | "@ai-sdk/react": "2.0.60", |
| 33 | + "@codemirror/autocomplete": "^6.19.0", |
33 | 34 | "@codemirror/lang-css": "^6.2.0", |
34 | 35 | "@codemirror/lang-html": "^6.4.7", |
35 | 36 | "@codemirror/lang-javascript": "^6.2.3", |
36 | 37 | "@codemirror/lang-json": "^6.0.1", |
37 | 38 | "@codemirror/lang-markdown": "^6.1.7", |
| 39 | + "@codemirror/language": "^6.11.3", |
| 40 | + "@codemirror/lint": "^6.9.0", |
| 41 | + "@codemirror/search": "^6.5.11", |
| 42 | + "@codemirror/state": "^6.5.2", |
| 43 | + "@codemirror/view": "^6.38.6", |
| 44 | + "@codesandbox/sdk": "^2.3.0", |
| 45 | + "@lezer/highlight": "^1.2.1", |
| 46 | + "@mendable/firecrawl-js": "^1.29.1", |
38 | 47 | "@onlook/code-provider": "*", |
39 | 48 | "@onlook/constants": "*", |
40 | 49 | "@onlook/db": "*", |
41 | 50 | "@onlook/email": "*", |
| 51 | + "@onlook/file-system": "*", |
42 | 52 | "@onlook/fonts": "*", |
| 53 | + "@onlook/git": "*", |
43 | 54 | "@onlook/github": "*", |
44 | 55 | "@onlook/growth": "*", |
45 | 56 | "@onlook/image-server": "*", |
46 | 57 | "@onlook/models": "*", |
47 | 58 | "@onlook/parser": "*", |
48 | 59 | "@onlook/penpal": "*", |
49 | 60 | "@onlook/rpc": "*", |
50 | | - "@onlook/web-preload": "*", |
51 | 61 | "@onlook/stripe": "*", |
52 | 62 | "@onlook/ui": "*", |
53 | 63 | "@onlook/utility": "*", |
| 64 | + "@onlook/web-preload": "*", |
| 65 | + "@openrouter/ai-sdk-provider": "^1.2.0", |
54 | 66 | "@opentelemetry/api-logs": "0.57.2", |
55 | 67 | "@opentelemetry/instrumentation": "0.57.2", |
56 | 68 | "@opentelemetry/sdk-logs": "0.57.2", |
57 | 69 | "@supabase/ssr": "^0.6.1", |
| 70 | + "@supabase/supabase-js": "^2.75.0", |
58 | 71 | "@t3-oss/env-nextjs": "^0.12.0", |
59 | 72 | "@tanstack/react-query": "^5.69.0", |
60 | 73 | "@trpc/client": "^11.0.0", |
|
67 | 80 | "@xterm/xterm": "^5.5.0", |
68 | 81 | "@zenfs/core": "2.4.0", |
69 | 82 | "@zenfs/dom": "1.2.5", |
70 | | - "@mendable/firecrawl-js": "^1.29.1", |
71 | | - "@openrouter/ai-sdk-provider": "^1.2.0", |
72 | 83 | "ai": "5.0.26", |
73 | | - "exa-js": "^1.8.26", |
74 | 84 | "blob-util": "^2.0.2", |
75 | 85 | "class-variance-authority": "^0.7.1", |
76 | 86 | "clsx": "^2.1.1", |
77 | 87 | "culori": "^4.0.1", |
78 | 88 | "date-fns": "^4.1.0", |
| 89 | + "drizzle-orm": "^0.44.6", |
| 90 | + "exa-js": "^1.8.26", |
79 | 91 | "flexsearch": "^0.8.160", |
| 92 | + "framer-motion": "^12.23.24", |
80 | 93 | "freestyle-sandboxes": "^0.0.78", |
81 | 94 | "gleap": "^14.8.8", |
82 | 95 | "gpt-tokenizer": "^3.0.1", |
83 | 96 | "langfuse-vercel": "^3.38.4", |
84 | 97 | "localforage": "^1.10.0", |
85 | 98 | "lru-cache": "^11.2.1", |
86 | 99 | "lucide-react": "^0.486.0", |
| 100 | + "marked": "^15.0.7", |
| 101 | + "mime-lite": "^1.0.3", |
| 102 | + "mobx": "^6.15.0", |
87 | 103 | "mobx-react-lite": "^4.1.0", |
88 | 104 | "motion": "^12.23.19", |
89 | | - "marked": "^15.0.7", |
| 105 | + "nanoid": "^5.1.6", |
90 | 106 | "next": ">=15.5.3", |
91 | 107 | "next-intl": "^4.0.2", |
92 | 108 | "next-themes": "^0.4.6", |
|
98 | 114 | "prosemirror-commands": "^1.7.1", |
99 | 115 | "prosemirror-history": "^1.4.1", |
100 | 116 | "prosemirror-keymap": "^1.2.2", |
101 | | - "react": "^19.0.0", |
| 117 | + "prosemirror-model": "^1.25.3", |
| 118 | + "prosemirror-state": "^1.4.3", |
| 119 | + "prosemirror-view": "^1.41.3", |
| 120 | + "react": "^19.1.13", |
102 | 121 | "react-arborist": "^3.4.3", |
103 | 122 | "react-codemirror-merge": "4.23.10", |
104 | | - "react-dom": "^19.0.0", |
| 123 | + "react-dnd": "^16.0.1", |
| 124 | + "react-dnd-html5-backend": "^16.0.1", |
| 125 | + "react-dom": "^19.1.13", |
105 | 126 | "react-hotkeys-hook": "^5.0.1", |
106 | 127 | "react-markdown": "^10.1.0", |
107 | 128 | "remark-gfm": "^4.0.1", |
108 | 129 | "server-only": "^0.0.1", |
109 | 130 | "shiki": "^3.2.2", |
| 131 | + "sonner": "^2.0.7", |
110 | 132 | "strip-ansi": "^7.1.0", |
111 | 133 | "superjson": "^2.2.1", |
112 | 134 | "tailwind-merge": "^3.2.0", |
113 | 135 | "tldts": "^7.0.12", |
114 | 136 | "tw-animate-css": "^1.2.5", |
115 | 137 | "unicornstudio-react": "^1.4.33", |
116 | 138 | "use-resize-observer": "^9.1.0", |
| 139 | + "use-stick-to-bottom": "^1.1.1", |
117 | 140 | "uuid": "^11.1.0", |
118 | 141 | "webfontloader": "^1.6.28", |
119 | 142 | "zod": "^4.1.3" |
|
124 | 147 | "@onlook/typescript": "*", |
125 | 148 | "@tailwindcss/postcss": "^4.0.15", |
126 | 149 | "@types/culori": "^4.0.0", |
| 150 | + "@types/lodash": "^4.17.0", |
127 | 151 | "@types/node": "^20.14.10", |
128 | | - "@types/react": "^19.0.0", |
129 | | - "@types/react-dom": "^19.0.0", |
| 152 | + "@types/react": "^19.1.13", |
| 153 | + "@types/react-dom": "^19.1.13", |
130 | 154 | "@types/webfontloader": "^1.6.38", |
131 | 155 | "eslint": "^9.0.0", |
132 | 156 | "postcss": "^8.5.3", |
|
0 commit comments