@e-llm-studio/citation 0.0.185 → 0.0.186
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 +23 -8
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.186",
|
|
4
4
|
"author": "Devesh Patel",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -246,7 +246,12 @@
|
|
|
246
246
|
"wavesurfer.js": "^7.12.1",
|
|
247
247
|
"lucide-react": "^0.474.0",
|
|
248
248
|
"react-markdown": ">=8.0.0",
|
|
249
|
-
"react-resizable-panels": ">=2.0.0"
|
|
249
|
+
"react-resizable-panels": ">=2.0.0",
|
|
250
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
251
|
+
"remark-gfm": "^4.0.1",
|
|
252
|
+
"remark-breaks": "^4.0.0",
|
|
253
|
+
"rehype-raw": "^7.0.0",
|
|
254
|
+
"dompurify": "^3.3.1"
|
|
250
255
|
},
|
|
251
256
|
"peerDependenciesMeta": {
|
|
252
257
|
"@mui/icons-material": {
|
|
@@ -290,19 +295,29 @@
|
|
|
290
295
|
},
|
|
291
296
|
"react-resizable-panels": {
|
|
292
297
|
"optional": false
|
|
298
|
+
},
|
|
299
|
+
"react-syntax-highlighter": {
|
|
300
|
+
"optional": false
|
|
301
|
+
},
|
|
302
|
+
"remark-gfm": {
|
|
303
|
+
"optional": false
|
|
304
|
+
},
|
|
305
|
+
"remark-breaks": {
|
|
306
|
+
"optional": false
|
|
307
|
+
},
|
|
308
|
+
"rehype-raw": {
|
|
309
|
+
"optional": false
|
|
310
|
+
},
|
|
311
|
+
"dompurify": {
|
|
312
|
+
"optional": false
|
|
293
313
|
}
|
|
294
314
|
},
|
|
295
315
|
"dependencies": {
|
|
296
316
|
"@react-pdf-viewer/highlight": "^3.12.0",
|
|
297
317
|
"axios": "^1.7.9",
|
|
298
318
|
"dayjs": "^1.11.19",
|
|
299
|
-
"dompurify": "^3.3.1",
|
|
300
319
|
"pdf-collaborative-tool": "^0.7.0",
|
|
301
|
-
"react-syntax-highlighter": "^15.6.1",
|
|
302
320
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
303
|
-
"react-window": "^1.8.11"
|
|
304
|
-
"rehype-raw": "^7.0.0",
|
|
305
|
-
"remark-breaks": "^4.0.0",
|
|
306
|
-
"remark-gfm": "^4.0.1"
|
|
321
|
+
"react-window": "^1.8.11"
|
|
307
322
|
}
|
|
308
323
|
}
|