grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
50
fork

Configure Feed

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

at a10477e4ffc00394d571d95d4cb3c9432979f3b0 29 lines 1.3 kB view raw
1{ 2 "imports": { 3 "$lexicon/": "./__generated__/", 4 "@atproto/syntax": "npm:@atproto/syntax@^0.4.0", 5 "@bigmoves/bff": "jsr:@bigmoves/bff@0.3.0-beta.29", 6 "@std/http": "jsr:@std/http@^1.0.17", 7 "@std/path": "jsr:@std/path@^1.0.9", 8 "@tailwindcss/cli": "npm:@tailwindcss/cli@^4.1.4", 9 "date-fns": "npm:date-fns@^4.1.0", 10 "popmotion": "npm:popmotion@^11.0.5", 11 "preact": "npm:preact@^10.26.5", 12 "tailwindcss": "npm:tailwindcss@^4.1.4", 13 "typed-htmx": "npm:typed-htmx@^0.3.1" 14 }, 15 "tasks": { 16 "start": "deno run -A ./src/main.tsx", 17 "dev": "deno run \"dev:*\"", 18 "dev:server": "deno run -A --env-file=.env --watch ./src/main.tsx", 19 "dev:tailwind": "deno run -A --node-modules-dir npm:@tailwindcss/cli -i ./src/input.css -o ./static/styles.css --watch", 20 "sync": "deno run -A --env=.env jsr:@bigmoves/bff-cli@0.3.0-beta.29 sync --collections=social.grain.gallery,social.grain.actor.profile,social.grain.photo,social.grain.favorite,social.grain.gallery.item --external-collections=app.bsky.actor.profile,app.bsky.graph.follow", 21 "codegen": "deno run -A jsr:@bigmoves/bff-cli@0.3.0-beta.29 lexgen" 22 }, 23 "compilerOptions": { 24 "jsx": "precompile", 25 "jsxPrecompileSkipElements": ["a", "label"], 26 "jsxImportSource": "preact" 27 }, 28 "nodeModulesDir": "auto" 29}