Migrate to new astro version; small header/footer/hero fixes; continue work on blog implementation

This commit is contained in:
Timothy Pidashev
2024-12-17 12:42:02 -08:00
parent 26877cf18a
commit deeef2f8a0
19 changed files with 2154 additions and 447 deletions

View File

@@ -8,18 +8,25 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^2.3.2",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/react": "^4.1.1",
"@astrojs/tailwind": "^5.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7"
"astro": "^5.0.9",
"tailwindcss": "^3.4.15"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/sitemap": "^3.2.1",
"framer-motion": "^11.11.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive": "^10.0.0",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"schema-dts": "^1.1.2",
"typewriter-effect": "^2.21.0"
}
}