From 55fd8ac6f765201030f5b2811c48264bde70eeb2 Mon Sep 17 00:00:00 2001 From: Su Yeon Lee Date: Mon, 8 Jul 2024 10:16:12 +0900 Subject: [PATCH] dep --- package.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index a6d6d197..939eb155 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "prettier-check": "prettier --check .", "format": "prettier --write .", "test": "cd server && yarn test", - "heroku-postbuild": "cd client && yarn install && yarn build && cd ../server && yarn install --production=false && yarn build" + "heroku-postbuild": "cd client && yarn install && cd ../server && yarn install --production=false && yarn dev" }, "dependencies": { "@emotion/react": "^11.7.1", @@ -42,24 +42,13 @@ "react-dom": "^18.2.0", "react-router-dom": "^6.2.2", "styled-components": "^5.3.3", - "@types/babel__core": "^7.1.19", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", - "@types/styled-components": "^5.1.24", - "@typescript-eslint/eslint-plugin": "^5.10.1", - "@typescript-eslint/parser": "^5.10.1", "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", - "husky": "^8.0.1", - "lint-staged": "^13.0.3", - "prettier": "^2.5.1", - "ts-node-dev": "^2.0.0", - "typescript": "^4.5.5" + "eslint-plugin-react-hooks": "^4.3.0" }, "devDependencies": { "@types/babel__core": "^7.1.19",