Skip to content

Instantly share code, notes, and snippets.

@AnandShiva
Created September 14, 2020 11:27
Show Gist options
  • Save AnandShiva/9f6780f7f84ac959f44f7739fcd1d073 to your computer and use it in GitHub Desktop.
Save AnandShiva/9f6780f7f84ac959f44f7739fcd1d073 to your computer and use it in GitHub Desktop.
Vue Extension - Final package.json with dependencies
{
"name": "vue-extension-medium-blog",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/AnandShiva/vue-extension-medium-blog.git",
"author": "Anand Kumar <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --mode='development' --watch"
},
"devDependencies": {
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"fsevents": "^2.1.3",
"mini-css-extract-plugin": "^0.11.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-extension-reloader": "^1.1.4"
},
"dependencies": {
"@babel/core": "^7.11.6",
"babel-loader": "^8.1.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment