diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index c5fd9ae..8223b1e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ "next": "12.2.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-markdown": "^8.0.3" + "react-markdown": "^8.0.3", + "remark-gemoji": "^7.0.1", + "unist-util-visit-parents": "^5.1.1" }, "devDependencies": { "@types/lodash": "^4.14.185", |