-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
83 lines (83 loc) · 2.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "bluesky-test",
"author": "holybea",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/cookie": "^0.5.1",
"@vite-pwa/sveltekit": "^0.3.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.7",
"kolorist": "^1.8.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "*",
"svelte": "^5.2.1",
"svelte-check": "^4.0.5",
"svelte-floating-ui": "^1.5.9",
"svelte-preprocess": "^6.0.3",
"tinyld": "^1.3.4",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"uuid": "^9.0.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.16.4"
},
"type": "module",
"dependencies": {
"@atproto/api": "^0.13.15",
"@atproto/common-web": "^0.3.1",
"@emoji-mart/data": "^1.2.1",
"@giphy/js-fetch-api": "^5.6.0",
"@giphy/svelte-components": "^1.1.0",
"@ipld/car": "^5.2.4",
"@ipld/dag-cbor": "^9.2.2",
"@neodrag/svelte": "^2.0.6",
"@supabase/supabase-js": "^2.20.0",
"@sveltejs/adapter-vercel": "^5.4.6",
"@tanstack/svelte-virtual": "^3.10.9",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-document": "^2.9.1",
"@tiptap/extension-hard-break": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-mention": "^2.9.1",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/suggestion": "^2.9.1",
"browser-image-compression": "^2.0.2",
"cbor-x": "^1.5.4",
"date-fns": "^4.1.0",
"dexie": "^4.0.4",
"dexie-export-import": "^4.1.1",
"embla-carousel-svelte": "^8.3.1",
"emoji-mart": "^5.6.0",
"hls.js": "^1.5.15",
"js-sha256": "^0.11.0",
"lucide-svelte": "^0.453.0",
"multiformats": "^11.0.2",
"photoswipe": "^5.4.4",
"photoswipe-dynamic-caption-plugin": "^1.2.7",
"svelte-dnd-action": "0.9.49",
"svelte-i18n": "^4.0.1",
"svelte-infinite-loading": "git+https://github.com/spuithori/svelte-infinite-loading.git#v1.3.8-f2",
"svelte-interactions": "^0.2.0",
"svelte-sonner": "^0.3.28",
"sveltekit-embed": "^0.0.18",
"vidstack": "^1.12.12"
}
}