generator-whq
Advanced tools
Comparing version
@@ -14,6 +14,8 @@ { | ||
"autoprefixer": "^7.1.4",<% } %> | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^v2.0.0-alpha.16", | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"browser-sync": "^2.18.13", | ||
@@ -32,6 +34,5 @@ "browser-sync-webpack-plugin": "^1.2.0", | ||
"modernizr": "^3.5.0", | ||
"node-sass": "^4.5.3",<% } %><% if (processor === 'PostCSS') { %> | ||
"postcss-cssnext": "^2.10.0", | ||
"postcss-import": "^9.1.0",<% } %> | ||
"postcss-loader": "^1.3.3", | ||
"node-sass": "^4.5.3",<% } %> | ||
"postcss": "^6.0.14", | ||
"postcss-loader": "^2.0.9", | ||
"purify-css": "^1.2.5", | ||
@@ -42,3 +43,3 @@ "purifycss-webpack": "^0.7.0",<% if (processor === 'Sass') { %> | ||
"stylelint": "^7.8.0", | ||
"stylelint-config-whq": "^2.1.2", | ||
"stylelint-config-whq": "^2.2.0", | ||
"stylelint-webpack-plugin": "^0.8.0", | ||
@@ -55,3 +56,9 @@ "webpack": "^3.6.0", | ||
"babel": { | ||
"presets": ["env"] | ||
"presets": [ | ||
"env", | ||
"stage-2" | ||
], | ||
"plugins": [ | ||
"transform-runtime" | ||
] | ||
}, | ||
@@ -66,11 +73,5 @@ "eslintConfig": { | ||
"plugins": { | ||
<% if (processor === 'Sass') { %>"autoprefixer": {}<% } %><% if (processor === 'PostCSS') { %> | ||
"postcss-import": {}, | ||
"postcss-cssnext": { | ||
"features": { | ||
"rem": {"html": false} | ||
} | ||
}<% } %> | ||
<% if (processor === 'Sass') { %>"autoprefixer": {}<% } %> | ||
} | ||
} | ||
} |
{ | ||
"name": "generator-whq", | ||
"version": "0.5.2", | ||
"version": "0.7.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "files": [ |
13176
-0.81%