Skip to content

Commit 7101054

Browse files
committed
add code syntax highlighting, add schedule options, add rich text box...
Signed-off-by: wiseaidev <business@wiseai.dev>
1 parent fc4c501 commit 7101054

File tree

31 files changed

+994
-633
lines changed

31 files changed

+994
-633
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,18 @@
1818
"@reduxjs/toolkit": "^1.9.5",
1919
"axios": "^1.5.0",
2020
"dompurify": "^3.0.5",
21+
"draft-convert": "^2.1.13",
22+
"draft-js": "^0.11.7",
2123
"emoji-picker-react": "^4.5.2",
24+
"highlight.js": "^11.9.0",
2225
"moment": "^2.29.4",
2326
"prop-types": "^15.8.1",
2427
"query": "link:@reduxjs/toolkit/query",
2528
"react": "^18.2.0",
2629
"react-bottom-scroll-listener": "^5.1.0",
2730
"react-color": "^2.19.3",
2831
"react-dom": "^18.2.0",
32+
"react-draft-wysiwyg": "^1.15.0",
2933
"react-dropzone": "^14.2.3",
3034
"react-perfect-scrollbar": "^1.5.8",
3135
"react-redux": "^8.1.2",

0 commit comments

Comments
 (0)