diff options
| author | mokha <mokha@cisco.com> | 2018-09-28 13:49:39 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-09-28 13:49:39 -0600 |
| commit | 835976f9df79724f70a72b0084abdeb68a826828 (patch) | |
| tree | a7499ddb4c9906a9e4b11f790ba00bf288a998a7 /package.json | |
| parent | 26bd1a38b873b51006edf9ad3779adfb2faccd38 (diff) | |
pureify css
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 0b29998..dd1727c 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,19 @@ "license": "ISC", "devDependencies": { "css-loader": "^1.0.0", + "glob": "^7.1.3", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.4.1", "node-sass": "^4.9.3", + "purify-css": "^1.2.5", + "purifycss-webpack": "^0.7.0", "style-loader": "^0.22.1", "webpack": "^4.16.5", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5", "webpack-merge": "^4.1.4" + }, + "dependencies": { + "purecss": "^1.0.0" } } |
