web: fetch some content

This commit is contained in:
2024-05-07 04:05:40 +02:00
parent 3fdb4b92a2
commit 5b9c484f14
6 changed files with 394 additions and 12 deletions

View File

@ -9,16 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.10.2",
"@apollo/experimental-nextjs-app-support": "^0.10.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"next": "14.2.3"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3"
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}