Add Wall of Text component to website

This commit is contained in:
itsfinniii
2026-03-20 21:14:01 +01:00
parent a5efc7415b
commit 94aa8c356e
5 changed files with 136 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
"@rollup/plugin-graphql": "^2.0.5",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.1",
"markdown-it-highlightjs": "^4.3.0",
"md5": "^2.3.0",
"mdast-util-to-string": "^4.0.0",
"minify-xml": "^4.5.2",
@@ -23,6 +26,7 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/md5": "^2.3.6"
}
}