One-click backups for AT Protocol
1{ 2 "name": "atproto-backup", 3 "private": true, 4 "version": "0.1.2", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc && vite build", 9 "preview": "vite preview", 10 "tauri": "tauri" 11 }, 12 "dependencies": { 13 "@atcute/car": "^3.1.1", 14 "@atproto/api": "^0.15.26", 15 "@atproto/jwk-webcrypto": "^0.1.9", 16 "@atproto/oauth-client-browser": "^0.3.27", 17 "@radix-ui/react-avatar": "^1.1.10", 18 "@radix-ui/react-checkbox": "^1.3.2", 19 "@radix-ui/react-dialog": "^1.1.14", 20 "@radix-ui/react-dropdown-menu": "^2.1.15", 21 "@radix-ui/react-label": "^2.1.7", 22 "@radix-ui/react-progress": "^1.1.7", 23 "@radix-ui/react-scroll-area": "^1.2.9", 24 "@radix-ui/react-slot": "^1.2.3", 25 "@radix-ui/react-switch": "^1.2.5", 26 "@radix-ui/react-tooltip": "^1.2.7", 27 "@tailwindcss/vite": "^4.1.11", 28 "@tauri-apps/api": "^2.6.0", 29 "@tauri-apps/plugin-autostart": "~2.5.0", 30 "@tauri-apps/plugin-deep-link": "~2.4.0", 31 "@tauri-apps/plugin-fs": "~2.4.0", 32 "@tauri-apps/plugin-opener": "^2.4.0", 33 "@tauri-apps/plugin-process": "~2.3.0", 34 "@tauri-apps/plugin-shell": "~2.3.0", 35 "@tauri-apps/plugin-store": "~2.3.0", 36 "@tauri-apps/plugin-updater": "~2.9.0", 37 "@tauri-apps/plugin-websocket": "~2.4.0", 38 "antd": "^5.26.6", 39 "class-variance-authority": "^0.7.1", 40 "clsx": "^2.1.1", 41 "lucide-react": "^0.525.0", 42 "next": "^15.4.2", 43 "next-themes": "^0.4.6", 44 "nextra": "^4.2.17", 45 "nextra-theme-docs": "^4.2.17", 46 "react": "^19.1.0", 47 "react-dom": "^19.1.0", 48 "react-markdown": "^10.1.0", 49 "remark-gfm": "^4.0.1", 50 "shadcn": "^2.9.2", 51 "shiki": "^3.8.1", 52 "sonner": "^2.0.6", 53 "tailwind-merge": "^3.3.1", 54 "tailwindcss": "^4.1.11" 55 }, 56 "devDependencies": { 57 "@tauri-apps/cli": "^2.6.2", 58 "@types/node": "^24.0.15", 59 "@types/react": "^18.3.23", 60 "@types/react-dom": "^18.3.7", 61 "@vitejs/plugin-react": "^4.7.0", 62 "tw-animate-css": "^1.3.5", 63 "typescript": "~5.6.3", 64 "vite": "^6.3.5" 65 }, 66 "trustedDependencies": [ 67 "@tailwindcss/oxide" 68 ], 69 "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" 70}