Skip to content

Instantly share code, notes, and snippets.

@DaniAkash
Created May 14, 2017 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaniAkash/6ec06b68033a5fe46fa68bfe3ce492fd to your computer and use it in GitHub Desktop.
Save DaniAkash/6ec06b68033a5fe46fa68bfe3ce492fd to your computer and use it in GitHub Desktop.
Dependencies for using webpack with configuration as in - https://gist.github.com/DaniAkash/811221175c9ef5c292f0fd6f1cec5bc3
{
"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",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"img-loader": "^2.0.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"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