Code dump

This commit is contained in:
Jason Jordan
2025-11-24 08:28:31 -05:00
parent 181be7e16c
commit 77f294c972
6 changed files with 1500 additions and 76 deletions
+4
View File
@@ -9,9 +9,13 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.13.9",
"@apollo/experimental-nextjs-app-support": "^0.12.3",
"graphql": "^16.11.0",
"next": "15.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-places-autocomplete": "^7.3.0"
},
"devDependencies": {