diff options
| author | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-08-11 11:37:39 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-5.devices.brown.edu> | 2022-08-11 11:37:39 -0400 |
| commit | 934f78eb90dd4aa16929e1b89c7c05f4f24b5c07 (patch) | |
| tree | 7cc079b57c27e9cc434cf2bc1a1812f14f6a4a65 /package.json | |
| parent | f573b7a8e0764f6fdfec637810f6e5b699c33053 (diff) | |
add basic way to view issues. videos still won't play/show controls.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 3fd9e1795..0e0744a69 100644 --- a/package.json +++ b/package.json @@ -273,6 +273,7 @@ "react-icons": "^4.3.1", "react-jsx-parser": "^1.29.0", "react-loading": "^2.0.3", + "react-markdown": "^8.0.3", "react-measure": "^2.5.2", "react-refresh-typescript": "^2.0.7", "react-resizable": "^1.11.1", @@ -282,6 +283,8 @@ "react-table": "^6.11.5", "react-transition-group": "^4.4.2", "readline": "^1.3.0", + "rehype-raw": "^6.1.1", + "remark-gfm": "^3.0.1", "request": "^2.88.2", "request-promise": "^4.2.6", "reveal.js": "^4.3.0", |
