Skip to content

Instantly share code, notes, and snippets.

@MiniDude22
Last active November 28, 2017 17:18
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 MiniDude22/156e111e212e0096cca0b3c65ec40b53 to your computer and use it in GitHub Desktop.
Save MiniDude22/156e111e212e0096cca0b3c65ec40b53 to your computer and use it in GitHub Desktop.
Vue Brunch
{
"name": "new-package",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^6.1.1",
"babel-core": "^6.17.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"brunch": "^2.10.10",
"sass-brunch": "^2.10.4",
"vue-brunch": "theocodes/vue-brunch"
},
"dependencies": {
"lodash": "^4.17.4",
"vue": "^2.4.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment