2024-12-08 21:35:59 +01:00
|
|
|
{
|
|
|
|
|
"name": "",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-02 12:55:45 +02:00
|
|
|
"@astrojs/mdx": "^5.0.4",
|
2026-04-06 19:56:05 +02:00
|
|
|
"@astrojs/rss": "^4.0.18",
|
|
|
|
|
"@astrojs/sitemap": "^3.7.2",
|
2026-05-02 12:55:45 +02:00
|
|
|
"astro": "^6.1.9",
|
2025-02-09 01:12:55 +01:00
|
|
|
"rehype-katex": "^7.0.1",
|
|
|
|
|
"remark-math": "^6.0.0"
|
2024-12-08 21:35:59 +01:00
|
|
|
}
|
2024-12-27 22:05:12 +01:00
|
|
|
}
|