package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "paimaide",
  3. "version": "0.0.0",
  4. "type": "module",
  5. "private": true,
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  11. },
  12. "dependencies": {
  13. "@capacitor-community/media": "^5.3.1",
  14. "@capacitor/action-sheet": "^5.0.6",
  15. "@capacitor/android": "5.5.1",
  16. "@capacitor/app": "^5.0.6",
  17. "@capacitor/app-launcher": "^5.0.6",
  18. "@capacitor/browser": "^5.1.0",
  19. "@capacitor/camera": "^5.0.7",
  20. "@capacitor/clipboard": "^5.0.6",
  21. "@capacitor/core": "^5.5.1",
  22. "@capacitor/device": "^5.0.6",
  23. "@capacitor/dialog": "^5.0.6",
  24. "@capacitor/filesystem": "^5.1.4",
  25. "@capacitor/haptics": "^5.0.6",
  26. "@capacitor/ios": "^5.5.1",
  27. "@capacitor/keyboard": "^5.0.6",
  28. "@capacitor/motion": "^5.0.6",
  29. "@capacitor/network": "^5.0.6",
  30. "@capacitor/share": "^5.0.6",
  31. "@capacitor/splash-screen": "^5.0.6",
  32. "@capacitor/status-bar": "^5.0.6",
  33. "@capgo/capacitor-updater": "^5.3.38",
  34. "@chenfengyuan/vue-qrcode": "2",
  35. "@ionic/core": "7",
  36. "@ionic/vue": "^7.6.0",
  37. "@ionic/vue-router": "^7.6.0",
  38. "@vant/area-data": "^1.3.2",
  39. "@vueuse/components": "^10.7.0",
  40. "@vueuse/core": "^10.7.0",
  41. "axios": "^1.2.0",
  42. "capacitor-plugin-safe-area": "^2.0.6",
  43. "cordova-plugin-purchase": "^13.10.0",
  44. "cos-nodejs-sdk-v5": "^2.13.1",
  45. "date-fns": "^2.29.3",
  46. "date-fns-tz": "^2.0.0",
  47. "decimal.js": "^10.4.3",
  48. "eruda": "^3.0.1",
  49. "eruda-benchmark": "^2.0.0",
  50. "eruda-code": "^2.1.0",
  51. "eruda-features": "^2.0.0",
  52. "eruda-fps": "^2.0.0",
  53. "eruda-geolocation": "^2.0.0",
  54. "eruda-memory": "^2.0.0",
  55. "eruda-orientation": "^2.0.0",
  56. "eruda-timing": "^2.0.1",
  57. "eruda-touches": "^2.0.0",
  58. "fast-uri": "^2.3.0",
  59. "ionicons": "^7.2.1",
  60. "less": "^4.1.3",
  61. "mathjs": "^12.1.0",
  62. "mitt": "^3.0.0",
  63. "normalize.css": "^8.0.1",
  64. "pinia": "^2.0.26",
  65. "qrcode": "^1.5.1",
  66. "qs": "^6.11.0",
  67. "resolve-url": "^0.2.1",
  68. "swiper": "^8.4.7",
  69. "vant": "^4.8.0",
  70. "vue": "^3.2.45",
  71. "vue-awesome-swiper": "^5.0.1",
  72. "vue-i18n": "9",
  73. "vue-router": "^4.1.6",
  74. "vue3-lottie": "^3.2.0"
  75. },
  76. "devDependencies": {
  77. "@capacitor/assets": "^3.0.1",
  78. "@capacitor/cli": "^5.5.1",
  79. "@rushstack/eslint-patch": "^1.1.4",
  80. "@trapezedev/project": "^7.0.6",
  81. "@vitejs/plugin-legacy": "^5.2.0",
  82. "@vitejs/plugin-vue": "^4.0.0",
  83. "@vue/eslint-config-prettier": "^8.0.0",
  84. "@vue/eslint-config-typescript": "^12.0.0",
  85. "address": "^2.0.1",
  86. "ali-oss": "^6.18.1",
  87. "archiver": "^6.0.1",
  88. "autoprefixer": "^10.4.16",
  89. "eslint": "^8.22.0",
  90. "eslint-plugin-vue": "^9.3.0",
  91. "inquirer": "^9.1.4",
  92. "postcss": "^8.4.32",
  93. "prettier": "^3.1.0",
  94. "progress": "^2.0.3",
  95. "tailwindcss": "^3.3.6",
  96. "typescript": "^5.3.3",
  97. "vite": "^5.0.6",
  98. "vite-plugin-imagemin": "^0.6.1",
  99. "vite-plugin-pwa": "^0.17.4"
  100. },
  101. "overrides": {
  102. "@capacitor-community/media": {
  103. "@capacitor/core": "^5.5.1"
  104. }
  105. }
  106. }