package.json 473 B

123456789101112131415161718
  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. "axios": "^0.25",
  14. "laravel-mix": "^6.0.6",
  15. "lodash": "^4.17.19",
  16. "postcss": "^8.1.14"
  17. }
  18. }