12345678910111213141516171819202122232425262728293031
  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. "@babel/plugin-syntax-dynamic-import": "^7.8.3",
  14. "@inertiajs/inertia": "^0.11.0",
  15. "@inertiajs/inertia-vue": "^0.8.0",
  16. "@inertiajs/progress": "^0.2.7",
  17. "axios": "^0.25",
  18. "browser-sync": "^2.27.7",
  19. "browser-sync-webpack-plugin": "^2.3.0",
  20. "laravel-mix": "^6.0.6",
  21. "lodash": "^4.17.19",
  22. "postcss": "^8.1.14",
  23. "resolve-url-loader": "^5.0.0",
  24. "sass": "^1.49.8",
  25. "sass-loader": "^12.1.0",
  26. "vue": "2.6.14",
  27. "vue-loader": "^15.9.7",
  28. "vue-template-compiler": "^2.6.14"
  29. }
  30. }