Add masonry layout and small fixes

This commit is contained in:
2024-05-14 20:56:02 +04:00
parent ab6eca4661
commit 0563abd669
12 changed files with 334 additions and 293 deletions

View File

@@ -14,12 +14,14 @@
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-responsive-masonry": "^2.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-responsive-masonry": "^2.1.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",