@e-llm-studio/requirement-ai 0.0.97 → 0.0.99
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 +28 -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.99",
|
|
4
4
|
"author": "Saptyadeep Bhattacharjee",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -663,8 +663,7 @@
|
|
|
663
663
|
"ts-loader": "9.5.1",
|
|
664
664
|
"typescript": "4.9.5",
|
|
665
665
|
"wavesurfer.js": "^7.12.1",
|
|
666
|
-
"webpack-bundle-analyzer": "^4.10.2"
|
|
667
|
-
"@e-llm-studio/citation": "^0.0.164"
|
|
666
|
+
"webpack-bundle-analyzer": "^4.10.2"
|
|
668
667
|
},
|
|
669
668
|
"peerDependencies": {
|
|
670
669
|
"@emotion/react": "^11.13.5",
|
|
@@ -685,7 +684,12 @@
|
|
|
685
684
|
"react-reader": "^2.0.13",
|
|
686
685
|
"video.js": "^8.23.7",
|
|
687
686
|
"wavesurfer.js": "^7.12.1",
|
|
688
|
-
"@e-llm-studio/citation": ">=0.0.164"
|
|
687
|
+
"@e-llm-studio/citation": ">=0.0.164",
|
|
688
|
+
"lucide-react": "^0.562.0",
|
|
689
|
+
"react-icons": "^5.6.0",
|
|
690
|
+
"react-markdown": "^8.0.7",
|
|
691
|
+
"react-resizable-panels": "^3.0.6",
|
|
692
|
+
"uuid": "^13.0.0"
|
|
689
693
|
},
|
|
690
694
|
"peerDependenciesMeta": {
|
|
691
695
|
"@e-llm-studio/citation": {
|
|
@@ -722,7 +726,25 @@
|
|
|
722
726
|
"optional": true
|
|
723
727
|
},
|
|
724
728
|
"video.js": {
|
|
725
|
-
"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
|
|
726
748
|
}
|
|
727
749
|
},
|
|
728
750
|
"dependencies": {
|
|
@@ -734,21 +756,14 @@
|
|
|
734
756
|
"dompurify": "^3.3.1",
|
|
735
757
|
"lexical": "^0.41.0",
|
|
736
758
|
"lodash": "^4.17.23",
|
|
737
|
-
"lucide-react": "^0.562.0",
|
|
738
|
-
"monaco-editor": "^0.55.1",
|
|
739
759
|
"pdf-collaborative-tool": "^0.7.0",
|
|
740
760
|
"radix-ui": "^1.4.3",
|
|
741
|
-
"react-icons": "^5.6.0",
|
|
742
|
-
"react-markdown": "^8.0.7",
|
|
743
|
-
"react-resizable-panels": "^3.0.6",
|
|
744
761
|
"react-syntax-highlighter": "^15.6.1",
|
|
745
762
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
746
763
|
"react-window": "^1.8.11",
|
|
747
764
|
"rehype-raw": "^7.0.0",
|
|
748
765
|
"remark-breaks": "^4.0.0",
|
|
749
766
|
"remark-gfm": "^4.0.1",
|
|
750
|
-
"showdown": "^2.1.0"
|
|
751
|
-
"uuid": "^13.0.0",
|
|
752
|
-
"video.js": "^8.23.7"
|
|
767
|
+
"showdown": "^2.1.0"
|
|
753
768
|
}
|
|
754
769
|
}
|