From fc93f58bb25ee5d1ebc15ac95262df210293bd30 Mon Sep 17 00:00:00 2001 From: Su Yeon Lee Date: Mon, 8 Jul 2024 09:52:43 +0900 Subject: [PATCH] dep --- client/package.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index f3a386e1..4aafbf7a 100644 --- a/client/package.json +++ b/client/package.json @@ -54,13 +54,24 @@ "styled-components": "^5.3.5", "typeface-hk-grotesk": "^1.0.0", "web-vitals": "^3.0.3", + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^13.4.0", + "@testing-library/user-event": "^14.4.3", + "@types/jest": "^29.1.2", + "@types/node": "^18.8.3", + "@types/react": "^18.0.21", + "@types/react-dom": "^18.0.6", + "@types/react-redux": "^7.1.24", + "@types/styled-components": "^5.1.23", "eslint": "^8.8.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript-prettier": "^5.0.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", - "eslint-plugin-react-hooks": "^4.3.0" + "eslint-plugin-react-hooks": "^4.3.0", + "prettier": "^2.5.1", + "typescript": "^4.4.2" }, "devDependencies": { "@testing-library/jest-dom": "^5.14.1",