|
9 | 9 | "lint": "eslint --fix \"**/*.{ts,tsx,md}\"" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
| 12 | + "@blocknote/core": "^0.40.0", |
| 13 | + "@blocknote/react": "^0.40.0", |
| 14 | + "@blocknote/shadcn": "^0.40.0", |
| 15 | + "@hookform/resolvers": "^5.2.1", |
| 16 | + "@linkyboard/components": "workspace:*", |
12 | 17 | "@linkyboard/hooks": "workspace:*", |
13 | 18 | "@linkyboard/utils": "workspace:*", |
14 | | - "@linkyboard/components": "workspace:*", |
15 | | - "@hookform/resolvers": "^5.2.1", |
16 | 19 | "@next/third-parties": "^15.5.4", |
17 | 20 | "@tanstack/react-query": "^5.84.1", |
18 | | - "@tiptap/extension-code-block": "^3.1.0", |
19 | | - "@tiptap/extension-highlight": "^3.1.0", |
20 | | - "@tiptap/extension-image": "^3.1.0", |
21 | | - "@tiptap/extension-link": "^3.1.0", |
22 | | - "@tiptap/extension-placeholder": "^3.1.0", |
23 | | - "@tiptap/pm": "^3.1.0", |
24 | | - "@tiptap/react": "^3.1.0", |
25 | | - "@tiptap/starter-kit": "^3.1.0", |
26 | | - "@uiw/react-md-editor": "^4.0.8", |
27 | 21 | "@xyflow/react": "^12.8.2", |
28 | 22 | "ky": "^1.8.2", |
29 | 23 | "lucide-react": "^0.536.0", |
30 | | - "marked": "^16.2.0", |
31 | 24 | "next": "15.5.4", |
32 | 25 | "react": "19.1.0", |
33 | 26 | "react-dom": "19.1.0", |
|
0 commit comments