{ "name": "tauri-android-invoice", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "tauri": "tauri", "test": "vitest run" }, "dependencies": { "@tauri-apps/api": "^2.0.0", "@tauri-apps/plugin-barcode-scanner": "^2.0.0", "jsqr": "^1.4.0", "vue": "^3.4.0", "vue-router": "^4.3.0" }, "devDependencies": { "@tauri-apps/cli": "^2.0.0", "@vitejs/plugin-vue": "^5.0.0", "jsdom": "^24.0.0", "qrcode": "^1.5.4", "vite": "^5.2.0", "vitest": "^1.6.0" } }