Reduced package size by moving most depedencies to devDependencies (#2436)
This commit is contained in:
964
package-lock.json
generated
964
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -196,9 +196,7 @@
|
|||||||
"webpack": "5.71.0",
|
"webpack": "5.71.0",
|
||||||
"webpack-cli": "4.10.0",
|
"webpack-cli": "4.10.0",
|
||||||
"webpack-dev-server": "4.8.0",
|
"webpack-dev-server": "4.8.0",
|
||||||
"webpack-merge": "5.8.0"
|
"webpack-merge": "5.8.0",
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@mattermost/compass-icons": "0.1.32",
|
"@mattermost/compass-icons": "0.1.32",
|
||||||
"auto-launch": "5.0.5",
|
"auto-launch": "5.0.5",
|
||||||
"bootstrap": "4.6.1",
|
"bootstrap": "4.6.1",
|
||||||
@@ -211,7 +209,6 @@
|
|||||||
"electron-updater": "5.2.1",
|
"electron-updater": "5.2.1",
|
||||||
"fs-extra": "10.0.1",
|
"fs-extra": "10.0.1",
|
||||||
"joi": "17.6.0",
|
"joi": "17.6.0",
|
||||||
"macos-notification-state": "2.0.1",
|
|
||||||
"pretty-bytes": "6.0.0",
|
"pretty-bytes": "6.0.0",
|
||||||
"react": "16.14.0",
|
"react": "16.14.0",
|
||||||
"react-beautiful-dnd": "13.1.0",
|
"react-beautiful-dnd": "13.1.0",
|
||||||
@@ -222,10 +219,13 @@
|
|||||||
"sass": "1.49.11",
|
"sass": "1.49.11",
|
||||||
"semver": "7.3.5",
|
"semver": "7.3.5",
|
||||||
"valid-url": "1.0.9",
|
"valid-url": "1.0.9",
|
||||||
"windows-focus-assist": "1.3.0",
|
|
||||||
"winreg-utf8": "0.1.1",
|
"winreg-utf8": "0.1.1",
|
||||||
"yargs": "17.4.0"
|
"yargs": "17.4.0"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"macos-notification-state": "2.0.1",
|
||||||
|
"windows-focus-assist": "1.3.0"
|
||||||
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@electron/universal": "1.3.1"
|
"@electron/universal": "1.3.1"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user