Skip to content

Instantly share code, notes, and snippets.

@ansargondal
Created June 2, 2018 07:23
Show Gist options
  • Save ansargondal/7c9270638b079f6b18d0786d571bed28 to your computer and use it in GitHub Desktop.
Save ansargondal/7c9270638b079f6b18d0786d571bed28 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"
},
"dependencies": {
"bootstrap": "^4.1.1",
"font-awesome": "4.7.0",
"jquery": "3.*.*"
},
"devDependencies": {
"axios": "^0.18",
"browser-sync": "^2.24.4",
"cross-env": "^5.1",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.4",
"gulp-header": "2.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.0",
"gulp-watch": "^5.0.0",
"laravel-mix": "^2.0",
"lodash": "^4.17.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment