fix: move webpack modules necessary for build, into dependencies

This commit is contained in:
Julian Lam
2022-02-17 17:00:06 -05:00
parent a9df137965
commit 9dccd439f9

View File

@@ -40,6 +40,7 @@
"bootstrap": "3.4.1",
"chalk": "4.1.2",
"chart.js": "2.9.4",
"clean-webpack-plugin": "4.0.0",
"cli-graph": "3.2.2",
"clipboard": "2.0.10",
"colors": "1.4.0",
@@ -137,6 +138,7 @@
"validator": "13.7.0",
"visibilityjs": "2.0.2",
"webpack": "^5.68.0",
"webpack-merge": "5.8.0",
"winston": "3.6.0",
"xml": "1.0.1",
"xregexp": "5.1.0",
@@ -160,9 +162,7 @@
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "15.1.0",
"smtp-server": "3.9.0",
"webpack-merge": "5.8.0",
"clean-webpack-plugin": "4.0.0"
"smtp-server": "3.9.0"
},
"bugs": {
"url": "https://github.com/NodeBB/NodeBB/issues"