Restructure with dark/light mode toggle component

This commit is contained in:
2024-03-10 00:45:07 -06:00
parent ac35c6e647
commit fa536d92d9
14 changed files with 651 additions and 124 deletions

View File

@@ -10,11 +10,19 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/react": "^3.0.10",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"astro": "^4.4.15",
"@astrojs/check": "^0.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}