Skip to content

Instantly share code, notes, and snippets.

@chrisblackwell
Created May 16, 2017 21:22
Show Gist options
  • Save chrisblackwell/0ee0d96b08a100b96b5d2da7542c4fa9 to your computer and use it in GitHub Desktop.
Save chrisblackwell/0ee0d96b08a100b96b5d2da7542c4fa9 to your computer and use it in GitHub Desktop.
Package file for YabPack
{
"name": "yabpack",
"version": "1.0.0",
"description": "YabPack is a reference starter kit for setting up webpack",
"main": "index.js",
"scripts": {
"dev": "webpack",
"watch": "webpack --watch",
"production": "NODE_ENV=production webpack"
},
"author": "Chris Blackwell",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.11",
"browser-sync-webpack-plugin": "^1.1.4",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"node-sass": "^4.5.2",
"purifycss-webpack": "^0.5.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.3.2",
"webpack-notifier": "^1.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment