Advertisement
Guest User

package.json

a guest
Oct 18th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "private": true,
  3.     "scripts": {
  4.         "local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
  5.         "staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
  6.         "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
  7.         "dev": "npm run local",
  8.         "prod": "npm run production",
  9.         "watch": "npm run local -- --watch"
  10.     },
  11.     "devDependencies": {
  12.         "browser-sync": "^2.26.7",
  13.         "browser-sync-webpack-plugin": "^2.0.1",
  14.         "cross-env": "^3.2.3",
  15.         "extra-watch-webpack-plugin": "^1.0.3",
  16.         "hasbin": "^1.2.3",
  17.         "laravel-mix": "^4.1.4",
  18.         "node-cmd": "^3.0.0",
  19.         "sass": "^1.23.0",
  20.         "sass-loader": "^7.3.1",
  21.         "vue-template-compiler": "^2.6.10",
  22.         "yargs": "^4.6.0"
  23.     },
  24.     "dependencies": {
  25.         "axios": "^0.19.0",
  26.         "vue": "^2.6.10",
  27.         "vue-intersect": "^1.1.3",
  28.         "vue2-google-maps": "^0.10.6"
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement