diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index a378f21..71c9ddd 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,15 @@ "autoprefixer": "10.4.14", "eslint": "8.44.0", "eslint-config-next": "13.4.10", + "gray-matter": "^4.0.3", + "markdown-to-jsx": "^7.2.1", "next": "13.4.10", "postcss": "8.4.26", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.3" + }, + "devDependencies": { + "@tailwindcss/typography": "^0.5.9" } } |
