@e-llm-studio/citation 0.0.131 → 0.0.132

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.
Files changed (1) hide show
  1. package/package.json +14 -79
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/citation",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "author": "Devesh Patel",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -217,94 +217,29 @@
217
217
  "webpack-bundle-analyzer": "^4.10.2"
218
218
  },
219
219
  "peerDependencies": {
220
+ "@react-pdf-viewer/core": "^3.12.0",
221
+ "@react-pdf-viewer/page-navigation": "^3.12.0",
222
+ "@react-pdf-viewer/search": "^3.12.0",
223
+ "@react-pdf-viewer/zoom": "^3.12.0",
224
+ "pdfjs-dist": "^3.11.174",
220
225
  "react": ">=16.8.0 <19.0.0",
221
226
  "react-dom": ">=16.8.0 <19.0.0",
222
227
  "@mui/icons-material": "^6.5.0",
223
228
  "@mui/material": "^6.5.0",
224
229
  "@emotion/react": "^11.13.5",
225
230
  "@emotion/styled": "^11.13.0",
226
- "react-window": "^1.8.11",
227
- "react-virtualized-auto-sizer": "^1.0.26",
228
- "remark-gfm": "^4.0.1",
229
231
  "remark-breaks": "^4.0.0",
230
- "react-markdown": "^8.0.7",
231
- "rehype-raw": "^7.0.0",
232
- "react-syntax-highlighter": "^15.6.1",
233
- "wavesurfer.js": "^7.12.1",
234
- "react-player": "^3.4.0",
235
- "react-konva": "^17.0.2-6",
236
- "react-reader": "^2.0.13",
237
- "react-resizable-panels": "^3.0.6",
238
- "@monaco-editor/react": "^4.7.0",
239
- "pdfjs-dist": "^3.11.174",
240
- "@react-pdf-viewer/core": "^3.12.0",
241
- "@react-pdf-viewer/page-navigation": "^3.12.0",
242
- "@react-pdf-viewer/search": "^3.12.0",
243
- "@react-pdf-viewer/zoom": "^3.12.0",
244
- "pdf-collaborative-tool": "^0.7.0"
245
- },
246
- "peerDependenciesMeta": {
247
- "react-window": {
248
- "optional": true
249
- },
250
- "react-virtualized-auto-sizer": {
251
- "optional": true
252
- },
253
- "remark-gfm": {
254
- "optional": true
255
- },
256
- "remark-breaks": {
257
- "optional": true
258
- },
259
- "react-markdown": {
260
- "optional": true
261
- },
262
- "rehype-raw": {
263
- "optional": true
264
- },
265
- "react-syntax-highlighter": {
266
- "optional": true
267
- },
268
- "wavesurfer.js": {
269
- "optional": true
270
- },
271
- "react-player": {
272
- "optional": true
273
- },
274
- "react-konva": {
275
- "optional": true
276
- },
277
- "react-reader": {
278
- "optional": true
279
- },
280
- "react-resizable-panels": {
281
- "optional": true
282
- },
283
- "@monaco-editor/react": {
284
- "optional": true
285
- },
286
- "pdfjs-dist": {
287
- "optional": true
288
- },
289
- "@react-pdf-viewer/core": {
290
- "optional": true
291
- },
292
- "@react-pdf-viewer/page-navigation": {
293
- "optional": true
294
- },
295
- "@react-pdf-viewer/search": {
296
- "optional": true
297
- },
298
- "@react-pdf-viewer/zoom": {
299
- "optional": true
300
- },
301
- "pdf-collaborative-tool": {
302
- "optional": true
303
- }
232
+ "remark-gfm": "^4.0.1",
233
+ "react-virtualized-auto-sizer": "^1.0.26",
234
+ "react-window": "^1.8.11"
304
235
  },
305
236
  "dependencies": {
306
237
  "dayjs": "^1.11.19",
307
238
  "dompurify": "^3.3.1",
308
- "lucide-react": "^0.562.0"
239
+ "lucide-react": "^0.562.0",
240
+ "pdf-collaborative-tool": "^0.7.0",
241
+ "react-konva": "^17.0.2-6",
242
+ "react-player": "^3.4.0",
243
+ "wavesurfer.js": "^7.12.1"
309
244
  }
310
245
  }