added: @astrojs/rss, markdown-it and sanitize-html. Removed: rss

This commit is contained in:
Cloudyy 2024-01-24 18:39:40 -03:00
parent 4c7e7e82bd
commit 6310d103db
Signed by: cloudyy
GPG key ID: 035104A645BAEADD
2 changed files with 4 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -12,18 +12,21 @@
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.0.6",
"@astrojs/rss": "^4.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.1.2",
"autoprefixer": "^10.4.16",
"daisyui": "^4.6.0",
"date-fns": "^3.2.0",
"gray-matter": "^4.0.3",
"rss": "^1.2.2",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/node": "^20.11.2",
"@types/rss": "^0.0.32",
"prettier": "^3.2.2"
}
}