Skip to content

Instantly share code, notes, and snippets.

@acacha
Created April 16, 2018 16:01
Show Gist options
  • Save acacha/b60e01cdcd02e58f2db186ae0abffae7 to your computer and use it in GitHub Desktop.
Save acacha/b60e01cdcd02e58f2db186ae0abffae7 to your computer and use it in GitHub Desktop.
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18",
"cross-env": "^5.1",
"laravel-mix": "^2.0",
"vue": "^2.5.7",
"gravatar": "^1.6.0",
"vuetify": "^1.0.14",
"vuex": "^3.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment