Skip to content

Instantly share code, notes, and snippets.

@AndrejsAbrickis
Last active June 12, 2017 18:57
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 AndrejsAbrickis/53dbd34a7a2e28a5fe6c3be6cdf6bb21 to your computer and use it in GitHub Desktop.
Save AndrejsAbrickis/53dbd34a7a2e28a5fe6c3be6cdf6bb21 to your computer and use it in GitHub Desktop.
package.json
{
"name": "bower-to-webpack",
"description": "Bye bye Bower! Or how to migrate from Bower to npm and Webpack",
"author": "Andrejs Abrickis",
"dependencies": {
"jquery": "^2.1.4",
"jquery-datetimepicker": "https://github.com/xdan/datetimepicker/archive/2.5.4.tar.gz",
"jquery-ui-dist": "^1.12.1",
"lodash": "^4.17.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"webpack": "^2.6.1"
},
"scripts": {
"webpack": "webpack"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment