@e-llm-studio/citation 0.0.184-0 → 0.0.185
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 +14 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/citation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.185",
|
|
4
4
|
"author": "Devesh Patel",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -243,7 +243,10 @@
|
|
|
243
243
|
"react-dom": ">=16.8.0 <19.0.0",
|
|
244
244
|
"react-player": "^3.4.0",
|
|
245
245
|
"react-reader": "^2.0.13",
|
|
246
|
-
"wavesurfer.js": "^7.12.1"
|
|
246
|
+
"wavesurfer.js": "^7.12.1",
|
|
247
|
+
"lucide-react": "^0.474.0",
|
|
248
|
+
"react-markdown": ">=8.0.0",
|
|
249
|
+
"react-resizable-panels": ">=2.0.0"
|
|
247
250
|
},
|
|
248
251
|
"peerDependenciesMeta": {
|
|
249
252
|
"@mui/icons-material": {
|
|
@@ -278,6 +281,15 @@
|
|
|
278
281
|
},
|
|
279
282
|
"highlight.js": {
|
|
280
283
|
"optional": true
|
|
284
|
+
},
|
|
285
|
+
"lucide-react": {
|
|
286
|
+
"optional": false
|
|
287
|
+
},
|
|
288
|
+
"react-markdown": {
|
|
289
|
+
"optional": false
|
|
290
|
+
},
|
|
291
|
+
"react-resizable-panels": {
|
|
292
|
+
"optional": false
|
|
281
293
|
}
|
|
282
294
|
},
|
|
283
295
|
"dependencies": {
|
|
@@ -285,10 +297,7 @@
|
|
|
285
297
|
"axios": "^1.7.9",
|
|
286
298
|
"dayjs": "^1.11.19",
|
|
287
299
|
"dompurify": "^3.3.1",
|
|
288
|
-
"lucide-react": "^0.562.0",
|
|
289
300
|
"pdf-collaborative-tool": "^0.7.0",
|
|
290
|
-
"react-markdown": "^8.0.7",
|
|
291
|
-
"react-resizable-panels": "^3.0.6",
|
|
292
301
|
"react-syntax-highlighter": "^15.6.1",
|
|
293
302
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
294
303
|
"react-window": "^1.8.11",
|