From 3668206bd5dd329fcf4bf09e522457ad7010fc86 Mon Sep 17 00:00:00 2001 From: yudejp Date: Sun, 23 May 2021 15:46:11 +0900 Subject: [PATCH] Add packages for styling, markdown rendering --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 53276ef..9967bbe 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@fortawesome/free-brands-svg-icons": "^5.15.2", "@fortawesome/free-solid-svg-icons": "^5.15.2", "@fortawesome/react-fontawesome": "^0.1.14", + "@tailwindcss/typography": "^0.4.0", "@zeit/next-css": "^1.0.1", "autoprefixer": "^10.2.4", "next": "^10.0.6", @@ -35,7 +36,9 @@ "postcss": "^8.2.4", "react": "^17.0.1", "react-dom": "^17.0.1", + "react-markdown": "^6.0.2", "react-switch": "^6.0.0", + "remark-gfm": "^1.0.0", "tailwindcss": "^2.0.2", "tailwindcss-filters": "^3.0.0", "tailwindcss-responsive-embed": "^1.0.0",