国外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.

49 lines
1.2 KiB

2 weeks ago
1 week ago
2 weeks ago
2 weeks ago
2 weeks ago
1 week ago
1 week ago
1 week ago
1 week ago
2 weeks ago
1 week ago
2 weeks ago
2 weeks ago
1 week ago
2 weeks ago
2 weeks ago
2 weeks 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. },
  14. "dependencies": {
  15. "@iconify/vue": "^5.0.0",
  16. "@tailwindcss/vite": "^4.1.11",
  17. "@videojs-player/vue": "^1.0.0",
  18. "animate.css": "^4.1.1",
  19. "animejs": "^4.0.2",
  20. "aos": "^2.3.4",
  21. "axios": "^1.10.0",
  22. "dayjs": "^1.11.13",
  23. "gsap": "^3.13.0",
  24. "lottie-web": "^5.13.0",
  25. "particles.js": "^2.0.0",
  26. "scrollmagic": "^2.0.8",
  27. "swiper": "^11.2.10",
  28. "tailwindcss": "^4.1.11",
  29. "three": "^0.178.0",
  30. "typed.js": "^2.1.0",
  31. "video.js": "^7.21.7",
  32. "vue": "^3.5.13",
  33. "vue-i18n": "^11.1.9",
  34. "vue-router": "^4.5.1",
  35. "wow.js": "^1.2.2",
  36. "wowjs": "^1.1.3"
  37. },
  38. "devDependencies": {
  39. "@types/aos": "^3.0.7",
  40. "@types/node": "^24.0.13",
  41. "@vitejs/plugin-vue": "^5.2.1",
  42. "@vue/tsconfig": "^0.7.0",
  43. "gh-pages": "^6.3.0",
  44. "msw": "^2.10.4",
  45. "typescript": "~5.7.2",
  46. "vite": "^6.1.0",
  47. "vue-tsc": "^2.2.0"
  48. }
  49. }