Move imagemin-webpack-plugin to devDependencies, instead of dependencies

This commit is contained in:
NI
2019-08-14 12:45:18 +08:00
parent 1c3527a67a
commit eaaef9ea28
2 changed files with 705 additions and 255 deletions

955
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,9 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"description": "Sshwifty Web Front-end Project", "description": "Sshwifty Web Front-end Project",
"main": "", "main": "",
"dependencies": { "dependencies": {},
"imagemin-webpack-plugin": "^2.4.2"
},
"devDependencies": { "devDependencies": {
"@babel/core": "^7.5.5", "@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5", "@babel/plugin-transform-runtime": "^7.5.5",
@@ -26,6 +24,7 @@
"html-loader": "^0.5.5", "html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0", "html-webpack-template": "^6.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.5.0", "mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.2.0", "mocha": "^6.2.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",