-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 3.1 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "highlighter",
"version": "0.3.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
"lint": "eslint ."
},
"devDependencies": {
"@grail-ui/svelte": "^0.10.1",
"@rgossiaux/svelte-headlessui": "^1.0.2",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "1.0.0-next.50",
"@sveltejs/kit": "^1.22.3",
"@sveltejs/package": "^2.2.0",
"@tauri-apps/cli": "2.0.0-alpha.10",
"@types/inflected": "^2.1.0",
"@types/jsdom": "^21.1.1",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vite-pwa/assets-generator": "^0.0.4",
"@vite-pwa/sveltekit": "^0.2.5",
"autoprefixer": "^10.4.13",
"daisyui": "^3.3.1",
"dayjs": "^1.11.9",
"eslint": "^8.45.0",
"eslint-plugin-svelte": "^2.32.4",
"internal-ip": "^8.0.0",
"phosphor-svelte": "^1.3.0",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rollup-plugin-svelte": "^7.1.4",
"sirv-cli": "^2.0.2",
"svelte": "^4.1.1",
"svelte-time": "^0.7.2",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.1.3"
},
"type": "module",
"license": "MIT+CC",
"dependencies": {
"@fontsource/lora": "^5.0.8",
"@macfja/svelte-persistent-store": "^2.3.2",
"@mozilla/readability": "^0.4.4",
"@neodrag/svelte": "^2.0.3",
"@noble/hashes": "^1.3.1",
"@nostr-dev-kit/ndk": "0.8.21-1",
"@nostr-dev-kit/ndk-cache-dexie": "0.8.21-1",
"@nostr-dev-kit/ndk-cache-redis": "^1.3.0",
"@nostr-dev-kit/ndk-svelte": "0.8.21-1",
"@nostr-dev-kit/ndk-svelte-components": "0.8.21-1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@sveltejs/adapter-node": "^1.2.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tauri-apps/api": "2.0.0-alpha.5",
"@types/turndown": "^5.0.1",
"add": "^2.0.6",
"cheerio": "1.0.0-rc.12",
"classnames": "^2.3.2",
"debug": "^4.3.4",
"dexie": "^3.2.4",
"eventemitter3": "^5.0.0",
"flowbite": "^1.7.0",
"flowbite-svelte": "^0.39.2",
"get-selection-more": "^1.1.0",
"inflected": "^2.1.0",
"jsdom": "^21.1.1",
"light-bolt11-decoder": "^3.0.0",
"linkify-it": "^4.0.1",
"markdown-it": "^13.0.1",
"markdown-it-footnote": "^3.0.3",
"markdown-it-task-list-plus": "^2.1.3",
"nostr-tools": "^1.14.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-esformatter": "^3.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
"sanitize-html": "^2.10.0",
"svelte-heros-v2": "^0.6.6",
"svelte-modals": "^1.3.0",
"svelte-preprocess": "^5.0.4",
"svelte-scrollto": "^0.2.0",
"svelte-tags-input": "^5.0.0",
"throttle-debounce": "^5.0.0",
"turndown": "^7.1.2",
"uuid": "^9.0.0",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.4",
"webln": "^0.3.2",
"websocket-polyfill": "^0.0.3",
"ws": "^8.12.0"
}
}