From b5b66d3841cebac5ab34744e63fc60e2a69a7252 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 15 Jul 2023 13:43:54 -0400 Subject: New page; Post system; Fixed more padding --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') 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" } } -- cgit v1.2.3