feat: add astro-check

This commit is contained in:
Alexander Daichendt 2024-12-12 09:51:12 +01:00
parent 6c7c305fe1
commit 4dd699f08c
4 changed files with 581 additions and 3 deletions

View file

@ -9,6 +9,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
@ -21,7 +22,8 @@
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16"
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
},
"devDependencies": {
"@tailwind-plugin/expose-colors": "^1.1.8",