aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-12-10 11:37:32 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-12-10 11:37:32 +0100
commitedaa91d05e753e3609c00068f565b88c4ef77e62 (patch)
treeac1d4d9588b3cc6de98baf7942efddb235e1cedf /package.json
parent1286c6556115f80218a4828d29b288f56b3d795f (diff)
Compile scss to css
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 21f900a..70ae1ff 100644
--- a/package.json
+++ b/package.json
@@ -18,11 +18,13 @@
"cheerio": "^0.22.0",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
+ "css-loader": "^0.28.7",
"debug": "^2.6.0",
"diacritics": "^1.2.3",
"encoding": "^0.1.12",
"eslint": "^4.13.0",
"express": "^4.13.4",
+ "extract-text-webpack-plugin": "^3.0.2",
"flexibility": "^2.0.1",
"fuzzy": "^0.1.1",
"iconv-lite": "^0.4.17",
@@ -30,12 +32,14 @@
"left-pad": "^1.1.1",
"lodash": "^4.15.0",
"morgan": "~1.7.0",
+ "node-sass": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"request": "^2.74.0",
+ "sass-loader": "^6.0.6",
"smoothscroll-polyfill": "^0.3.4",
"spdy": "^3.4.4",
"then-yield": "0.0.1",