|
13 | 13 | "check:docs": "pnpm build:source && tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/check-docs-source-parity.mts", |
14 | 14 | "dev": "PLATE_WWW_DYNAMIC_DOCS=1 pnpm build:source:dev && PLATE_WWW_DYNAMIC_DOCS=1 next dev", |
15 | 15 | "dev:highlight": "PLATE_WWW_DYNAMIC_DOCS=1 PLATE_WWW_CODE_HIGHLIGHT=1 pnpm build:source:dev && PLATE_WWW_DYNAMIC_DOCS=1 PLATE_WWW_CODE_HIGHLIGHT=1 next dev", |
16 | | - "dev:slate": "PLATE_WWW_SLATE=1 PLATE_WWW_DEV_SOURCE=1 next dev --webpack", |
| 16 | + "dev:slate": "PLATE_WWW_PLITE=1 PLATE_WWW_DEV_SOURCE=1 next dev --webpack", |
17 | 17 | "lint": "npx eslint . --ext .js,.jsx,.ts,.tsx", |
18 | 18 | "lint:debug": "TIMING=1 DEBUG=eslint:cli-engine pnpm lint:fix", |
19 | 19 | "lint:fix": "pnpm lint --fix", |
|
89 | 89 | "@platejs/media": "workspace:^", |
90 | 90 | "@platejs/mention": "workspace:^", |
91 | 91 | "@platejs/playwright": "workspace:^", |
| 92 | + "@platejs/plite": "workspace:^", |
| 93 | + "@platejs/plite-dom": "workspace:^", |
| 94 | + "@platejs/plite-history": "workspace:^", |
| 95 | + "@platejs/plite-hyperscript": "workspace:^", |
| 96 | + "@platejs/plite-layout": "workspace:^", |
| 97 | + "@platejs/plite-react": "workspace:^", |
92 | 98 | "@platejs/resizable": "workspace:^", |
93 | 99 | "@platejs/selection": "workspace:^", |
94 | 100 | "@platejs/slash-command": "workspace:^", |
95 | | - "@platejs/slate": "workspace:^", |
96 | | - "@platejs/slate-dom": "workspace:^", |
97 | | - "@platejs/slate-react": "workspace:^", |
98 | 101 | "@platejs/suggestion": "workspace:^", |
99 | 102 | "@platejs/tabbable": "workspace:^", |
100 | 103 | "@platejs/table": "workspace:^", |
|
122 | 125 | "@radix-ui/react-select": "2.2.5", |
123 | 126 | "@radix-ui/react-separator": "1.1.7", |
124 | 127 | "@radix-ui/react-slot": "1.2.3", |
| 128 | + "@radix-ui/react-switch": "1.2.5", |
125 | 129 | "@radix-ui/react-tabs": "1.1.12", |
126 | 130 | "@radix-ui/react-toggle": "1.1.9", |
127 | 131 | "@radix-ui/react-toggle-group": "1.1.10", |
|
149 | 153 | "fumadocs-ui": "16.9.3", |
150 | 154 | "fzf": "0.5.2", |
151 | 155 | "html2canvas-pro": "1.5.11", |
| 156 | + "image-extensions": "^1.1.0", |
| 157 | + "is-url": "^1.2.4", |
152 | 158 | "jotai": "2.8.4", |
153 | 159 | "lodash": "4.17.21", |
154 | 160 | "lowlight": "3.3.0", |
|
162 | 168 | "pdf-lib": "1.17.1", |
163 | 169 | "platejs": "workspace:^", |
164 | 170 | "prismjs": "1.30.0", |
| 171 | + "radix-ui": "^1.4.3", |
165 | 172 | "react": "19.2.4", |
166 | 173 | "react-compiler-runtime": "^1.0.0", |
167 | 174 | "react-day-picker": "8.10.1", |
|
183 | 190 | "shadcn": "4.10.0", |
184 | 191 | "shadcn-prose": "1.0.8", |
185 | 192 | "slate": "0.124.1", |
| 193 | + "slate-dom": "0.124.1", |
186 | 194 | "slate-react": "0.124.2", |
187 | 195 | "sonner": "2.0.5", |
188 | 196 | "stream-browserify": "3.0.0", |
|
191 | 199 | "uploadthing": "7.7.2", |
192 | 200 | "use-file-picker": "2.1.2", |
193 | 201 | "y-webrtc": "10.3.0", |
194 | | - "zod": "3.25.61", |
195 | | - "@platejs/slate-history": "workspace:^", |
196 | | - "@platejs/slate-hyperscript": "workspace:^", |
197 | | - "@platejs/slate-layout": "workspace:^", |
198 | | - "@radix-ui/react-switch": "1.2.5", |
199 | | - "radix-ui": "^1.4.3", |
200 | | - "image-extensions": "^1.1.0", |
201 | | - "is-url": "^1.2.4", |
202 | | - "yjs": "13.6.30" |
| 202 | + "yjs": "13.6.30", |
| 203 | + "zod": "3.25.61" |
203 | 204 | }, |
204 | 205 | "devDependencies": { |
205 | 206 | "@shikijs/compat": "1.1.7", |
|
0 commit comments