feat(poc): add log for api client

This commit is contained in:
Björn Meyer
2023-07-17 08:44:21 +02:00
parent eacf390afa
commit 47291853e3
9 changed files with 289 additions and 199 deletions

View File

@@ -31,22 +31,22 @@
"react-paginate": "^8.2.0"
},
"devDependencies": {
"@playwright/test": "^1.36.0",
"@playwright/test": "^1.36.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}