Begin work on writing project mdx

This commit is contained in:
Timothy Pidashev
2025-01-03 13:43:23 -08:00
parent f5211cc799
commit efe0b9713f
14 changed files with 390 additions and 141 deletions

View File

@@ -8,16 +8,16 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^4.1.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/react": "^4.1.2",
"@astrojs/tailwind": "^5.1.4",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.0.9",
"astro": "^5.1.2",
"tailwindcss": "^3.4.15"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/mdx": "^4.0.3",
"@astrojs/sitemap": "^3.2.1",
"framer-motion": "^11.11.11",
"lucide-react": "^0.468.0",