package.json 793 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "private": true,
  3. "scripts": {
  4. "build": "vite build",
  5. "dev": "npm run development",
  6. "development": "mix",
  7. "watch": "mix watch",
  8. "watch-poll": "mix watch -- --watch-options-poll=1000",
  9. "hot": "mix watch --hot",
  10. "prod": "npm run production",
  11. "production": "mix --production"
  12. },
  13. "devDependencies": {
  14. "@popperjs/core": "^2.11.6",
  15. "@vitejs/plugin-vue": "^4.0.0",
  16. "axios": "^0.25",
  17. "bootstrap": "^5.2.3",
  18. "laravel-mix": "^6.0.49",
  19. "laravel-vite-plugin": "^0.7.4",
  20. "lodash": "^4.17.19",
  21. "postcss": "^8.1.14",
  22. "sass": "^1.56.1",
  23. "vite": "^4.2.0",
  24. "vue": "^3.2.37"
  25. },
  26. "dependencies": {
  27. "filepond": "^4.30.4"
  28. }
  29. }