tauri-android-tax/package.json
2026-07-08 18:01:27 +08:00

27 lines
568 B
JSON

{
"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",
"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",
"vite": "^5.2.0",
"vitest": "^1.6.0"
}
}