package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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/media": "^3.0.0",
  13. "@capacitor/action-sheet": "^4.1.0",
  14. "@capacitor/android": "^4.6.1",
  15. "@capacitor/app": "^4.1.1",
  16. "@capacitor/app-launcher": "^4.1.0",
  17. "@capacitor/browser": "^4.1.0",
  18. "@capacitor/camera": "^4.1.4",
  19. "@capacitor/clipboard": "^4.1.0",
  20. "@capacitor/core": "^4.6.1",
  21. "@capacitor/device": "^4.1.0",
  22. "@capacitor/filesystem": "^4.1.4",
  23. "@capacitor/haptics": "^4.1.0",
  24. "@capacitor/ios": "^4.6.1",
  25. "@capacitor/keyboard": "^4.1.0",
  26. "@capacitor/motion": "^4.0.2",
  27. "@capacitor/network": "^4.1.0",
  28. "@capacitor/share": "^4.1.0",
  29. "@capacitor/splash-screen": "^4.1.2",
  30. "@capacitor/status-bar": "^4.1.1",
  31. "@chenfengyuan/vue-qrcode": "2",
  32. "@ionic/vue": "^6.3.8",
  33. "@ionic/vue-router": "^6.3.8",
  34. "@vant/area-data": "^1.3.2",
  35. "@vueuse/components": "^9.10.0",
  36. "@vueuse/core": "^9.6.0",
  37. "axios": "^1.2.0",
  38. "capacitor-openinstall": "https://github.com/x1ongzhu/capacitor-openinstall.git",
  39. "cordova-plugin-android-notch": "^1.0.3",
  40. "date-fns": "^2.29.3",
  41. "eruda": "^2.6.1",
  42. "ionicons": "^6.0.4",
  43. "less": "^4.1.3",
  44. "mathjs": "^11.5.0",
  45. "normalize.css": "^8.0.1",
  46. "pinia": "^2.0.26",
  47. "qrcode": "^1.5.1",
  48. "qs": "^6.11.0",
  49. "swiper": "^8.4.5",
  50. "vant": "^4.0.2",
  51. "vue": "^3.2.45",
  52. "vue-i18n": "9",
  53. "vue-router": "^4.1.6",
  54. "vue3-lottie": "^2.4.0"
  55. },
  56. "devDependencies": {
  57. "@capacitor/cli": "^4.6.1",
  58. "@rushstack/eslint-patch": "^1.1.4",
  59. "@vitejs/plugin-vue": "^3.2.0",
  60. "@vue/eslint-config-prettier": "^7.0.0",
  61. "eslint": "^8.22.0",
  62. "eslint-plugin-vue": "^9.3.0",
  63. "prettier": "^2.7.1",
  64. "vite": "^3.2.4",
  65. "vite-plugin-imagemin": "^0.6.1",
  66. "vite-plugin-pwa": "^0.14.1"
  67. },
  68. "overrides": {
  69. "@capacitor-community/media": {
  70. "@capacitor/core": "^4.6.1"
  71. }
  72. }
  73. }