Blog works

This commit is contained in:
Timothy Pidashev
2024-06-05 18:41:29 -07:00
parent 4c97f4f52d
commit f96629a6b4
9 changed files with 1495 additions and 117 deletions

View File

@@ -9,15 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@types/react": "^18.3.3",
"framer-motion": "^11.2.10",
"next": "14.2.3",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}