{ "name": "notice-client", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "build:deb": "tauri build --bundles deb --target x86_64-unknown-linux-gnu", "build:deb:x64": "tauri build --bundles deb --target x86_64-unknown-linux-gnu", "build:deb:arm64": "tauri build --bundles deb --target aarch64-unknown-linux-gnu", "build:deb:all": "bash ../scripts/build-linux-deb-all.sh notice-client", "preview": "vite preview", "tauri": "tauri", "icons:generate": "tauri icon ./src-tauri/icons/zh_icon.png" }, "dependencies": { "@element-plus/icons-vue": "^2.3.2", "@tauri-apps/api": "^1", "element-plus": "^2.13.6", "sass": "^1.98.0", "unplugin-auto-import": "^21.0.0", "unplugin-vue-components": "^32.0.0", "vue": "^3.5.13", "vue-router": "5.0.4" }, "devDependencies": { "@tauri-apps/cli": "^1", "@vitejs/plugin-vue": "^5.2.1", "typescript": "~5.6.2", "vite": "^6.0.3", "vue-tsc": "^2.1.10" } }