your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

at main 126 lines 4.3 kB view raw
1{ 2 "name": "blento", 3 "private": true, 4 "version": "0.2.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite dev", 8 "build": "NODE_OPTIONS='--max-old-space-size=4096' vite build && contrail append-scheduled", 9 "preview": "pnpm run build && wrangler dev", 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 "lint": "prettier --check . && eslint .", 14 "format": "eslint --fix . && prettier --write .", 15 "test": "vitest run", 16 "deploy": "pnpm run build && wrangler deploy", 17 "cf-typegen": "wrangler types ./src/worker-configuration.d.ts", 18 "env:generate-key": "npx tsx src/lib/atproto/scripts/generate-key.ts", 19 "env:generate-secret": "npx tsx src/lib/atproto/scripts/generate-secret.ts", 20 "env:setup-dev": "npx tsx src/lib/atproto/scripts/setup-dev.ts", 21 "tunnel": "npx tsx src/lib/atproto/scripts/tunnel.ts", 22 "generate": "contrail-lex generate", 23 "backfill": "contrail backfill", 24 "backfill:remote": "contrail backfill --remote" 25 }, 26 "devDependencies": { 27 "@atcute/lex-cli": "^2.8.1", 28 "@atcute/lexicon-doc": "^2.1.2", 29 "@atmo-dev/contrail-lexicons": "^0.4.5", 30 "@eslint/compat": "^2.0.3", 31 "@eslint/js": "^10.0.1", 32 "@sveltejs/adapter-cloudflare": "^7.2.8", 33 "@sveltejs/kit": "^2.55.0", 34 "@sveltejs/vite-plugin-svelte": "^7.0.0", 35 "@tailwindcss/forms": "^0.5.11", 36 "@tailwindcss/vite": "^4.2.1", 37 "@types/turndown": "^5.0.6", 38 "eslint": "^10.0.3", 39 "eslint-config-prettier": "^10.1.8", 40 "eslint-plugin-svelte": "^3.15.2", 41 "globals": "^17.4.0", 42 "prettier": "^3.8.1", 43 "prettier-plugin-svelte": "^3.5.1", 44 "prettier-plugin-tailwindcss": "^0.7.2", 45 "svelte": "^5.53.11", 46 "svelte-check": "^4.4.5", 47 "svelte-maplibre-gl": "^1.0.3", 48 "tailwindcss": "^4.2.1", 49 "tsx": "^4.21.0", 50 "typescript": "^5.9.3", 51 "typescript-eslint": "^8.57.0", 52 "valibot": "^1.3.1", 53 "vite": "^8.0.0", 54 "vitest": "^4.1.4" 55 }, 56 "dependencies": { 57 "@atcute/atproto": "^3.1.10", 58 "@atcute/bluesky": "^3.3.0", 59 "@atcute/bluesky-richtext-parser": "^2.1.1", 60 "@atcute/bluesky-richtext-segmenter": "^3.0.0", 61 "@atcute/client": "^4.2.1", 62 "@atcute/identity-resolver": "^1.2.2", 63 "@atcute/lexicons": "^1.3.0", 64 "@atcute/oauth-browser-client": "^3.0.0", 65 "@atcute/oauth-node-client": "^1.1.0", 66 "@atcute/standard-site": "^1.0.1", 67 "@atcute/tid": "^1.1.2", 68 "@atmo-dev/contrail": "^0.5.0", 69 "@cloudflare/workers-types": "^4.20260313.1", 70 "@ethercorps/sveltekit-og": "^4.2.1", 71 "@floating-ui/dom": "^1.7.6", 72 "@foxui/3d": "^0.8.5", 73 "@foxui/colors": "^0.8.5", 74 "@foxui/core": "^0.9.1", 75 "@foxui/social": "^0.8.9", 76 "@foxui/time": "^0.8.5", 77 "@foxui/visual": "^0.8.7", 78 "@internationalized/date": "^3.12.0", 79 "@number-flow/svelte": "^0.4.0", 80 "@tailwindcss/typography": "^0.5.19", 81 "@threlte/core": "^8.4.1", 82 "@threlte/extras": "^9.8.1", 83 "@tiptap/core": "^3.20.1", 84 "@tiptap/extension-bubble-menu": "^3.20.1", 85 "@tiptap/extension-code-block-lowlight": "^3.20.1", 86 "@tiptap/extension-document": "^3.20.1", 87 "@tiptap/extension-image": "^3.20.1", 88 "@tiptap/extension-link": "^3.20.1", 89 "@tiptap/extension-paragraph": "^3.20.1", 90 "@tiptap/extension-placeholder": "^3.20.1", 91 "@tiptap/extension-text": "^3.20.1", 92 "@tiptap/extension-typography": "^3.20.1", 93 "@tiptap/extension-underline": "^3.20.1", 94 "@tiptap/markdown": "^3.20.1", 95 "@tiptap/pm": "^3.20.1", 96 "@tiptap/starter-kit": "^3.20.1", 97 "@tiptap/suggestion": "^3.20.1", 98 "@types/three": "^0.183.1", 99 "bits-ui": "^2.16.3", 100 "clsx": "^2.1.1", 101 "dompurify": "^3.3.3", 102 "gsap": "^3.14.2", 103 "hls.js": "^1.6.15", 104 "leaflet": "^1.9.4", 105 "link-preview-js": "^4.0.0", 106 "lowlight": "^3.3.0", 107 "maplibre-gl": "^5.20.0", 108 "marked": "^17.0.4", 109 "perfect-freehand": "^1.2.3", 110 "plyr": "^3.8.4", 111 "qr-code-styling": "^1.9.2", 112 "react-grid-layout": "^2.2.2", 113 "simple-icons": "^16.11.0", 114 "svelte-boring-avatars": "^1.2.6", 115 "svelte-sonner": "^1.1.0", 116 "svelte-tiptap": "^3.0.1", 117 "tailwind-merge": "^3.5.0", 118 "tailwind-variants": "^3.2.2", 119 "tailwindcss-animate": "^1.0.7", 120 "three": "^0.183.2", 121 "turndown": "^7.2.2", 122 "wrangler": "^4.73.0" 123 }, 124 "packageManager": "pnpm@9.15.0", 125 "license": "MIT" 126}