-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.89 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": "lumilumi",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && 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",
"test": "vitest",
"generate-pwa-assets": "pwa-assets-generator"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.1.0",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.2",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-vercel": "^5.5.2",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/svelte": "^5.2.6",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-footnote": "^3.0.4",
"@types/punycode": "^2.1.4",
"@types/qrcode": "^1.5.5",
"@types/ws": "^8.5.13",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/sveltekit": "^0.6.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"type": "module",
"dependencies": {
"@tanstack/svelte-query": "^5.62.9",
"@tanstack/svelte-query-devtools": "^5.62.9",
"cookie": "^1.0.2",
"graphemesplit": "^2.4.4",
"light-bolt11-decoder": "^3.2.0",
"lucide-svelte": "^0.469.0",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"nostr-login": "^1.6.14",
"nostr-tools": "^2.10.4",
"nostr-typedef": "^0.11.0",
"punycode": "^2.3.1",
"qrcode": "^1.5.4",
"rx-nostr": "^3.4.2",
"rx-nostr-crypto": "^3.1.3",
"svelte-boring-avatars": "^1.2.6",
"svelte-i18n": "^4.0.1",
"unfurl.js": "^6.4.0",
"ws": "^8.18.0"
}
}