Skip to content

Commit

Permalink
Update package.json : 번들 사이즈 줄이기 위해 devDependencies 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
JangGusWjd committed Aug 14, 2024
1 parent 8af67ed commit 69a9870
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 69a9870

Please sign in to comment.