First pass at page content editor

This commit is contained in:
Gabe Kangas
2021-01-03 02:13:21 -08:00
parent f19dba31da
commit 2772a8e5ec
4 changed files with 127 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"markdown-it": "^12.0.4",
"next": "^10.0.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
@@ -20,6 +21,7 @@
"react-dom": "16.13.1",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.2",
"react-markdown-editor-lite": "^1.2.3",
"sass": "^1.26.11"
},
"devDependencies": {