package.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "name": "paimaide",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "preview": "vite preview",
  9. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  10. },
  11. "dependencies": {
  12. "@capacitor-community/barcode-scanner": "^3.0.1",
  13. "@capacitor-community/http": "^2.0.0-0",
  14. "@capacitor-community/media": "^3.0.0",
  15. "@capacitor/action-sheet": "^4.1.0",
  16. "@capacitor/android": "^4.6.1",
  17. "@capacitor/app": "^4.1.1",
  18. "@capacitor/app-launcher": "^4.1.0",
  19. "@capacitor/browser": "^4.1.0",
  20. "@capacitor/camera": "^4.1.4",
  21. "@capacitor/clipboard": "^4.1.0",
  22. "@capacitor/core": "^4.6.1",
  23. "@capacitor/device": "^4.1.0",
  24. "@capacitor/dialog": "^4.1.0",
  25. "@capacitor/filesystem": "^4.1.4",
  26. "@capacitor/haptics": "^4.1.0",
  27. "@capacitor/ios": "^4.6.1",
  28. "@capacitor/keyboard": "^4.1.0",
  29. "@capacitor/motion": "^4.0.2",
  30. "@capacitor/network": "^4.1.0",
  31. "@capacitor/share": "^4.1.0",
  32. "@capacitor/splash-screen": "^4.1.2",
  33. "@capacitor/status-bar": "^4.1.1",
  34. "@chenfengyuan/vue-qrcode": "2",
  35. "@ionic/vue": "^6.3.8",
  36. "@ionic/vue-router": "^6.3.8",
  37. "@vant/area-data": "^1.3.2",
  38. "@vueuse/components": "^9.10.0",
  39. "@vueuse/core": "^9.13.0",
  40. "appsflyer-capacitor-plugin": "^6.9.2",
  41. "axios": "^1.2.0",
  42. "capacitor-codepush": "https://github.com/x1ongzhu/capacitor-codepush.git",
  43. "capacitor-facebook": "https://github.com/x1ongzhu/capacitor-facebook.git",
  44. "capacitor-plugin-safe-area": "^1.0.1",
  45. "cordova-plugin-android-notch": "^1.0.3",
  46. "date-fns": "^2.29.3",
  47. "date-fns-tz": "^2.0.0",
  48. "eruda": "^2.6.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. "ionicons": "^6.0.4",
  59. "less": "^4.1.3",
  60. "mathjs": "^11.5.0",
  61. "mitt": "^3.0.0",
  62. "normalize.css": "^8.0.1",
  63. "pinia": "^2.0.26",
  64. "qrcode": "^1.5.1",
  65. "qs": "^6.11.0",
  66. "resolve-url": "^0.2.1",
  67. "swiper": "^8.4.5",
  68. "vant": "^4.0.2",
  69. "vue": "^3.2.45",
  70. "vue-i18n": "9",
  71. "vue-router": "^4.1.6",
  72. "vue3-lottie": "^2.4.0"
  73. },
  74. "devDependencies": {
  75. "@capacitor/cli": "^4.6.1",
  76. "@rushstack/eslint-patch": "^1.1.4",
  77. "@trapezedev/project": "^7.0.6",
  78. "@vitejs/plugin-legacy": "^4.0.1",
  79. "@vitejs/plugin-vue": "^4.0.0",
  80. "@vue/eslint-config-prettier": "^7.0.0",
  81. "@vue/eslint-config-typescript": "^11.0.2",
  82. "code-push": "^4.1.0",
  83. "eslint": "^8.22.0",
  84. "eslint-plugin-vue": "^9.3.0",
  85. "inquirer": "^9.1.4",
  86. "prettier": "^2.7.1",
  87. "progress": "^2.0.3",
  88. "typescript": "^4.9.5",
  89. "vite": "^4.1.4",
  90. "vite-plugin-imagemin": "^0.6.1",
  91. "vite-plugin-pwa": "^0.14.1"
  92. },
  93. "overrides": {
  94. "@capacitor-community/media": {
  95. "@capacitor/core": "^4.6.1"
  96. }
  97. }
  98. }