package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "date-fns": "^2.29.3",
  45. "date-fns-tz": "^2.0.0",
  46. "eruda": "^3.0.1",
  47. "eruda-benchmark": "^2.0.0",
  48. "eruda-code": "^2.1.0",
  49. "eruda-features": "^2.0.0",
  50. "eruda-fps": "^2.0.0",
  51. "eruda-geolocation": "^2.0.0",
  52. "eruda-memory": "^2.0.0",
  53. "eruda-orientation": "^2.0.0",
  54. "eruda-timing": "^2.0.1",
  55. "eruda-touches": "^2.0.0",
  56. "ionicons": "^7.2.1",
  57. "less": "^4.1.3",
  58. "mathjs": "^12.1.0",
  59. "mitt": "^3.0.0",
  60. "normalize.css": "^8.0.1",
  61. "pinia": "^2.0.26",
  62. "qrcode": "^1.5.1",
  63. "qs": "^6.11.0",
  64. "resolve-url": "^0.2.1",
  65. "swiper": "^8.4.7",
  66. "vant": "^4.8.0",
  67. "vue": "^3.2.45",
  68. "vue-awesome-swiper": "^5.0.1",
  69. "vue-i18n": "9",
  70. "vue-router": "^4.1.6",
  71. "vue3-lottie": "^3.2.0"
  72. },
  73. "devDependencies": {
  74. "@capacitor/assets": "^3.0.1",
  75. "@capacitor/cli": "^5.5.1",
  76. "@rushstack/eslint-patch": "^1.1.4",
  77. "@trapezedev/project": "^7.0.6",
  78. "@vitejs/plugin-legacy": "^5.2.0",
  79. "@vitejs/plugin-vue": "^4.0.0",
  80. "@vue/eslint-config-prettier": "^8.0.0",
  81. "@vue/eslint-config-typescript": "^12.0.0",
  82. "ali-oss": "^6.18.1",
  83. "archiver": "^6.0.1",
  84. "autoprefixer": "^10.4.16",
  85. "eslint": "^8.22.0",
  86. "eslint-plugin-vue": "^9.3.0",
  87. "inquirer": "^9.1.4",
  88. "postcss": "^8.4.32",
  89. "prettier": "^3.1.0",
  90. "progress": "^2.0.3",
  91. "tailwindcss": "^3.3.6",
  92. "typescript": "^5.3.3",
  93. "vite": "^5.0.6",
  94. "vite-plugin-imagemin": "^0.6.1",
  95. "vite-plugin-pwa": "^0.17.4"
  96. },
  97. "overrides": {
  98. "@capacitor-community/media": {
  99. "@capacitor/core": "^5.5.1"
  100. }
  101. }
  102. }