Sfoglia il codice sorgente

Merge branch 'development' of github.com:visuddhinanda/mint into development

visuddhinanda 1 mese fa
parent
commit
d435a833a6
2 ha cambiato i file con 17 aggiunte e 6 eliminazioni
  1. 12 3
      dashboard-v6/package.json
  2. 5 3
      dashboard-v6/scripts/dashboard.sh

+ 12 - 3
dashboard-v6/package.json

@@ -11,26 +11,35 @@
   },
   "dependencies": {
     "@ant-design/charts": "^2.6.7",
+    "@ant-design/plots": "^2.6.8",
     "@ant-design/pro-components": "^3.1.4-0",
     "@ant-design/x": "^2.2.2",
     "@graphiql/react": "^0.37.3",
+    "@mdxeditor/editor": "^3.52.4",
     "@reduxjs/toolkit": "^2.11.2",
     "@types/diff": "^7.0.2",
     "@types/js-cookie": "^3.0.6",
+    "@types/lodash": "^4.17.24",
     "@types/marked": "^5.0.2",
-    "@types/video.js": "^7.3.58",
+    "@uiw/react-md-editor": "^4.0.11",
     "antd": "^6.3.0",
     "dayjs": "^1.11.19",
     "diff": "^8.0.3",
     "jose": "^6.1.3",
     "js-cookie": "^3.0.5",
-    "marked": "^17.0.2",
+    "lodash": "^4.17.23",
+    "marked": "^17.0.3",
     "rc-virtual-list": "^3.19.2",
     "react": "^19.2.0",
     "react-dom": "^19.2.0",
     "react-intl": "^7.1.14",
+    "react-markdown": "^10.1.0",
     "react-redux": "^9.2.0",
-    "react-router": "^7.13.0",
+    "react-router": "^7.13.1",
+    "remark-gfm": "^4.0.1",
+    "slate": "^0.123.0",
+    "slate-history": "^0.113.1",
+    "slate-react": "^0.123.0",
     "usehooks-ts": "^3.1.1",
     "video.js": "^8.23.7"
   },

+ 5 - 3
dashboard-v6/scripts/dashboard.sh

@@ -5,9 +5,11 @@ set -e
 npm install --save \
     react-router react-intl @reduxjs/toolkit react-redux \
     @graphiql/react usehooks-ts rc-virtual-list \
-    jose dayjs \
-    js-cookie @types/js-cookie diff @types/diff marked @types/marked video.js @types/video.js \
-    antd @ant-design/x @ant-design/charts @ant-design/charts @ant-design/pro-components@beta
+    jose dayjs video.js \
+    remark-gfm react-markdown @uiw/react-md-editor @mdxeditor/editor \
+    slate slate-history slate-react \
+    lodash @types/lodash js-cookie @types/js-cookie diff @types/diff marked @types/marked \
+    antd @ant-design/x @ant-design/charts @ant-design/plots @ant-design/pro-components@beta
 
 npm ls