Advertisement
fakhrycodepolitan

Untitled

Nov 22nd, 2022
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | Source Code | 0 0
  1. {
  2.     "private": true,
  3.     "scripts": {
  4.         "dev": "npm run development",
  5.         "development": "mix",
  6.         "watch": "mix watch",
  7.         "watch-poll": "mix watch -- --watch-options-poll=1000",
  8.         "hot": "mix watch --hot",
  9.         "prod": "npm run production",
  10.         "production": "mix --production"
  11.     },
  12.     "devDependencies": {
  13.         "@popperjs/core": "^2.10.2",
  14.         "axios": "^0.25",
  15.         "bootstrap": "^5.1.3",
  16.         "laravel-mix": "^6.0.6",
  17.         "lodash": "^4.17.19",
  18.         "postcss": "^8.1.14",
  19.         "resolve-url-loader": "^5.0.0",
  20.         "sass": "^1.32.11",
  21.         "sass-loader": "^11.0.1"
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement