Added dependencies

This commit is contained in:
Toastie 2024-01-20 23:08:37 +13:00
parent 8f63d34958
commit 699c5969ce
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -12,6 +12,7 @@
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@astrolib/analytics": "^0.5.0",
@ -50,4 +51,4 @@
"engines": {
"node": ">=18.14.1"
}
}
}