mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Migrate to new astro version; small header/footer/hero fixes; continue work on blog implementation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user