{ "name": "myApp", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "build:app": "npm run build && npx cap sync android && cd android && ./gradlew assembleDebug", "preview": "vite preview", "test:e2e": "cypress run", "test:unit": "vitest", "lint": "eslint ." }, "dependencies": { "@capacitor-community/video-recorder": "^7.5.0", "@capacitor/android": "8.3.0", "@capacitor/app": "8.1.0", "@capacitor/core": "8.3.0", "@capacitor/haptics": "8.0.2", "@capacitor/keyboard": "8.0.2", "@capacitor/status-bar": "8.0.2", "@capgo/camera-preview": "^8.3.1", "@ionic/vue": "^8.0.0", "@ionic/vue-router": "^8.0.0", "html2canvas": "^1.4.1", "ionicons": "^7.0.0", "silly-datetime": "^0.1.2", "vant": "^4.9.24", "vconsole": "^3.15.1", "vue": "^3.3.0", "vue-router": "^4.2.0" }, "devDependencies": { "@capacitor/cli": "8.3.0", "@vitejs/plugin-legacy": "^5.0.0", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/test-utils": "^2.3.0", "cypress": "^13.5.0", "eslint": "^8.35.0", "eslint-plugin-vue": "^9.9.0", "jsdom": "^22.1.0", "postcss-px-to-viewport": "^1.1.1", "terser": "^5.4.0", "typescript": "~5.9.0", "vite": "^5.0.0", "vitest": "^0.34.6", "vue-tsc": "^2.1.10" }, "description": "An Ionic project" }