summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-06-01 11:58:14 -0700
committerDessalines <tyhou13@gmx.com>2019-06-01 11:58:14 -0700
commit9cb10f7258ece889262f30ff4f3d6642acbb6882 (patch)
tree47137030945aba60468268700b68b4830fd6d501 /ui/package.json
parente5fd7a0ac87831d196856545617dfbc1bbcf2461 (diff)
Adding emoji support
- Fixes #163 - Bad because it doubles the size of the codebase, and it breaks hot module reloading. Decide later on merge.
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json
index 6bf41555..7f99e62f 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -29,6 +29,7 @@
"jwt-decode": "^2.2.0",
"markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0",
+ "markdown-it-emoji": "^1.4.0",
"moment": "^2.24.0",
"rxjs": "^6.4.0",
"terser": "^3.17.0"