package.json 948 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "vite build"
  6. },
  7. "devDependencies": {
  8. "@popperjs/core": "^2.11.6",
  9. "axios": "^1.1.2",
  10. "bootstrap": "^5.2.3",
  11. "laravel-vite-plugin": "^0.7.2",
  12. "lodash": "^4.17.19",
  13. "postcss": "^8.1.14",
  14. "sass": "^1.56.1",
  15. "vite": "^4.0.0",
  16. "vite-plugin-mkcert": "^1.17.8"
  17. },
  18. "dependencies": {
  19. "@fortawesome/fontawesome-free": "^7.0.0",
  20. "@rateyo/jquery": "^3.0.0-alpha.2",
  21. "es5-shim": "^4.6.7",
  22. "jquery": "^3.6.1",
  23. "jquery-ui": "^1.13.2",
  24. "jquery-validation": "^1.19.5",
  25. "js-cookie": "^3.0.1",
  26. "moment": "^2.29.4",
  27. "photoswipe": "^5.3.4",
  28. "prismjs": "^1.29.0",
  29. "select2": "^4.1.0-rc.0",
  30. "select2-bootstrap-5-theme": "^1.3.0",
  31. "swiper": "^8.4.5",
  32. "vite-plugin-commonjs": "^0.5.3"
  33. }
  34. }