One-click backups for AT Protocol
at main 2.2 kB view raw
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-log": "~2", 33 "@tauri-apps/plugin-opener": "^2.4.0", 34 "@tauri-apps/plugin-process": "~2.3.0", 35 "@tauri-apps/plugin-shell": "~2.3.0", 36 "@tauri-apps/plugin-store": "~2.3.0", 37 "@tauri-apps/plugin-updater": "~2.9.0", 38 "@tauri-apps/plugin-websocket": "~2.4.0", 39 "antd": "^5.26.6", 40 "class-variance-authority": "^0.7.1", 41 "clsx": "^2.1.1", 42 "lucide-react": "^0.525.0", 43 "next": "^15.4.2", 44 "next-themes": "^0.4.6", 45 "nextra": "^4.2.17", 46 "nextra-theme-docs": "^4.2.17", 47 "react": "^19.1.0", 48 "react-dom": "^19.1.0", 49 "react-markdown": "^10.1.0", 50 "remark-gfm": "^4.0.1", 51 "shadcn": "^2.9.2", 52 "shiki": "^3.8.1", 53 "sonner": "^2.0.6", 54 "tailwind-merge": "^3.3.1", 55 "tailwindcss": "^4.1.11" 56 }, 57 "devDependencies": { 58 "@tauri-apps/cli": "^2.6.2", 59 "@types/node": "^24.0.15", 60 "@types/react": "^18.3.23", 61 "@types/react-dom": "^18.3.7", 62 "@vitejs/plugin-react": "^4.7.0", 63 "tw-animate-css": "^1.3.5", 64 "typescript": "~5.6.3", 65 "vite": "^6.3.5" 66 }, 67 "trustedDependencies": [ 68 "@tailwindcss/oxide" 69 ], 70 "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" 71}