国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.3 KiB

2 months ago
1 month ago
2 months ago
2 months ago
2 months ago
1 month ago
1 month ago
1 month ago
1 month ago
2 months ago
1 month ago
2 months ago
2 months ago
1 month ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "name": "mose-web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "build-no-check": "vite build",
  10. "build-ignore-ts": "vue-tsc --project tsconfig.build.json --noEmit && vite build",
  11. "preview": "vite preview",
  12. "gitBuild": "vue-tsc -b && vite build --base=/My",
  13. "build-ignore-errors.bat": "build-ignore-errors.bat"
  14. },
  15. "dependencies": {
  16. "@iconify/vue": "^5.0.0",
  17. "@tailwindcss/vite": "^4.1.11",
  18. "@videojs-player/vue": "^1.0.0",
  19. "animate.css": "^4.1.1",
  20. "animejs": "^4.0.2",
  21. "aos": "^2.3.4",
  22. "axios": "^1.10.0",
  23. "dayjs": "^1.11.13",
  24. "gsap": "^3.13.0",
  25. "lottie-web": "^5.13.0",
  26. "particles.js": "^2.0.0",
  27. "scrollmagic": "^2.0.8",
  28. "swiper": "^11.2.10",
  29. "tailwindcss": "^4.1.11",
  30. "three": "^0.178.0",
  31. "typed.js": "^2.1.0",
  32. "video.js": "^7.21.7",
  33. "vue": "^3.5.13",
  34. "vue-i18n": "^11.1.9",
  35. "vue-router": "^4.5.1",
  36. "wow.js": "^1.2.2",
  37. "wowjs": "^1.1.3"
  38. },
  39. "devDependencies": {
  40. "@types/aos": "^3.0.7",
  41. "@types/node": "^24.0.13",
  42. "@vitejs/plugin-vue": "^5.2.1",
  43. "@vue/tsconfig": "^0.7.0",
  44. "gh-pages": "^6.3.0",
  45. "msw": "^2.10.4",
  46. "typescript": "~5.7.2",
  47. "vite": "^6.1.0",
  48. "vue-tsc": "^2.2.0"
  49. }
  50. }