One-click backups for AT Protocol
1{ 2 "name": "atproto-backup", 3 "private": true, 4 "version": "0.1.0", 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.25", 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-dropdown-menu": "^2.1.15", 20 "@radix-ui/react-label": "^2.1.7", 21 "@radix-ui/react-progress": "^1.1.7", 22 "@radix-ui/react-scroll-area": "^1.2.9", 23 "@radix-ui/react-slot": "^1.2.3", 24 "@radix-ui/react-switch": "^1.2.5", 25 "@tailwindcss/vite": "^4.1.11", 26 "@tauri-apps/api": "^2", 27 "@tauri-apps/plugin-autostart": "~2", 28 "@tauri-apps/plugin-deep-link": "~2", 29 "@tauri-apps/plugin-fs": "~2", 30 "@tauri-apps/plugin-opener": "^2", 31 "@tauri-apps/plugin-process": "~2", 32 "@tauri-apps/plugin-shell": "~2", 33 "@tauri-apps/plugin-store": "~2", 34 "@tauri-apps/plugin-updater": "~2", 35 "@tauri-apps/plugin-websocket": "~2", 36 "antd": "^5.26.4", 37 "class-variance-authority": "^0.7.1", 38 "clsx": "^2.1.1", 39 "lucide-react": "^0.525.0", 40 "next": "^15.3.5", 41 "next-themes": "^0.4.6", 42 "nextra": "^4.2.17", 43 "nextra-theme-docs": "^4.2.17", 44 "react": "^19.1.0", 45 "react-dom": "^19.1.0", 46 "shadcn": "^2.9.0", 47 "sonner": "^2.0.6", 48 "tailwind-merge": "^3.3.1", 49 "tailwindcss": "^4.1.11" 50 }, 51 "devDependencies": { 52 "@tauri-apps/cli": "^2", 53 "@types/node": "^24.0.13", 54 "@types/react": "^18.3.1", 55 "@types/react-dom": "^18.3.1", 56 "@vitejs/plugin-react": "^4.3.4", 57 "tw-animate-css": "^1.3.5", 58 "typescript": "~5.6.2", 59 "vite": "^6.0.3" 60 }, 61 "trustedDependencies": [ 62 "@tailwindcss/oxide" 63 ] 64}