webpack-blocks
Version:
Convenience package that includes all the most common webpack blocks.
29 lines (28 loc) • 880 B
JSON
{
"name": "webpack-blocks",
"version": "2.1.0",
"description": "Convenience package that includes all the most common webpack blocks.",
"license": "MIT",
"author": "Andy Wermke <andy@dev.next-step-software.com>",
"engines": {
"node": ">= 6.0"
},
"keywords": [
"webpack",
"webpack-blocks"
],
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"@webpack-blocks/assets": "^2.1.0",
"@webpack-blocks/babel": "^2.1.0",
"@webpack-blocks/dev-server": "^2.1.0",
"@webpack-blocks/extract-text": "^2.1.0",
"@webpack-blocks/postcss": "^2.1.0",
"@webpack-blocks/sass": "^2.1.0",
"@webpack-blocks/typescript": "^2.0.1",
"@webpack-blocks/uglify": "^2.1.0",
"@webpack-blocks/webpack": "^2.1.0"
},
"gitHead": "4fc9c50d5f5c9c674abcf6c82b77df504b9b2dcb"
}