forked from spuithori/tokimekibluesky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.03 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
{
"name": "bluesky-test",
"author": "holybea",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"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": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@types/cookie": "^0.5.1",
"@vite-pwa/sveltekit": "^0.2.5",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"autoprefixer": "^10.4.7",
"filepond-plugin-file-poster": "^2.5.1",
"filepond-plugin-image-crop": "^2.0.6",
"ogp-parser": "^0.8.1",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"svelte-floating-ui": "^1.5.2",
"svelte-preprocess": "^5.0.4",
"tinyld": "^1.3.4",
"tslib": "^2.4.1",
"typescript": "^5.1.3",
"uuid": "^9.0.0",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.16.4"
},
"type": "module",
"dependencies": {
"@atproto/api": "^0.3.13",
"@ipld/car": "^5.1.1",
"@splidejs/svelte-splide": "^0.2.9",
"@supabase/supabase-js": "^2.20.0",
"@sveltejs/adapter-vercel": "^3.0.1",
"@vercel/analytics": "^1.0.1",
"cbor-x": "^1.5.2",
"date-fns": "^2.29.3",
"dexie": "^4.0.1-alpha.10",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.7",
"glightbox": "^3.2.0",
"intl-segmenter-polyfill": "^0.4.4",
"kolorist": "^1.7.0",
"multiformats": "^11.0.2",
"postcss-nested": "5.0.1",
"postcss-preset-env": "*",
"svelte-dnd-action": "^0.9.22",
"svelte-filepond": "^0.2.0",
"svelte-french-toast": "^1.0.4",
"svelte-i18n": "^3.6.0",
"svelte-infinite-loading": "^1.3.8"
}
}