{ "name": "paimaide", "version": "0.0.0", "type": "module", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { "@capacitor-community/http": "^1.4.1", "@capacitor-community/media": "^5.3.1", "@capacitor/action-sheet": "^5.0.6", "@capacitor/android": "5.5.1", "@capacitor/app": "^5.0.6", "@capacitor/app-launcher": "^5.0.6", "@capacitor/browser": "^5.1.0", "@capacitor/camera": "^5.0.7", "@capacitor/clipboard": "^5.0.6", "@capacitor/core": "^5.5.1", "@capacitor/device": "^5.0.6", "@capacitor/dialog": "^5.0.6", "@capacitor/filesystem": "^5.1.4", "@capacitor/haptics": "^5.0.6", "@capacitor/ios": "^5.5.1", "@capacitor/keyboard": "^5.0.6", "@capacitor/motion": "^5.0.6", "@capacitor/network": "^5.0.6", "@capacitor/share": "^5.0.6", "@capacitor/splash-screen": "^5.0.6", "@capacitor/status-bar": "^5.0.6", "@chenfengyuan/vue-qrcode": "2", "@ionic/core": "7", "@ionic/vue": "^7.6.0", "@ionic/vue-router": "^7.6.0", "@vant/area-data": "^1.3.2", "@vueuse/components": "^10.7.0", "@vueuse/core": "^10.7.0", "appsflyer-capacitor-plugin": "^6.9.2", "axios": "^1.2.0", "capacitor-codepush": "https://github.com/x1ongzhu/capacitor-codepush.git", "capacitor-plugin-safe-area": "^2.0.6", "cordova-plugin-android-notch": "^1.0.3", "date-fns": "^2.29.3", "date-fns-tz": "^2.0.0", "eruda": "^3.0.1", "eruda-benchmark": "^2.0.0", "eruda-code": "^2.1.0", "eruda-features": "^2.0.0", "eruda-fps": "^2.0.0", "eruda-geolocation": "^2.0.0", "eruda-memory": "^2.0.0", "eruda-orientation": "^2.0.0", "eruda-timing": "^2.0.1", "eruda-touches": "^2.0.0", "ionicons": "^7.2.1", "less": "^4.1.3", "mathjs": "^12.1.0", "mitt": "^3.0.0", "normalize.css": "^8.0.1", "pinia": "^2.0.26", "qrcode": "^1.5.1", "qs": "^6.11.0", "resolve-url": "^0.2.1", "swiper": "^8.4.7", "vant": "^4.8.0", "vue": "^3.2.45", "vue-awesome-swiper": "^5.0.1", "vue-i18n": "9", "vue-router": "^4.1.6", "vue3-lottie": "^3.2.0" }, "devDependencies": { "@capacitor/cli": "^5.5.1", "@rushstack/eslint-patch": "^1.1.4", "@trapezedev/project": "^7.0.6", "@vitejs/plugin-legacy": "^5.2.0", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", "autoprefixer": "^10.4.16", "code-push": "^4.1.0", "eslint": "^8.22.0", "eslint-plugin-vue": "^9.3.0", "inquirer": "^9.1.4", "postcss": "^8.4.32", "prettier": "^3.1.0", "progress": "^2.0.3", "tailwindcss": "^3.3.6", "typescript": "^5.3.3", "vite": "^5.0.6", "vite-plugin-imagemin": "^0.6.1", "vite-plugin-pwa": "^0.17.4" }, "overrides": { "@capacitor-community/media": { "@capacitor/core": "^5.5.1" } } }