Initial commit

This commit is contained in:
Akshay Kolli
2026-02-07 20:17:46 -05:00
parent 78111a5b61
commit 649d9c4555
86 changed files with 9530 additions and 100 deletions

View File

@@ -9,9 +9,16 @@
"lint": "eslint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "16.1.6",
"next-mdx-remote": "^5.0.0",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",