Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 12 insertions, 11 deletions
diff --git a/package.json b/package.json
index 95349f4..7abb8a5 100644
--- a/package.json
+++ b/package.json
@@ -6,19 +6,20 @@
"author": "Juraj Bubniak <juraj.bubniak@gmail.com>",
"license": "MIT",
"scripts": {
- "build": "webpack",
- "watch": "webpack --progress --colors --watch"
+ "build": "webpack --mode production",
+ "watch": "webpack --mode development --progress --colors --watch"
},
"devDependencies": {
- "css-loader": "^0.28.11",
- "extract-text-webpack-plugin": "^3.0.2",
- "node-sass": "^4.13.0",
+ "css-loader": "^3.4.2",
+ "mini-css-extract-plugin": "^0.9.0",
+ "node-sass": "^4.13.1",
"normalize.css": "^8.0.1",
- "optimize-css-assets-webpack-plugin": "^3.2.0",
+ "optimize-css-assets-webpack-plugin": "^5.0.3",
"perfectionist": "^2.4.0",
- "postcss-discard-comments": "^2.0.4",
- "sass-loader": "^6.0.7",
- "style-loader": "^0.19.1",
- "webpack": "^3.12.0"
+ "postcss-discard-comments": "^4.0.2",
+ "sass-loader": "^8.0.2",
+ "webpack": "^4.41.5",
+ "webpack-cli": "^3.3.10",
+ "webpack-fix-style-only-entries": "^0.4.0"
}
-} \ No newline at end of file
+}