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

28 lines
641 B

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 --base=/MOSE_Web",
  9. "preview": "vite preview",
  10. "deploy": "gh-pages -d build"
  11. },
  12. "dependencies": {
  13. "@tailwindcss/vite": "^4.1.11",
  14. "tailwindcss": "^4.1.11",
  15. "vue": "^3.5.13",
  16. "vue-i18n": "^11.1.9",
  17. "vue-router": "^4.5.1"
  18. },
  19. "devDependencies": {
  20. "@types/node": "^24.0.13",
  21. "@vitejs/plugin-vue": "^5.2.1",
  22. "@vue/tsconfig": "^0.7.0",
  23. "gh-pages": "^6.3.0",
  24. "typescript": "~5.7.2",
  25. "vite": "^6.1.0",
  26. "vue-tsc": "^2.2.0"
  27. }
  28. }