@nextblock-cms/editor 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +63 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextblock-cms/editor",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"main": "index.cjs.js",
|
|
5
5
|
"module": "index.es.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -18,5 +18,66 @@
|
|
|
18
18
|
"*.mjs",
|
|
19
19
|
"lib",
|
|
20
20
|
"styles"
|
|
21
|
-
]
|
|
21
|
+
],
|
|
22
|
+
"peerDependencies": {
|
|
23
|
+
"react": ">=18.0.0",
|
|
24
|
+
"react-dom": ">=18.0.0"
|
|
25
|
+
},
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"@nextblock-cms/ui": "^0.2.8",
|
|
28
|
+
"@nextblock-cms/utils": "latest",
|
|
29
|
+
"@tiptap/core": "^2.2.4",
|
|
30
|
+
"@tiptap/extension-blockquote": "^2.2.4",
|
|
31
|
+
"@tiptap/extension-bold": "^2.2.4",
|
|
32
|
+
"@tiptap/extension-bubble-menu": "^2.2.4",
|
|
33
|
+
"@tiptap/extension-bullet-list": "^2.2.4",
|
|
34
|
+
"@tiptap/extension-character-count": "^2.2.4",
|
|
35
|
+
"@tiptap/extension-code": "^2.2.4",
|
|
36
|
+
"@tiptap/extension-code-block-lowlight": "^2.2.4",
|
|
37
|
+
"@tiptap/extension-color": "^2.2.4",
|
|
38
|
+
"@tiptap/extension-details": "^2.2.4",
|
|
39
|
+
"@tiptap/extension-drag-handle": "^2.2.4",
|
|
40
|
+
"@tiptap/extension-drag-handle-react": "^2.2.4",
|
|
41
|
+
"@tiptap/extension-dropcursor": "^2.2.4",
|
|
42
|
+
"@tiptap/extension-emoji": "^2.2.4",
|
|
43
|
+
"@tiptap/extension-floating-menu": "^2.2.4",
|
|
44
|
+
"@tiptap/extension-focus": "^2.2.4",
|
|
45
|
+
"@tiptap/extension-font-family": "^2.2.4",
|
|
46
|
+
"@tiptap/extension-gapcursor": "^2.2.4",
|
|
47
|
+
"@tiptap/extension-hard-break": "^2.2.4",
|
|
48
|
+
"@tiptap/extension-heading": "^2.2.4",
|
|
49
|
+
"@tiptap/extension-highlight": "^2.2.4",
|
|
50
|
+
"@tiptap/extension-history": "^2.2.4",
|
|
51
|
+
"@tiptap/extension-horizontal-rule": "^2.2.4",
|
|
52
|
+
"@tiptap/extension-image": "^2.2.4",
|
|
53
|
+
"@tiptap/extension-italic": "^2.2.4",
|
|
54
|
+
"@tiptap/extension-link": "^2.2.4",
|
|
55
|
+
"@tiptap/extension-list-item": "^2.2.4",
|
|
56
|
+
"@tiptap/extension-mathematics": "^2.2.4",
|
|
57
|
+
"@tiptap/extension-mention": "^2.2.4",
|
|
58
|
+
"@tiptap/extension-node-range": "^2.2.4",
|
|
59
|
+
"@tiptap/extension-ordered-list": "^2.2.4",
|
|
60
|
+
"@tiptap/extension-placeholder": "^2.2.4",
|
|
61
|
+
"@tiptap/extension-strike": "^2.2.4",
|
|
62
|
+
"@tiptap/extension-subscript": "^2.2.4",
|
|
63
|
+
"@tiptap/extension-superscript": "^2.2.4",
|
|
64
|
+
"@tiptap/extension-table": "^2.2.4",
|
|
65
|
+
"@tiptap/extension-table-cell": "^2.2.4",
|
|
66
|
+
"@tiptap/extension-table-header": "^2.2.4",
|
|
67
|
+
"@tiptap/extension-table-row": "^2.2.4",
|
|
68
|
+
"@tiptap/extension-task-item": "^2.2.4",
|
|
69
|
+
"@tiptap/extension-task-list": "^2.2.4",
|
|
70
|
+
"@tiptap/extension-text-align": "^2.2.4",
|
|
71
|
+
"@tiptap/extension-text-style": "^2.2.4",
|
|
72
|
+
"@tiptap/extension-typography": "^2.2.4",
|
|
73
|
+
"@tiptap/extension-underline": "^2.2.4",
|
|
74
|
+
"@tiptap/extension-youtube": "^2.2.4",
|
|
75
|
+
"@tiptap/pm": "^2.2.4",
|
|
76
|
+
"@tiptap/react": "^2.2.4",
|
|
77
|
+
"@tiptap/starter-kit": "^2.2.4",
|
|
78
|
+
"@tiptap/suggestion": "^2.2.4",
|
|
79
|
+
"lucide-react": "^0.378.0",
|
|
80
|
+
"react-colorful": "^5.6.1",
|
|
81
|
+
"react-hot-toast": "^2.4.1"
|
|
82
|
+
}
|
|
22
83
|
}
|