Skip to content

Commit

Permalink
config: 프로덕션 빌드에 필요없는 패키지 dependencies에서 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun committed Nov 4, 2023
1 parent 3e6143d commit 9d852d3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ yarn-error.log*

cypress.env.json
*.mp4
.yarnclean
43 changes: 20 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,20 @@
"homepage": "https://ouruliga.com/",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.18.6",
"@electron/remote": "^2.0.10",
"@tanstack/react-query": "^4.24.10",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^18.0.0",
"@types/react-js-pagination": "^3.0.4",
"axios": "^1.3.4",
"bootstrap-icons": "^1.10.3",
"chart.js": "^4.2.1",
"cypress-react-selector": "^3.0.0",
"electron-is-dev": "^2.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-js-pagination": "^3.0.3",
"react-router-dom": "^6.8.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.1",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"typescript": "^4.9.5",
"web-vitals": "^2.1.0"
"styled-components": "^5.3.6"
},
"main": "public/main.js",
"build": {
Expand Down Expand Up @@ -136,6 +115,7 @@
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
Expand All @@ -145,10 +125,15 @@
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/node-logger": "^6.5.16",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^18.0.0",
"@types/react-js-pagination": "^3.0.4",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"babel-jest": "^29.5.0",
Expand All @@ -157,17 +142,29 @@
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"cypress": "^12.12.0",
"cypress-react-selector": "^3.0.0",
"electron": "^23.1.1",
"electron-builder": "^23.6.0",
"electron-is-dev": "^2.0.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.4",
"prop-types": "^15.8.1",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"wait-on": "^7.0.1",
"web-vitals": "^2.1.0",
"webpack": "^5.75.0"
},

"jest": {
"testEnvironment": "jsdom"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,11 @@
optionalDependencies:
global-agent "^3.0.0"

"@electron/remote@^2.0.10":
version "2.0.10"
resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.10.tgz#133e2f607b1861ac249bd78b5abd1e961feed713"
integrity sha512-3SFKKaQXcyWgwmibud+UqJl/XlHOgLcI3fwtB9pNelPSJAcTxocOJrF6FaxBIQaj1+R05Di6xuAswZpXAW7xhA==

"@electron/[email protected]":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.2.1.tgz#3c2c4ff37063a4e9ab1e6ff57db0bc619bc82339"
Expand Down

0 comments on commit 9d852d3

Please sign in to comment.