-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.98 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
{
"name": "blossom-drive",
"private": true,
"version": "0.1.1",
"type": "module",
"author": "hzrd149",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier -w ."
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.0",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language": "^6.10.2",
"@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "^2.10.0",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.1",
"@nostr-dev-kit/ndk-svelte": "^2.2.18",
"@nostr-dev-kit/ndk-svelte-components": "^2.2.19",
"@scure/base": "^1.1.7",
"@uiw/codemirror-theme-github": "^4.23.0",
"blossom-client-sdk": "^0.9.1",
"blossom-drive-sdk": "^0.4.1",
"codemirror": "^6.0.1",
"dayjs": "^1.11.13",
"eventemitter3": "^5.0.1",
"file-saver": "^2.0.5",
"flowbite": "^2.5.1",
"flowbite-svelte": "^0.46.15",
"flowbite-svelte-icons": "^1.6.1",
"highlight.js": "^11.10.0",
"idb": "^8.0.0",
"jszip": "^3.10.1",
"lodash.throttle": "^4.1.1",
"mime": "^4.0.4",
"nanoid": "^5.0.7",
"nostr-tools": "^2.7.2",
"path-browserify": "^1.0.1",
"rehype-highlight": "^7.0.0",
"svelte-codemirror-editor": "^1.4.0",
"svelte-exmarkdown": "^3.0.5",
"svelte-spa-router": "^4.0.1",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@types/file-saver": "^2.0.7",
"@types/lodash.throttle": "^4.1.9",
"@types/path-browserify": "^1.0.3",
"autoprefixer": "^10.4.20",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-pwa": "^0.20.1"
},
"packageManager": "[email protected]"
}