summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-21 17:22:09 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 16:59:36 +0100
commitdd0af4570e56744ae1ca9264e63041fd5bbe10ba (patch)
treee85b84ff0e6e53ee9c46903a9330ed327cb806b3 /package-lock.json
parentd05b01c959f37665d54f809274536d27fc251bf4 (diff)
downloadbrokentalents-dd0af4570e56744ae1ca9264e63041fd5bbe10ba.tar.gz
brokentalents-dd0af4570e56744ae1ca9264e63041fd5bbe10ba.zip
Split CSS and JS, build
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 45586de..c6b1216 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6747,6 +6747,16 @@
"is-buffer": "^1.1.5"
}
},
+ "last-call-webpack-plugin": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz",
+ "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==",
+ "dev": true,
+ "requires": {
+ "lodash": "^4.17.5",
+ "webpack-sources": "^1.1.0"
+ }
+ },
"lcid": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
@@ -7442,6 +7452,16 @@
"integrity": "sha1-3z02Uqc/3ta5sLJBRub9BSNTRY4=",
"dev": true
},
+ "mini-css-extract-plugin": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.0.tgz",
+ "integrity": "sha512-2Zik6PhUZ/MbiboG6SDS9UTPL4XXy4qnyGjSdCIWRrr8xb6PwLtHE+AYOjkXJWdF0OG8vo/yrJ8CgS5WbMpzIg==",
+ "dev": true,
+ "requires": {
+ "loader-utils": "^1.1.0",
+ "webpack-sources": "^1.1.0"
+ }
+ },
"minimalistic-assert": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
@@ -8270,6 +8290,16 @@
"is-wsl": "^1.1.0"
}
},
+ "optimize-css-assets-webpack-plugin": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-4.0.1.tgz",
+ "integrity": "sha512-2pIcqmQDEBvVKt5Bt+Nj8wMNvotfaklYRTd/zRJakZradPS0/xhj1hM1mdydyA4utygTmjPZCuOa+Dl5TjtxWw==",
+ "dev": true,
+ "requires": {
+ "cssnano": "^3.4.0",
+ "last-call-webpack-plugin": "^3.0.0"
+ }
+ },
"ora": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz",