Files
blogger-nodejs/package.json
DeaDvey 9b5d3f3f73 Fixed issue relating to showdownjs not escaping html tags by porting to
markdown-it, also introduced a new function: func.render_md
2025-08-27 15:09:57 +01:00

9 lines
130 B
JSON
Executable File

{
"dependencies": {
"date-fns": "^4.1.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"markdown-it": "^14.1.0"
}
}