Skip to content

Commit

Permalink
Merge branch 'main' into feature/rework-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel authored Dec 29, 2024
2 parents 0810958 + f6caf7f commit 349c8d3
Show file tree
Hide file tree
Showing 16 changed files with 585 additions and 249 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"Thanos",
"Tidyable",
"tungstenite",
"uncategorized",
"unclicked",
"Unswappable",
"Uzumaki",
Expand Down
32 changes: 31 additions & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-resizable-panels": "^2.1.6",
"react-responsive-masonry": "^2.6.0",
"react-scripts": "^5.0.1",
"react-virtuoso": "^4.12.0",
"typescript": "^4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
"@types/react-helmet": "^6.1.11"
"@types/react-helmet": "^6.1.11",
"@types/react-responsive-masonry": "^2.1.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit 349c8d3

Please sign in to comment.