aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package.json
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2019-05-22 22:06:31 +0200
committerQuentin Gliech <quentingliech@gmail.com>2019-05-22 22:06:31 +0200
commit356d1b412c2671d0e430339f42a0d479e11347fd (patch)
tree2856ceabf15c5c5966ae3d03e287a3ed1a815e10 /webui/package.json
parent6e20bf0e73862854aea0cd759a880a6b5f473880 (diff)
downloadgit-bug-356d1b412c2671d0e430339f42a0d479e11347fd.tar.gz
webui: Render markdown
Diffstat (limited to 'webui/package.json')
-rw-r--r--webui/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/webui/package.json b/webui/package.json
index f3138a49..db2eb34b 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -14,7 +14,11 @@
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
- "react-scripts": "^2.1.8"
+ "react-scripts": "^2.1.8",
+ "remark-html": "^9.0.0",
+ "remark-parse": "^6.0.3",
+ "remark-react": "^5.0.1",
+ "unified": "^7.1.0"
},
"devDependencies": {
"eslint-config-prettier": "^4.3.0",