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

Configure Feed

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

at main 38 lines 963 B view raw
1{ 2 "name": "grain", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "start": "hatk start", 7 "dev": "vp dev", 8 "build": "vp build", 9 "check": "vp check && svelte-check", 10 "format": "vp format", 11 "test": "vp test", 12 "test:browser": "npx playwright test" 13 }, 14 "dependencies": { 15 "@hatk/hatk": "^0.0.1-alpha.61", 16 "@sveltejs/adapter-node": "^5.5.4", 17 "@sveltejs/kit": "^2.55.0", 18 "@tanstack/svelte-query": "^6.1.0", 19 "exifr": "^7.1.3", 20 "fflate": "^0.8.2", 21 "h3-js": "^4.4.0", 22 "lucide-svelte": "^0.576.0" 23 }, 24 "devDependencies": { 25 "@playwright/test": "^1", 26 "@types/node": "^25.4.0", 27 "@voidzero-dev/vite-plus-core": "^0.1.11", 28 "svelte": "^5", 29 "svelte-check": "^4", 30 "typescript": "^5", 31 "vite-plus": "^0.1.11" 32 }, 33 "overrides": { 34 "vite": "npm:@voidzero-dev/vite-plus-core@latest", 35 "vitest": "npm:@voidzero-dev/vite-plus-test@latest" 36 }, 37 "packageManager": "npm@11.11.1" 38}