diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-03 13:46:07 +0300 |
| commit | f100d259d2ffebe61fef56ea3964f6d534d598c8 (patch) | |
| tree | 09d06511506da9c35585740d56598eb542fac079 /package.json | |
| parent | 1e5f5a953588cefa75396454c9aed0a79552db14 (diff) | |
Initial pleroma pull support
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 7467313..e0fc731 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "astro-robots-txt": "^1.0.0", "astro-webmanifest": "^1.0.0", "cssnano": "^7.0.7", + "fast-xml-parser": "^5.2.5", "hastscript": "^9.0.0", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.2", @@ -37,6 +38,7 @@ "satori": "0.15.2", "satori-html": "^0.3.2", "sharp": "^0.34.2", + "turndown": "^7.2.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0" }, @@ -49,6 +51,7 @@ "@tailwindcss/typography": "^0.5.16", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", + "@types/turndown": "^5.0.5", "autoprefixer": "^10.4.21", "pagefind": "^1.3.0", "prettier": "^3.6.2", |
