{ "name": "@mixvideo/desktop", "private": true, "version": "0.1.6", "type": "module", "scripts": { "dev": "tauri dev", "build": "tsc && vite build", "preview": "vite preview", "tauri": "tauri", "tauri:dev": "tauri dev", "tauri:build": "tauri build", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage" }, "dependencies": { "@heroicons/react": "^2.2.0", "@tauri-apps/api": "^2.6.0", "@tauri-apps/plugin-dialog": "^2", "@tauri-apps/plugin-fs": "^2", "@tauri-apps/plugin-opener": "^2", "clsx": "^2.0.0", "date-fns": "^2.30.0", "lucide-react": "^0.294.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.20.1", "zustand": "^4.4.7" }, "devDependencies": { "@tauri-apps/cli": "^2", "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.16", "jsdom": "^23.0.1", "postcss": "^8.4.32", "tailwindcss": "^3.4.0", "typescript": "~5.6.2", "vite": "^6.0.3", "vitest": "^1.0.0" } }