Switched to using Verbum (https://github.com/ozanyurtsever/verbum) which builds on Lexical to create a rich text editor; Isolated the rich text editor into a component so it can be easily swapped out; Added a higher resolution background for the student login page; Still a lot of bugs in the workshop list view.

This commit is contained in:
2022-10-27 08:56:26 -07:00
parent 77b420ea6f
commit cab09e59b9
10 changed files with 433 additions and 24 deletions

View File

@@ -10,25 +10,29 @@
"@babel/runtime": "^7.16.7",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@lexical/headless": "^0.5.0",
"@lexical/link": "^0.5.0",
"@lexical/react": "^0.5.0",
"@mui/icons-material": "^5.10.2",
"@mui/material": "^5.10.2",
"bcrypt": "^5.0.1",
"classnames": "^2.2.6",
"csv-parse": "^5.3.0",
"dayjs": "^1.11.3",
"draft-js": "^0.11.7",
"html5-qrcode": "^2.2.0",
"jquery": "^3.6.0",
"lexical": "^0.5.0",
"lodash": "^4.17.15",
"meteor-node-stubs": "^1.0.0",
"moment": "^2.29.2",
"mongodb": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-router-dom": "^6.3.0",
"typescript": "^4.8.4",
"umbrellajs": "^3.3.1",
"underscore": "^1.13.2",
"verbum": "^0.4.0",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1",
"ws": "^8.4.2"