Skip to content

Commit

Permalink
perf: Decreased build size.
Browse files Browse the repository at this point in the history
Achieved by moving unnecessary dependencies to devDependencies.
  • Loading branch information
KvelaGorrrrnio committed Mar 10, 2022
1 parent d9be891 commit ebf9218
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"webpack-cli": "^4.9.2",
"@babel/core": "^7.17.5",
"classnames": "^2.3.1",
"i18next": "^20.2.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
]
},
"dependencies": {
"concurrently": "^7.0.0",
"cross-env": "^7.0.3"
},
"devDependencies": {
"concurrently": "^7.0.0",
"lint-staged": "^12.3.4",
"node-license-validator": "^1.3.0",
"prettier": "^2.5.1",
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
"@types/jest": "^26.0.20",
"@types/node": "^14.14.35",
"@types/redux": "^3.6.0",
"@types/socket.io": "^3.0.2",
"@types/webmidi": "^2.0.6",
"jest": "^26.6.3",
"typescript": "^4.5.5"
"typescript": "^4.5.5",
"ts-jest": "^26.5.3"
},
"dependencies": {
"@babel/core": "^7.13.10",
"@tv2media/logger": "^1.2.2",
"@types/socket.io": "^3.0.2",
"@types/webmidi": "^2.0.6",
"casparcg-connection": "^5.1.0",
"emberplus-connection": "^0.0.4",
"express": "^4.17.1",
Expand All @@ -31,7 +32,6 @@
"redux": "^4.1.2",
"shared": "^0.0.0",
"socket.io": "^4.4.1",
"ts-jest": "^26.5.3",
"tslib": "^2.3.1",
"vmix-js-utils": "^4.0.7",
"web-midi-api": "^2.0.8",
Expand Down

0 comments on commit ebf9218

Please sign in to comment.