First draft

This commit is contained in:
2026-02-20 07:31:50 +01:00
committed by Daniel Kluge
parent 75a2514b05
commit fd1cf2e72c
55 changed files with 6202 additions and 5102 deletions

View File

@@ -9,6 +9,15 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.0"
"@astrojs/mdx": "^4.3.13",
"astro": "^5.16.7",
"playwright": "^1.57.0",
"rehype-callouts": "^2.1.1",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"remark-kroki": "^0.3.8",
"sass-embedded": "^1.91.0"
}
}
}