diff options
Diffstat (limited to '')
-rw-r--r-- | spring-front/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spring-front/package.json b/spring-front/package.json index 45ad237..4ede371 100644 --- a/spring-front/package.json +++ b/spring-front/package.json @@ -7,6 +7,11 @@ "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "highlight.js": "^11.5.0", + "katex": "^0.15.3", + "markdown-it": "^12.3.2", + "markdown-it-highlightjs": "^3.6.0", + "markdown-it-multimd-table": "^4.1.3", + "markdown-it-texmath": "^0.9.7", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^2.1.3", |