aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 5ece2b44..b81c639a 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "compile": "webpack -p"
+ "compile": "webpack --mode=production --progress"
},
"repository": {
"type": "git",
@@ -28,21 +28,21 @@
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"css-loader": "^4.3.0",
- "eslint": "7.10.0",
+ "eslint": "7.11.0",
"eslint-loader": "4.0.2",
"eslint-plugin-only-ascii": "0.0.0",
- "file-loader": "^6.1.0",
- "mini-css-extract-plugin": "^0.12.0",
+ "file-loader": "^6.1.1",
+ "mini-css-extract-plugin": "^1.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
- "postcss-loader": "^4.0.3",
+ "postcss-loader": "^4.0.4",
"postcss-preset-env": "^6.7.0",
"regenerator-runtime": "^0.13.7",
- "style-loader": "^1.3.0",
+ "style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
- "url-loader": "^4.1.0",
- "webpack": "^4.44.2",
- "webpack-cli": "^3.3.12"
+ "url-loader": "^4.1.1",
+ "webpack": "^5.0.0",
+ "webpack-cli": "^4.0.0"
},
"dependencies": {
"classlist.js": "^1.1.20150312",