Skip to content

Instantly share code, notes, and snippets.

@nissicreative
Created April 12, 2017 01:18
Show Gist options
  • Save nissicreative/449a12a4ca58470f4d29a05f8e116487 to your computer and use it in GitHub Desktop.
Save nissicreative/449a12a4ca58470f4d29a05f8e116487 to your computer and use it in GitHub Desktop.
Laravel Elixir package.json
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-14",
"laravel-elixir-browsersync-official": "^1.0.0",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment