* Initial RESTful API

* RESTful API tests

* Scrapping error handling refactored

* Initial GraphQL API

* GraphQL API tests
This commit is contained in:
David
2021-03-28 23:17:47 +02:00
committed by GitHub
parent 7288e9ace7
commit 2938f780aa
15 changed files with 1873 additions and 671 deletions

View File

@@ -16,10 +16,13 @@
"@chakra-ui/react": "^1.3.4",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"apollo-server-micro": "^2.22.1",
"cheerio": "^1.0.0-rc.5",
"framer-motion": "^3.10.3",
"graphql": "^15.5.0",
"next": "10.0.8",
"next-pwa": "^5.0.6",
"nextjs-cors": "^1.0.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
@@ -37,6 +40,7 @@
"@types/user-agents": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"apollo-server-testing": "^2.22.1",
"babel-eslint": "^10.0.0",
"cypress": "^6.6.0",
"eslint": "^7.5.0",
@@ -52,6 +56,7 @@
"faker": "^5.4.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"node-mocks-http": "^1.10.1",
"typescript": "^4.2.3",
"wait-on": "^5.3.0"
},