Skip to content

Instantly share code, notes, and snippets.

@dushyant89
Created June 11, 2018 08:00
Show Gist options
  • Save dushyant89/ba8105cb0482352975b1c3f327aff21f to your computer and use it in GitHub Desktop.
Save dushyant89/ba8105cb0482352975b1c3f327aff21f to your computer and use it in GitHub Desktop.
Dependencies in package.json for vue and webpack
{
"dependencies": {
"vue": "^2.5.16"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment