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

38 lines
911 B

2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks ago
2 weeks 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. "preview": "vite preview",
  10. "gitBuild": "vue-tsc -b && vite build --base=/My"
  11. },
  12. "dependencies": {
  13. "@iconify/vue": "^5.0.0",
  14. "@tailwindcss/vite": "^4.1.11",
  15. "@videojs-player/vue": "^1.0.0",
  16. "animate.css": "^4.1.1",
  17. "axios": "^1.10.0",
  18. "dayjs": "^1.11.13",
  19. "swiper": "^11.2.10",
  20. "tailwindcss": "^4.1.11",
  21. "video.js": "^7.21.7",
  22. "vue": "^3.5.13",
  23. "vue-i18n": "^11.1.9",
  24. "vue-router": "^4.5.1",
  25. "wow.js": "^1.2.2",
  26. "wowjs": "^1.1.3"
  27. },
  28. "devDependencies": {
  29. "@types/node": "^24.0.13",
  30. "@vitejs/plugin-vue": "^5.2.1",
  31. "@vue/tsconfig": "^0.7.0",
  32. "gh-pages": "^6.3.0",
  33. "msw": "^2.10.4",
  34. "typescript": "~5.7.2",
  35. "vite": "^6.1.0",
  36. "vue-tsc": "^2.2.0"
  37. }
  38. }