| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "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/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",
- "@capgo/capacitor-updater": "^5.3.38",
- "@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",
- "axios": "^1.2.0",
- "capacitor-plugin-safe-area": "^2.0.6",
- "cordova-plugin-purchase": "^13.10.0",
- "cos-nodejs-sdk-v5": "^2.13.1",
- "date-fns": "^2.29.3",
- "date-fns-tz": "^2.0.0",
- "decimal.js": "^10.4.3",
- "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",
- "fast-uri": "^2.3.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/assets": "^3.0.1",
- "@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",
- "address": "^2.0.1",
- "ali-oss": "^6.18.1",
- "archiver": "^6.0.1",
- "autoprefixer": "^10.4.16",
- "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"
- }
- }
- }
|