UNPKG

pruno-webpack

Version:

Build your pruno application with Webpack.

57 lines (56 loc) 1.39 kB
{ "name": "pruno-webpack", "version": "2.1.2", "description": "Build your pruno application with Webpack. ", "main": "./dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/cdebotton/pruno-webpack.git" }, "keywords": [ "pruno", "webpack", "build", "js", "es6", "react", "react-hot" ], "author": "Christian de Botton <debotton@brooklynunited.com>", "license": "ISC", "bugs": { "url": "https://github.com/cdebotton/pruno-webpack/issues" }, "homepage": "https://github.com/cdebotton/pruno-webpack", "dependencies": { "babel": "^5.1.11", "babel-core": "^5.1.11", "babel-eslint": "^3.0.1", "babel-loader": "^5.0.0", "debug": "^2.1.3", "eslint": "^0.19.0", "eslint-loader": "^0.10.0", "gulp-util": "^3.0.4", "json-loader": "^0.5.1", "pretty-error": "^1.1.2", "react-hot-loader": "^1.2.5", "strip-loader": "^0.1.0", "webpack": "^1.8.5", "webpack-dev-server": "^1.8.1" }, "peerDependencies": { "babel-eslint": "^3.0.1", "babel-loader": "^5.0.0", "eslint-loader": "^0.10.0", "json-loader": "^0.5.1", "react-hot-loader": "^1.2.5", "webpack-dev-server": "^1.8.0" }, "devDependencies": { "gulp": "^3.8.11", "gulp-babel": "^5.1.0" } }