diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-27 22:29:56 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-27 22:29:56 +0900 |
commit | e46f664363b868dafef99c352e46f9f566008115 (patch) | |
tree | 990e8fe2593f34e78654bed611a020a864d04c4c /package.json | |
parent | 557c67d1d580f67f0ed64e79db6975a3f6384a2c (diff) |
install node-sass and sass-loader
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index c59fb44..7f0d305 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,8 @@ "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.4", "mocha": "^3.5.0", + "node-sass": "^4.5.3", + "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "webpack": "^3.5.3" } |