package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "vue3-ts",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build:dev": "vite build --mode test",
  7. "prod": "vite --mode production",
  8. "build": "vite build --mode production",
  9. "serve": "vite preview --port 443"
  10. },
  11. "dependencies": {
  12. "jssha": "^1.5.0",
  13. "axios": "^0.21.4",
  14. "axios-logger": "^2.6.0",
  15. "dayjs": "^1.10.7",
  16. "howler": "^2.2.3",
  17. "marked": "^3.0.4",
  18. "mockjs": "^1.1.0",
  19. "soundjs": "^1.0.1",
  20. "tyshemo": "^11.20.3",
  21. "vant": "^3.1.5",
  22. "vconsole": "^3.9.1",
  23. "vue": "^3.0.5",
  24. "vue-router": "^4.0.10",
  25. "vuex": "^4.0.2",
  26. "vuex-persistedstate": "^4.1.0",
  27. "weixin-js-sdk-ts": "^1.6.0"
  28. },
  29. "devDependencies": {
  30. "@types/howler": "^2.2.4",
  31. "@types/jssha": "^3.0.0",
  32. "@types/marked": "^3.0.1",
  33. "@types/mockjs": "^1.0.4",
  34. "@types/node": "^16.11.6",
  35. "@types/soundjs": "^0.6.28",
  36. "@vitejs/plugin-vue": "^1.3.0",
  37. "@vitejs/plugin-vue-jsx": "^1.3.7",
  38. "@vue/compiler-sfc": "^3.0.5",
  39. "postcss-pxtorem": "^6.0.0",
  40. "sass": "^1.37.5",
  41. "typescript": "^4.3.2",
  42. "vite": "^2.4.4",
  43. "vue-tsc": "^0.2.2"
  44. }
  45. }