{ "name": "hololake-native-desktop", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "test": "node --test scripts/*.test.mjs", "tauri": "tauri" }, "dependencies": { "@tauri-apps/api": "2.10.1", "@tauri-apps/plugin-process": "2.3.1", "@tauri-apps/plugin-updater": "2.10.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@tauri-apps/cli": "2.10.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "typescript": "~5.9.3", "vite": "^7.3.5", "vitest": "^4.0.18" } }