diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-08 14:19:32 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-06-08 14:19:32 +0200 |
| commit | 67eb91ad6dccf2a14e3f8d3b285c75d251322973 (patch) | |
| tree | 648fc2de5568ef8f541e6c7033e3c1a0a953a92e /package.json | |
| parent | 3f513363524c7cfd9d7fb573454090d2ba01bda9 (diff) | |
| download | invoice-67eb91ad6dccf2a14e3f8d3b285c75d251322973.tar.gz invoice-67eb91ad6dccf2a14e3f8d3b285c75d251322973.zip | |
feat(blogs): implement blogging functionality
- Implement static blog generation from markdown files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 5efa6d4..e5d37ab 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,14 @@ "@hookform/resolvers": "^3.3.4", "blob-stream": "^0.1.3", "clsx": "^2.1.1", + "gray-matter": "^4.0.3", "next": "^16.2.6", "pdfkit": "^0.17.2", "react": "19.2.3", "react-dom": "19.2.3", "react-hook-form": "^7.71.1", + "remark": "^15.0.1", + "remark-html": "^16.0.1", "tailwind-merge": "^3.4.0", "zod": "^4.3.6" }, |
