Replace markdown editor with CodeMirror

This commit is contained in:
Gabe Kangas
2022-10-10 20:16:08 -07:00
parent 84dc83359b
commit 61e1a49fd4
4 changed files with 425 additions and 140 deletions

View File

@@ -15,9 +15,11 @@
"@ant-design/icons": "4.7.0",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-markdown": "^6.0.2",
"@codemirror/language-data": "^6.1.0",
"@fontsource/open-sans": "4.5.12",
"@fontsource/poppins": "4.5.10",
"@storybook/react": "6.5.12",
"@uiw/codemirror-theme-bbedit": "^4.12.4",
"@uiw/react-codemirror": "^4.12.4",
"@xstate/react": "3.0.1",
"antd": "4.23.4",
@@ -28,7 +30,6 @@
"date-fns": "2.29.3",
"he": "1.2.0",
"lodash": "4.17.21",
"markdown-it": "13.0.1",
"next": "12.3.1",
"next-with-less": "2.0.5",
"picmo": "5.7.1",
@@ -44,7 +45,6 @@
"react-hotkeys-hook": "3.4.7",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.3",
"react-markdown-editor-lite": "1.3.3",
"react-virtuoso": "2.19.1",
"recoil": "0.7.5",
"sharp": "0.31.0",