pleroma-like client for Bluesky
pl.hexmani.ac
bluesky
pleroma
social-media
1{
2 "name": "bluroma",
3 "version": "0.1.0",
4 "description": "pleroma-like client for Bluesky",
5 "keywords": [
6 "atproto",
7 "bluesky",
8 "client"
9 ],
10 "homepage": "https://tangled.org/@hexmani.ac/bluroma",
11 "bugs": {
12 "url": "https://tangled.org/@hexmani.ac/bluroma/issues"
13 },
14 "license": "AGPL-3.0-only",
15 "repository": {
16 "type": "git",
17 "url": "git+https://tangled.org/@hexmani.ac/bluroma.git"
18 },
19 "type": "module",
20 "scripts": {
21 "start": "vite",
22 "dev": "vite",
23 "build": "vite build",
24 "serve": "vite preview"
25 },
26 "devDependencies": {
27 "@types/bun": "^1.3.0",
28 "sass": "^1.81.0",
29 "solid-devtools": "^0.34.3",
30 "typescript": "^5.7.2",
31 "vite": "^7.1.4",
32 "vite-plugin-solid": "^2.11.8"
33 },
34 "dependencies": {
35 "@atcute/atproto": "^3.1.8",
36 "@atcute/bluesky": "^3.2.8",
37 "@atcute/bluesky-richtext-builder": "^2.0.4",
38 "@atcute/client": "^4.0.5",
39 "@atcute/lexicons": "^1.2.2",
40 "@atcute/oauth-browser-client": "^1.0.27",
41 "@atcute/tid": "^1.0.3",
42 "@solidjs/router": "^0.15.3",
43 "@yaireo/relative-time": "^1.1.0",
44 "solid-js": "^1.9.5"
45 }
46}