ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 53 lines 1.6 kB view raw
1{ 2 "name": "@atlast/root", 3 "homepage": "https://atlast.byarielm.fyi", 4 "private": true, 5 "version": "0.0.1", 6 "type": "module", 7 "scripts": { 8 "dev": "npx netlify-cli dev --filter @atlast/web", 9 "dev:mock": "pnpm --filter @atlast/web dev", 10 "dev:full": "npx netlify-cli dev --filter @atlast/web", 11 "dev:popup": "pnpm --filter @atlast/extension dev:popup", 12 "build": "pnpm --filter @atlast/web build", 13 "init-db": "tsx scripts/init-local-db.ts", 14 "generate-key": "tsx scripts/generate-encryption-key.ts" 15 }, 16 "dependencies": { 17 "@atcute/identity": "^1.1.0", 18 "@atcute/identity-resolver": "^1.1.3", 19 "@atproto/api": "^0.17.0", 20 "@atproto/identity": "^0.4.9", 21 "@atproto/jwk-jose": "^0.1.10", 22 "@atproto/oauth-client-node": "^0.3.8", 23 "@icons-pack/react-simple-icons": "^13.8.0", 24 "@neondatabase/serverless": "^1.0.2", 25 "@netlify/functions": "^4.2.7", 26 "@tanstack/react-virtual": "^3.13.13", 27 "actor-typeahead": "^0.1.2", 28 "cookie": "^1.0.2", 29 "date-fns": "^4.1.0", 30 "jose": "^6.1.0", 31 "jszip": "^3.10.1", 32 "lucide-react": "^0.544.0", 33 "react": "^18.3.1", 34 "react-dom": "^18.3.1", 35 "zod": "^4.2.1", 36 "zustand": "^5.0.9" 37 }, 38 "devDependencies": { 39 "@types/jszip": "^3.4.0", 40 "@types/node": "^24.6.2", 41 "@types/react": "^19.1.14", 42 "@types/react-dom": "^19.1.9", 43 "@vitejs/plugin-react": "^4.2.1", 44 "autoprefixer": "^10.4.21", 45 "baseline-browser-mapping": "^2.8.31", 46 "gh-pages": "^6.3.0", 47 "postcss": "^8.5.6", 48 "tailwindcss": "^3.4.0", 49 "typescript": "^5.3.3", 50 "vite": "^5.4.0", 51 "vite-plugin-svgr": "^4.5.0" 52 } 53}