feat: improve styling

This commit is contained in:
Martin Prokoph
2025-07-30 23:22:41 +02:00
parent 886b532519
commit c580b9e181
15 changed files with 872 additions and 231 deletions

View File

@@ -11,7 +11,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^4.2.2",
"@astrojs/mdx": "^4.2.5",
"@astrojs/partytown": "^2.1.4",
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/ion": "^1.2.2",
@@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"accessible-astro-components": "^2.4.0",
"astro": "^5.5.5",
"astro": "^5.7.8",
"astro-compress": "^2.3.6",
"astro-icon": "^1.1.5",
"eslint": "^9.23.0",
@@ -35,9 +35,10 @@
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.4",
"@astrojs/alpinejs": "^0.4.7",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"rehype-citation": "^2.3.1",
"vanilla-tilt": "^1.8.1"
}
}