Added dependencies
This commit is contained in:
parent
8f63d34958
commit
699c5969ce
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
"lint:eslint": "eslint . --ext .js,.ts,.astro"
|
"lint:eslint": "eslint . --ext .js,.ts,.astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@astrojs/check": "^0.4.1",
|
||||||
"@astrojs/rss": "^4.0.1",
|
"@astrojs/rss": "^4.0.1",
|
||||||
"@astrojs/sitemap": "^3.0.4",
|
"@astrojs/sitemap": "^3.0.4",
|
||||||
"@astrolib/analytics": "^0.5.0",
|
"@astrolib/analytics": "^0.5.0",
|
||||||
|
@ -50,4 +51,4 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.14.1"
|
"node": ">=18.14.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue