| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "paimaide",
- "version": "0.0.0",
- "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/action-sheet": "^4.1.0",
- "@capacitor/android": "^4.6.1",
- "@capacitor/app": "^4.1.1",
- "@capacitor/app-launcher": "^4.1.0",
- "@capacitor/browser": "^4.1.0",
- "@capacitor/camera": "^4.1.4",
- "@capacitor/clipboard": "^4.1.0",
- "@capacitor/core": "^4.6.1",
- "@capacitor/device": "^4.1.0",
- "@capacitor/filesystem": "^4.1.4",
- "@capacitor/haptics": "^4.1.0",
- "@capacitor/ios": "^4.6.1",
- "@capacitor/keyboard": "^4.1.0",
- "@capacitor/motion": "^4.0.2",
- "@capacitor/network": "^4.1.0",
- "@capacitor/share": "^4.1.0",
- "@capacitor/splash-screen": "^4.1.2",
- "@capacitor/status-bar": "^4.1.1",
- "@chenfengyuan/vue-qrcode": "2",
- "@ionic/vue": "^6.3.8",
- "@ionic/vue-router": "^6.3.8",
- "@vant/area-data": "^1.3.2",
- "@vueuse/core": "^9.6.0",
- "axios": "^1.2.0",
- "cordova-plugin-android-notch": "^1.0.3",
- "date-fns": "^2.29.3",
- "eruda": "^2.6.1",
- "ionicons": "^6.0.4",
- "less": "^4.1.3",
- "less-loader": "^11.1.0",
- "normalize.css": "^8.0.1",
- "pinia": "^2.0.26",
- "qrcode": "1",
- "qs": "^6.11.0",
- "swiper": "^8.4.5",
- "vant": "^4.0.2",
- "vue": "^3.2.45",
- "vue-i18n": "9",
- "vue-router": "^4.1.6"
- },
- "devDependencies": {
- "@capacitor/cli": "^4.6.1",
- "@rushstack/eslint-patch": "^1.1.4",
- "@vitejs/plugin-vue": "^3.2.0",
- "@vue/eslint-config-prettier": "^7.0.0",
- "eslint": "^8.22.0",
- "eslint-plugin-vue": "^9.3.0",
- "prettier": "^2.7.1",
- "vite": "^3.2.4",
- "vite-plugin-imagemin": "^0.6.1"
- }
- }
|