Created
April 12, 2017 01:18
-
-
Save nissicreative/449a12a4ca58470f4d29a05f8e116487 to your computer and use it in GitHub Desktop.
Laravel Elixir package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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