From 69a9870826f1bcd0108c0b6d18a58a4e530eaa79 Mon Sep 17 00:00:00 2001 From: JangGusWjd Date: Wed, 14 Aug 2024 13:56:06 +0900 Subject: [PATCH] =?UTF-8?q?Update=20package.json=20:=20=EB=B2=88=EB=93=A4?= =?UTF-8?q?=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=A4=84=EC=9D=B4=EA=B8=B0=20?= =?UTF-8?q?=EC=9C=84=ED=95=B4=20devDependencies=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0f35ba5..90c2c7c 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,6 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.17.0", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^13.5.0", - "@types/jest": "^27.5.2", - "@types/node": "^16.18.57", - "@types/react": "^18.2.25", - "@types/react-dom": "^18.2.10", - "@babel/plugin-proposal-private-property-in-object": "^7.14.5", "axios": "^1.5.1", "node-sass": "^7.0.3", "react": "^18.2.0", @@ -23,6 +15,16 @@ "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, + "devDependencies": { + "@testing-library/jest-dom": "^5.17.0", + "@testing-library/react": "^13.4.0", + "@testing-library/user-event": "^13.5.0", + "@types/jest": "^27.5.2", + "@types/node": "^16.18.57", + "@types/react": "^18.2.25", + "@types/react-dom": "^18.2.10", + "@babel/plugin-proposal-private-property-in-object": "^7.14.5" + }, "scripts": { "start": "react-scripts start", "build": "react-scripts build",