Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jimfrenette
Created November 1, 2016 00:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimfrenette/a615893f34f5b0e706c4455ff1178ac9 to your computer and use it in GitHub Desktop.
Save jimfrenette/a615893f34f5b0e706c4455ff1178ac9 to your computer and use it in GitHub Desktop.
NPM manifest for Laravel 5.2 with Elixir 6, Vue 2 and Webpack
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^6.0.0-11",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.9",
"vue": "^2.0.3",
"vue-resource": "^1.0.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment