Initial commit

This commit is contained in:
Bethlenfalvi, Lorinc (ext)
2025-01-28 00:28:14 +01:00
parent d154e5b725
commit 0c962c336b
52 changed files with 2958 additions and 1054 deletions

View File

@@ -10,8 +10,19 @@
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/react": "^4.1.6",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.9"
"@astrojs/svelte": "^7.0.4",
"@js-temporal/polyfill": "^0.4.4",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.1.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"shiki": "^2.1.0",
"svelte": "^5.19.3",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3"
}
}
}