personal web client for Bluesky
typescript
solidjs
bluesky
atcute
1{
2 "type": "module",
3 "private": true,
4 "scripts": {
5 "dev": "vite",
6 "build": "vite build",
7 "preview": "vite preview",
8 "fmt": "prettier --cache --write ."
9 },
10 "dependencies": {
11 "@atcute/atproto": "^3.1.0",
12 "@atcute/bluemoji": "^3.1.0",
13 "@atcute/bluesky": "^3.1.0",
14 "@atcute/bluesky-richtext-parser": "^1.0.7",
15 "@atcute/bluesky-richtext-segmenter": "^2.0.3",
16 "@atcute/bluesky-search-parser": "^0.1.0",
17 "@atcute/cbor": "^2.2.4",
18 "@atcute/cid": "^2.2.3",
19 "@atcute/client": "^4.0.3",
20 "@atcute/lexicons": "^1.0.4",
21 "@atcute/oauth-browser-client": "^1.0.25",
22 "@atcute/tid": "^1.0.2",
23 "@atlaskit/pragmatic-drag-and-drop": "1.6.0",
24 "@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3",
25 "@floating-ui/dom": "^1.7.0",
26 "@floating-ui/utils": "^0.2.9",
27 "@kelinci/basa-lexicons": "^1.0.0",
28 "@mary/array-fns": "jsr:^0.1.4",
29 "@mary/async-iterator-fns": "jsr:^0.1.1",
30 "@mary/batch-fetch": "jsr:^0.1.0",
31 "@mary/date-fns": "jsr:^0.1.3",
32 "@mary/events": "jsr:^0.2.0",
33 "@mary/exif-rm": "jsr:^0.2.2",
34 "@mary/solid-freeze": "npm:@externdefs/solid-freeze@^0.1.1",
35 "@mary/solid-query": "npm:@externdefs/solid-query@^0.1.5",
36 "comlink": "^4.4.2",
37 "hls.js": "^1.6.2",
38 "idb": "^8.0.3",
39 "nanoid": "^5.1.5",
40 "solid-floating-ui": "~0.2.1",
41 "solid-js": "^1.9.7",
42 "webm-muxer": "^5.1.2"
43 },
44 "devDependencies": {
45 "@trivago/prettier-plugin-sort-imports": "^5.2.2",
46 "@types/dom-close-watcher": "^1.0.0",
47 "@types/dom-webcodecs": "^0.1.15",
48 "autoprefixer": "^10.4.21",
49 "babel-plugin-transform-typescript-const-enums": "^0.1.0",
50 "prettier": "^3.5.3",
51 "prettier-plugin-tailwindcss": "^0.6.11",
52 "tailwindcss": "^3.4.17",
53 "terser": "^5.40.0",
54 "typescript": "~5.8.3",
55 "vite": "^6.3.5",
56 "vite-plugin-pwa": "0.21.0",
57 "vite-plugin-solid": "^2.11.6",
58 "wrangler": "^4.18.0"
59 },
60 "pnpm": {
61 "patchedDependencies": {
62 "@floating-ui/utils": "patches/@floating-ui__utils.patch",
63 "@tanstack/query-core@5.17.19": "patches/@tanstack__query-core@5.17.19.patch",
64 "solid-js": "patches/solid-js.patch",
65 "vite-plugin-pwa": "patches/vite-plugin-pwa.patch",
66 "workbox-precaching": "patches/workbox-precaching.patch"
67 },
68 "overrides": {
69 "is-core-module": "npm:@nolyfill/is-core-module@^1",
70 "safe-buffer": "npm:@nolyfill/safe-buffer@^1",
71 "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1"
72 },
73 "onlyBuiltDependencies": [
74 "esbuild"
75 ]
76 }
77}