From edaa91d05e753e3609c00068f565b88c4ef77e62 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sun, 10 Dec 2017 11:37:32 +0100 Subject: Compile scss to css --- package.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package.json') 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", -- cgit v1.1