{ "name": "@yetanother/desktop", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "echo 'Desktop build requires Rust toolchain. Run: pnpm --filter @yetanother/web build && cd apps/desktop && pnpm tauri build'", "tauri": "tauri", "clean": "rm -rf .turbo node_modules dist src-tauri/target" }, "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "@tauri-apps/api": "^2.5.0", "@tauri-apps/plugin-shell": "^2.2.0", "@tauri-apps/plugin-notification": "^2.2.0", "@yetanother/web": "workspace:*" }, "devDependencies": { "@tauri-apps/cli": "^2.5.0", "@yetanother/tsconfig": "workspace:*", "@yetanother/eslint-config": "workspace:*", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0", "typescript": "^5.8.0", "vite": "^6.3.0", "@vitejs/plugin-react": "^4.4.0", "eslint": "^9.25.0" } }