UNPKG

makestatic-pack-webpack

Version:

Bundle assets using webpack

53 lines (52 loc) 1.2 kB
{ "name": "makestatic-pack-webpack", "version": "1.2.2", "description": "Bundle assets using webpack", "author": "muji <noop@xpm.io>", "license": "MIT", "homepage": "https://makestatic.ws", "engines": { "node": " >= 6.1.x" }, "repository": { "type": "git", "url": "https://github.com/makestatic/compiler" }, "keywords": [ "makestatic", "makestatic-plugin", "webpack", "compile" ], "files": [ "README.md", "index.js", "lib/config.js", "lib/pack-plugin.js", "lib/test.js" ], "peerDependencies": { "webpack": "3" }, "dependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "browser-sync": "^2.18.6", "browser-sync-webpack-plugin": "^1.1.3", "postcss-loader": "^2.0.10", "raw-loader": "^0.5.1", "reshape-loader": "makestatic/reshape-loader#webpack2", "source-loader": "^1.0.0", "when": "^3.7.7" }, "devDependencies": { "chai": "^4.1.2", "istanbul": "~0.4.4", "makestatic-core": "^1.0.82", "makestatic-html-standard": "^1.0.32", "makestatic-sources-loader": "^1.0.23", "mocha": "^4.1.0", "standard": "^10.0.3", "webpack": "^3.10.0" } }