This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "halochat",
"private": true,
"version": "0.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src/*/** --quiet",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@rollup/plugin-typescript": "^10.0.1",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"@types/ramda": "^0.28.20",
"@types/throttle-debounce": "^5.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.19",
"postcss-load-config": "^4.0.1",
"svelte": "^3.52.0",
"svelte-check": "^2.10.1",
"svelte-loading-spinners": "^0.3.4",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.3",
"vite-plugin-wasm": "^3.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@jlongster/sql.js": "^1.6.7",
"@noble/hashes": "^1.1.5",
"@noble/secp256k1": "^1.7.0",
"absurd-sql": "^0.0.53",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"compressorjs": "^1.1.1",
"dexie": "^3.2.2",
"events": "^3.3.0",
"light-bolt11-decoder": "^2.1.0",
"nostr-tools": "^1.2.0",
"ramda": "^0.28.0",
"svelte-infinite-loading": "^1.3.8",
"svelte-modals": "^1.2.0",
"svelte-routing": "^1.6.0",
"throttle-debounce": "^5.0.0",
"vite-plugin-node-polyfills": "^0.5.0",
"vite-plugin-top-level-await": "^1.2.3",
"websocket-polyfill": "^0.0.3"
}
}