Skip to content

Instantly share code, notes, and snippets.

@DaniAkash
Created May 15, 2017 17:12
Show Gist options
  • Save DaniAkash/6fc074492ad59098f0c6b06d0b99e457 to your computer and use it in GitHub Desktop.
Save DaniAkash/6fc074492ad59098f0c6b06d0b99e457 to your computer and use it in GitHub Desktop.
Dependencies for using webpack with configuration as in - https://gist.github.com/DaniAkash/ec2a301c655d1a5970195887e0bc1f3e
{
"name": "meme-creator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"watch": "webpack-dev-server"
},
"author": "Dani Akash S",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.1",
"dotenv": "^4.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"img-loader": "^2.0.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"purifycss-webpack": "^0.6.2",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment