@e-llm-studio/requirement-ai 0.0.98 → 0.0.100
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 +29 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/requirement-ai",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.100",
|
|
4
4
|
"author": "Saptyadeep Bhattacharjee",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -676,15 +676,20 @@
|
|
|
676
676
|
"@react-pdf-viewer/search": "^3.12.0",
|
|
677
677
|
"@react-pdf-viewer/zoom": "^3.12.0",
|
|
678
678
|
"highlight.js": "^11.11.1",
|
|
679
|
-
"monaco-editor": "
|
|
679
|
+
"monaco-editor": ">=0.40.0",
|
|
680
680
|
"pdfjs-dist": "^3.11.174",
|
|
681
681
|
"react": ">=16.8.0 <19.0.0",
|
|
682
682
|
"react-dom": ">=16.8.0 <19.0.0",
|
|
683
683
|
"react-player": "^3.4.0",
|
|
684
684
|
"react-reader": "^2.0.13",
|
|
685
|
-
"video.js": "
|
|
685
|
+
"video.js": ">=8.0.0",
|
|
686
686
|
"wavesurfer.js": "^7.12.1",
|
|
687
|
-
"@e-llm-studio/citation": ">=0.0.164"
|
|
687
|
+
"@e-llm-studio/citation": ">=0.0.164",
|
|
688
|
+
"lucide-react": ">=0.474.0",
|
|
689
|
+
"react-icons": ">=5.0.0",
|
|
690
|
+
"react-markdown": ">=8.0.0",
|
|
691
|
+
"react-resizable-panels": ">=2.0.0",
|
|
692
|
+
"uuid": ">=11.0.0"
|
|
688
693
|
},
|
|
689
694
|
"peerDependenciesMeta": {
|
|
690
695
|
"@e-llm-studio/citation": {
|
|
@@ -721,7 +726,25 @@
|
|
|
721
726
|
"optional": true
|
|
722
727
|
},
|
|
723
728
|
"video.js": {
|
|
724
|
-
"optional":
|
|
729
|
+
"optional": false
|
|
730
|
+
},
|
|
731
|
+
"lucide-react": {
|
|
732
|
+
"optional": false
|
|
733
|
+
},
|
|
734
|
+
"react-icons": {
|
|
735
|
+
"optional": false
|
|
736
|
+
},
|
|
737
|
+
"react-markdown": {
|
|
738
|
+
"optional": false
|
|
739
|
+
},
|
|
740
|
+
"react-resizable-panels": {
|
|
741
|
+
"optional": false
|
|
742
|
+
},
|
|
743
|
+
"monaco-editor": {
|
|
744
|
+
"optional": false
|
|
745
|
+
},
|
|
746
|
+
"uuid": {
|
|
747
|
+
"optional": false
|
|
725
748
|
}
|
|
726
749
|
},
|
|
727
750
|
"dependencies": {
|
|
@@ -733,21 +756,14 @@
|
|
|
733
756
|
"dompurify": "^3.3.1",
|
|
734
757
|
"lexical": "^0.41.0",
|
|
735
758
|
"lodash": "^4.17.23",
|
|
736
|
-
"lucide-react": "^0.562.0",
|
|
737
|
-
"monaco-editor": "^0.55.1",
|
|
738
759
|
"pdf-collaborative-tool": "^0.7.0",
|
|
739
760
|
"radix-ui": "^1.4.3",
|
|
740
|
-
"react-icons": "^5.6.0",
|
|
741
|
-
"react-markdown": "^8.0.7",
|
|
742
|
-
"react-resizable-panels": "^3.0.6",
|
|
743
761
|
"react-syntax-highlighter": "^15.6.1",
|
|
744
762
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
745
763
|
"react-window": "^1.8.11",
|
|
746
764
|
"rehype-raw": "^7.0.0",
|
|
747
765
|
"remark-breaks": "^4.0.0",
|
|
748
766
|
"remark-gfm": "^4.0.1",
|
|
749
|
-
"showdown": "^2.1.0"
|
|
750
|
-
"uuid": "^13.0.0",
|
|
751
|
-
"video.js": "^8.23.7"
|
|
767
|
+
"showdown": "^2.1.0"
|
|
752
768
|
}
|
|
753
769
|
}
|