From e5399c5af894736b9593c09d440089e91f6a7042 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 12 Dec 2021 19:47:15 +0100 Subject: build: add graphql and swr for data fetching --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index e8b96a5..32999dd 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,12 @@ }, "dependencies": { "@lingui/react": "^3.13.0", + "graphql": "^16.1.0", + "graphql-request": "^3.7.0", "next": "12.0.7", "react": "17.0.2", - "react-dom": "17.0.2" + "react-dom": "17.0.2", + "swr": "^1.1.1" }, "devDependencies": { "@babel/core": "^7.16.0", -- cgit v1.2.3