forked from zapcooking/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.7 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
{
"name": "zap.cooking",
"license": "MIT",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "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",
"lint": "prettier --plugin-search-dir . --check . && eslint . && prettier --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"type": "module",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@gandlaf21/bolt11-decode": "^3.1.1",
"@nostr-dev-kit/ndk": "^2.11.0",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.9",
"@nostr-dev-kit/ndk-svelte-components": "^2.3.6",
"@svelte-put/qr": "^2.1.0",
"@sveltejs/adapter-auto": "4.0.0",
"@sveltejs/kit": "2.17.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/typography": "^0.5.16",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"autoprefixer": "^10.4.20",
"dompurify": "^3.2.4",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"google-translate-api-browser": "5.0.0",
"hurdak": "^0.2.10",
"libretranslate": "^1.0.1",
"light-bolt11-decoder": "^3.2.0",
"markdown-it": "14.1.0",
"marked": "^15.0.6",
"node-gyp": "11.0.0",
"nostr-tools": "2.10.4",
"phosphor-svelte": "3.0.1",
"postcss": "^8.5.1",
"postcss-load-config": "6.0.1",
"prettier": "3.4.2",
"svelte": "5.19.7",
"svelte-check": "4.1.4",
"svelte-fa": "^4.0.3",
"svelte-qrcode": "^1.0.1",
"svelte-tags-input": "6.0.2",
"timeago.js": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "6.1.0",
"webln": "^0.3.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/adapter-static": "^3.0.8",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.3",
"@types/markdown-it": "14.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "4.0.3",
"typescript-eslint": "^8.20.0"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}