@haklex/rich-renderers 0.0.66 → 0.0.68
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 +27 -27
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-renderers",
|
|
3
|
-
"
|
|
4
|
-
"version": "0.0.66",
|
|
3
|
+
"version": "0.0.68",
|
|
5
4
|
"description": "Static renderers aggregator for haklex rich editor",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/Innei/haklex.git",
|
|
8
|
+
"directory": "packages/rich-renderers"
|
|
9
|
+
},
|
|
6
10
|
"license": "MIT",
|
|
11
|
+
"type": "module",
|
|
7
12
|
"exports": {
|
|
8
13
|
".": {
|
|
9
14
|
"import": "./dist/index.mjs",
|
|
@@ -68,27 +73,21 @@
|
|
|
68
73
|
"dist",
|
|
69
74
|
"src/style.css"
|
|
70
75
|
],
|
|
71
|
-
"peerDependencies": {
|
|
72
|
-
"@lexical/react": "^0.41.0",
|
|
73
|
-
"lexical": "^0.41.0",
|
|
74
|
-
"react": ">=19",
|
|
75
|
-
"react-dom": ">=19"
|
|
76
|
-
},
|
|
77
76
|
"dependencies": {
|
|
78
|
-
"@haklex/rich-editor": "0.0.
|
|
79
|
-
"@haklex/rich-ext-code-snippet": "0.0.
|
|
80
|
-
"@haklex/rich-ext-embed": "0.0.
|
|
81
|
-
"@haklex/rich-ext-gallery": "0.0.
|
|
82
|
-
"@haklex/rich-
|
|
83
|
-
"@haklex/rich-
|
|
84
|
-
"@haklex/rich-renderer-banner": "0.0.
|
|
85
|
-
"@haklex/rich-renderer-codeblock": "0.0.
|
|
86
|
-
"@haklex/rich-renderer-image": "0.0.
|
|
87
|
-
"@haklex/rich-renderer-linkcard": "0.0.
|
|
88
|
-
"@haklex/rich-renderer-
|
|
89
|
-
"@haklex/rich-renderer-
|
|
90
|
-
"@haklex/rich-renderer-
|
|
91
|
-
"@haklex/rich-renderer-
|
|
77
|
+
"@haklex/rich-editor": "0.0.68",
|
|
78
|
+
"@haklex/rich-ext-code-snippet": "0.0.68",
|
|
79
|
+
"@haklex/rich-ext-embed": "0.0.68",
|
|
80
|
+
"@haklex/rich-ext-gallery": "0.0.68",
|
|
81
|
+
"@haklex/rich-ext-excalidraw": "0.0.68",
|
|
82
|
+
"@haklex/rich-renderer-alert": "0.0.68",
|
|
83
|
+
"@haklex/rich-renderer-banner": "0.0.68",
|
|
84
|
+
"@haklex/rich-renderer-codeblock": "0.0.68",
|
|
85
|
+
"@haklex/rich-renderer-image": "0.0.68",
|
|
86
|
+
"@haklex/rich-renderer-linkcard": "0.0.68",
|
|
87
|
+
"@haklex/rich-renderer-mention": "0.0.68",
|
|
88
|
+
"@haklex/rich-renderer-video": "0.0.68",
|
|
89
|
+
"@haklex/rich-renderer-mermaid": "0.0.68",
|
|
90
|
+
"@haklex/rich-renderer-ruby": "0.0.68"
|
|
92
91
|
},
|
|
93
92
|
"devDependencies": {
|
|
94
93
|
"@lexical/react": "^0.41.0",
|
|
@@ -101,14 +100,15 @@
|
|
|
101
100
|
"vite": "^7.3.1",
|
|
102
101
|
"vite-plugin-dts": "^4.5.4"
|
|
103
102
|
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"@lexical/react": "^0.41.0",
|
|
105
|
+
"lexical": "^0.41.0",
|
|
106
|
+
"react": ">=19",
|
|
107
|
+
"react-dom": ">=19"
|
|
108
|
+
},
|
|
104
109
|
"publishConfig": {
|
|
105
110
|
"access": "public"
|
|
106
111
|
},
|
|
107
|
-
"repository": {
|
|
108
|
-
"type": "git",
|
|
109
|
-
"url": "https://github.com/Innei/haklex.git",
|
|
110
|
-
"directory": "packages/rich-renderers"
|
|
111
|
-
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "vite build",
|
|
114
114
|
"dev:build": "vite build --watch"
|