1
Fork 0
This commit is contained in:
Korbs 2024-07-06 23:57:25 -04:00
parent ccb1717b3d
commit 00f5b112cc
9 changed files with 194 additions and 34 deletions

View file

@ -12,7 +12,7 @@
"funding": [
{
"type": "SudoVanilla",
"url": "https://sudovanilla.com/donate/"
"url": "https://sudovanilla.org/donate/"
}
],
"keywords": [
@ -27,12 +27,14 @@
"translate": "astro-i18next generate"
},
"dependencies": {
"@astrojs/node": "^8.2.1",
"@astrojs/vue": "^4.0.8",
"@iconoir/vue": "^7.4.0",
"astro": "^4.4.5",
"@astrojs/node": "^8.3.2",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.7.0",
"astro": "^4.11.5",
"astro-i18next": "^1.0.0-beta.21",
"rss-to-json": "^2.1.1"
"express": "^4.19.2",
"rss-to-json": "^2.1.1",
"undici": "^6.19.2"
},
"devDependencies": {
"@sudovanilla/zorn": "^2024.2.26-1",