the {coilest,wokest,funnest} client for bluesky next.bbell.vt3e.cat/
bluesky client
0

Configure Feed

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

bluebell / package.json
2.2 kB 76 lines
1{ 2 "name": "@vt3e.cat/bluebell", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "run-p type-check \"build-only {@}\" --", 9 "preview": "vite preview", 10 "build-only": "vite build", 11 "type-check": "vue-tsc --build", 12 "lint": "run-s lint:*", 13 "lint:oxlint": "oxlint . --fix", 14 "lint:eslint": "eslint . --fix --cache", 15 "format": "oxfmt src/" 16 }, 17 "dependencies": { 18 "@atcute/atproto": "^3.1.12", 19 "@atcute/bluesky": "^3.3.5", 20 "@atcute/bluesky-richtext-builder": "^3.0.1", 21 "@atcute/bluesky-richtext-parser": "^2.1.1", 22 "@atcute/bluesky-richtext-segmenter": "^3.0.0", 23 "@atcute/bluesky-threading": "^5.0.7", 24 "@atcute/client": "^4.2.2", 25 "@atcute/identity-resolver": "^1.2.3", 26 "@atcute/lexicons": "^1.3.1", 27 "@atcute/microcosm": "^1.0.4", 28 "@atcute/oauth-browser-client": "^3.0.1", 29 "@iconify-prerendered/vue-material-symbols": "^0.28.1755063979", 30 "emojibase": "^17.0.0", 31 "emojibase-data": "^17.0.0", 32 "hls.js": "^1.6.16", 33 "pinia": "^3.0.4", 34 "vue": "beta" 35 }, 36 "devDependencies": { 37 "@tsconfig/node24": "^24.0.4", 38 "@types/node": "^24.12.4", 39 "@vitejs/plugin-vue": "^6.0.7", 40 "@vue/eslint-config-typescript": "^14.7.0", 41 "@vue/tsconfig": "^0.9.1", 42 "eslint": "^10.4.1", 43 "eslint-config-prettier": "^10.1.8", 44 "eslint-plugin-oxlint": "~1.57.0", 45 "eslint-plugin-vue": "~10.8.0", 46 "jiti": "^2.7.0", 47 "npm-run-all2": "^8.0.4", 48 "oxfmt": "^0.42.0", 49 "oxlint": "~1.57.0", 50 "sass-embedded": "^1.100.0", 51 "typescript": "~6.0.3", 52 "vite": "^8.0.14", 53 "vite-plugin-vue-devtools": "^8.1.2", 54 "vue-tsc": "^3.3.3", 55 "wispctl": "^1.1.2", 56 "zod": "^4.4.3" 57 }, 58 "engines": { 59 "node": "^20.19.0 || >=22.12.0" 60 }, 61 "overrides": { 62 "vue": "beta", 63 "@vue/compiler-core": "beta", 64 "@vue/compiler-dom": "beta", 65 "@vue/compiler-sfc": "beta", 66 "@vue/compiler-ssr": "beta", 67 "@vue/compiler-vapor": "beta", 68 "@vue/reactivity": "beta", 69 "@vue/runtime-core": "beta", 70 "@vue/runtime-dom": "beta", 71 "@vue/runtime-vapor": "beta", 72 "@vue/server-renderer": "beta", 73 "@vue/shared": "beta", 74 "@vue/compat": "beta" 75 } 76}