-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.61 KB
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
{
"name": "ehagaki",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"prebuild": "npx rimraf dist",
"build": "vite build",
"preview": "vite preview --host",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:ui": "vitest --ui",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/svelte": "^5.2.8",
"@types/node": "^24.2.0",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"gh-pages": "^6.3.0",
"happy-dom": "^20.0.8",
"jsdom": "^26.1.0",
"svelte": "^5.38.7",
"svelte-check": "^4.3.1",
"typescript": "~5.8.3",
"vite": "^7.0.6",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-static-copy": "^3.1.3",
"vitest": "^3.2.4"
},
"dependencies": {
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@rx-nostr/crypto": "^0.0.0",
"@tiptap/core": "^3.18.0",
"@tiptap/extension-image": "^3.18.0",
"@tiptap/extension-unique-id": "^3.18.0",
"@tiptap/extensions": "^3.18.0",
"@tiptap/starter-kit": "^3.18.0",
"@tiptap/suggestion": "^3.20.0",
"bits-ui": "^2.14.4",
"blurhash": "^2.0.5",
"browser-image-compression": "^2.0.2",
"mediabunny": "^1.24.2",
"nostr-login": "^1.7.11",
"nostr-tools": "^2.15.1",
"nostr-zap": "^1.3.0",
"nostr-zap-view": "^1.4.6",
"rx-nostr": "^3.6.1",
"svelte-i18n": "^4.0.1",
"svelte-tiptap": "^3.0.1"
},
"overrides": {
"esbuild": "^0.25.8"
}
}