diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 2d9e85e..4f17d12 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,14 @@ "dependencies": { "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", + "@types/react-syntax-highlighter": "^13.5.0", "fuse.js": "^6.4.6", "next": "10.0.9", "react": "17.0.2", "react-dom": "17.0.2", - "react-markdown": "^5.0.3", + "react-markdown": "^6.0.0", + "react-syntax-highlighter": "^15.4.3", + "rehype-raw": "^5.1.0", "remark-gfm": "^1.0.0" }, "devDependencies": { |