Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Su Yeon Lee authored and Su Yeon Lee committed Jul 8, 2024
1 parent ef817a0 commit 55fd8ac
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 55fd8ac

Please sign in to comment.