richtor 1.0.8 → 1.0.10
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 +26 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "richtor",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "A beautiful and feature-rich WYSIWYG editor built with Tiptap and shadcn/ui",
|
|
7
7
|
"author": "Jamir Hossain <jamir.hossain@example.com>",
|
|
@@ -53,13 +53,24 @@
|
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "^18.0.0 || ^19.0.0",
|
|
55
55
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
56
|
-
"@tiptap/core": "^3.
|
|
57
|
-
"@tiptap/react": "^3.
|
|
58
|
-
"@tiptap/pm": "^3.
|
|
59
|
-
"@tiptap/starter-kit": "^3.
|
|
60
|
-
"lucide-react": "
|
|
61
|
-
"lowlight": "^3.
|
|
62
|
-
"highlight.js": "^11.
|
|
56
|
+
"@tiptap/core": "^3.0.0",
|
|
57
|
+
"@tiptap/react": "^3.0.0",
|
|
58
|
+
"@tiptap/pm": "^3.0.0",
|
|
59
|
+
"@tiptap/starter-kit": "^3.0.0",
|
|
60
|
+
"lucide-react": ">=0.400.0",
|
|
61
|
+
"lowlight": "^3.0.0",
|
|
62
|
+
"highlight.js": "^11.0.0"
|
|
63
|
+
},
|
|
64
|
+
"peerDependenciesMeta": {
|
|
65
|
+
"lucide-react": {
|
|
66
|
+
"optional": false
|
|
67
|
+
},
|
|
68
|
+
"lowlight": {
|
|
69
|
+
"optional": false
|
|
70
|
+
},
|
|
71
|
+
"highlight.js": {
|
|
72
|
+
"optional": false
|
|
73
|
+
}
|
|
63
74
|
},
|
|
64
75
|
"dependencies": {
|
|
65
76
|
"@codemirror/autocomplete": "^6.20.0",
|
|
@@ -112,6 +123,10 @@
|
|
|
112
123
|
},
|
|
113
124
|
"devDependencies": {
|
|
114
125
|
"@eslint/js": "^9.39.1",
|
|
126
|
+
"@tiptap/core": "^3.11.0",
|
|
127
|
+
"@tiptap/pm": "^3.11.0",
|
|
128
|
+
"@tiptap/react": "^3.11.0",
|
|
129
|
+
"@tiptap/starter-kit": "^3.11.0",
|
|
115
130
|
"@types/node": "^24.10.1",
|
|
116
131
|
"@types/react": "^19.2.5",
|
|
117
132
|
"@types/react-dom": "^19.2.3",
|
|
@@ -122,6 +137,9 @@
|
|
|
122
137
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
123
138
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
124
139
|
"globals": "^16.5.0",
|
|
140
|
+
"highlight.js": "^11.11.1",
|
|
141
|
+
"lowlight": "^3.3.0",
|
|
142
|
+
"lucide-react": "^0.555.0",
|
|
125
143
|
"prettier": "^3.7.1",
|
|
126
144
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
127
145
|
"prettier-plugin-tailwindcss": "^0.7.1",
|