From d54e91de4df66b6dec55c7148cf69451aab83ce9 Mon Sep 17 00:00:00 2001 From: sup39 Date: Sat, 5 Nov 2022 21:56:31 +0900 Subject: [PATCH] forgot to add remark-gfm --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f9439eb..0321f15 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,10 @@ "next": "^13.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", + "rehype-katex": "^6.0.2", "remark-frontmatter": "^4.0.1", + "remark-gfm": "^3.0.1", + "remark-math": "^5.1.1", "remark-mdx-frontmatter": "^2.1.1", "sass": "^1.56.0", "yaml-loader": "^0.8.0" @@ -61,9 +64,6 @@ "eslint": "^8.26.0", "eslint-config-next": "^13.0.2", "eslint-plugin-mdx": "^2.0.5", - "rehype-katex": "^6.0.2", - "remark-gfm": "^3.0.1", - "remark-math": "^5.1.1", "typescript": "4.8.4" } }