[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-cloudflare-statusphere. statusphere.atmo.tools
atproto cloudflare-workers oauth svelte
0

Configure Feed

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

1{ 2 "name": "svelte-atproto-oauth-cloudflare-workers", 3 "private": true, 4 "version": "0.1.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite dev", 8 "build": "vite build", 9 "preview": "vite preview", 10 "prepare": "svelte-kit sync || echo ''", 11 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 12 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", 13 "format": "prettier --write .", 14 "lint": "prettier --check . && eslint .", 15 "generate-key": "npx tsx scripts/generate-key.ts" 16 }, 17 "devDependencies": { 18 "@atcute/atproto": "^3.1.10", 19 "@atcute/bluesky": "^3.2.15", 20 "@atcute/client": "^4.2.1", 21 "@atcute/identity-resolver": "^1.2.2", 22 "@atcute/lexicons": "^1.2.6", 23 "@atcute/oauth-node-client": "^1.1.0", 24 "@atcute/tid": "^1.1.1", 25 "@cloudflare/workers-types": "^4.20260304.0", 26 "@eslint/compat": "^2.0.1", 27 "@eslint/js": "^9.39.2", 28 "@sveltejs/adapter-cloudflare": "^7.2.8", 29 "@sveltejs/kit": "^2.50.0", 30 "@sveltejs/vite-plugin-svelte": "^6.2.4", 31 "@tailwindcss/forms": "^0.5.11", 32 "@tailwindcss/vite": "^4.1.18", 33 "bits-ui": "^2.15.4", 34 "eslint": "^9.39.2", 35 "eslint-config-prettier": "^10.1.8", 36 "eslint-plugin-svelte": "^3.14.0", 37 "globals": "^17.0.0", 38 "prettier": "^3.8.1", 39 "prettier-plugin-svelte": "^3.4.1", 40 "prettier-plugin-tailwindcss": "^0.7.2", 41 "svelte": "^5.48.0", 42 "svelte-check": "^4.3.5", 43 "tailwindcss": "^4.1.18", 44 "tsx": "^4.19.0", 45 "typescript": "^5.9.3", 46 "typescript-eslint": "^8.53.1", 47 "vite": "^7.3.1", 48 "wrangler": "^4.0.0" 49 }, 50 "license": "MIT", 51 "dependencies": { 52 "valibot": "^1.2.0" 53 } 54}