Add wakatime stats; begin work on blog tags

This commit is contained in:
2025-01-30 09:18:18 -08:00
parent 6ef97bb5f7
commit 2e088c5c9f
13 changed files with 1654 additions and 237 deletions

View File

@@ -8,19 +8,21 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^4.1.6",
"@astrojs/react": "^4.2.0",
"@astrojs/tailwind": "^5.1.5",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"astro": "^5.1.9",
"astro": "^5.2.1",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/mdx": "^4.0.8",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@react-hook/intersection-observer": "^3.1.2",
"@react-three/drei": "^9.121.4",
"@react-three/fiber": "^8.17.14",
"lucide-react": "^0.468.0",
"marked": "^15.0.6",
"react": "^18.3.1",
@@ -30,6 +32,7 @@
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"schema-dts": "^1.1.2",
"three": "^0.172.0",
"typewriter-effect": "^2.21.0"
}
}