-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.74 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.74 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "zap.cooking",
"license": "MIT",
"version": "4.2.128",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:mobile": "SKIP_ENV_VALIDATION=1 ADAPTER=static vite build",
"build:android": "SKIP_ENV_VALIDATION=1 CAPACITOR=true vite build",
"preview": "vite preview",
"dev:cloudflare": "pnpm build && wrangler pages dev .svelte-kit/cloudflare --compatibility-date=2025-01-01 --compatibility-flags=nodejs_compat",
"test:og": "pnpm build && wrangler pages dev .svelte-kit/cloudflare --compatibility-date=2025-01-01 --compatibility-flags=nodejs_compat",
"test:notification": "curl \"http://localhost:5174/api/cron/test-notification?npub=npub1aeh2zw4elewy5682lxc6xnlqzjnxksq303gwu2npfaxd49vmde6qcq4nwx\"",
"test:notification:cloudflare": "curl -H \"Authorization: Bearer $CRON_SECRET\" \"https://zap.cooking/api/cron/test-notification?npub=npub15u3cqhx6vuj3rywg0ph5mfv009lxja6cyvqn2jagaydukq6zmjwqex05rq\"",
"deploy": "wrangler pages deploy .svelte-kit/cloudflare --project-name=zapcooking-frontend",
"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 .",
"format": "prettier --plugin-search-dir . --write .",
"prepare": "cp scripts/bump-version.sh .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit"
},
"type": "module",
"engines": {
"node": "22.x"
},
"dependencies": {
"@branta-ops/branta": "^1.0.0",
"@breeztech/breez-sdk-spark": "0.11.0",
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/ios": "^8.0.0",
"@capacitor/local-notifications": "^8.0.0",
"@capacitor/splash-screen": "^8.0.0",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@gandlaf21/bolt11-decode": "^3.0.6",
"@getalby/bitcoin-connect": "^3.11.5",
"@getalby/lightning-tools": "^6.0.0",
"@getalby/sdk": "^7.0.0",
"@noble/ciphers": "^2.1.1",
"@noble/hashes": "^2.0.1",
"@nostr-dev-kit/ndk": "2.10.0",
"@nostr-dev-kit/ndk-cache-dexie": "^2.2.5",
"@nostr-dev-kit/ndk-svelte-components": "^2.3.4",
"@svelte-put/qr": "^1.2.1",
"@tiptap/core": "^3.17.1",
"@tiptap/extension-character-count": "^3.17.1",
"@tiptap/extension-image": "^3.17.1",
"@tiptap/extension-link": "^3.17.1",
"@tiptap/extension-mention": "^3.17.1",
"@tiptap/extension-placeholder": "^3.17.1",
"@tiptap/pm": "^3.17.1",
"@tiptap/starter-kit": "^3.17.1",
"@tiptap/suggestion": "^3.17.1",
"@types/turndown": "^5.0.6",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"buffer": "^6.0.3",
"d3-force": "^3.0.0",
"date-fns": "^3.6.0",
"dompurify": "^3.0.6",
"dotenv": "^17.2.3",
"emoji-picker-element": "^1.28.1",
"google-translate-api-browser": "^3.0.1",
"html2canvas": "^1.4.1",
"hurdak": "^0.2.5",
"jsqr": "^1.4.0",
"libretranslate": "^1.0.1",
"light-bolt11-decoder": "^3.0.0",
"markdown-it": "^13.0.1",
"nostr-tools": "^2.13.0",
"openai": "^6.16.0",
"phosphor-svelte": "^1.4.2",
"qrcode-generator": "^1.4.4",
"stripe": "^20.1.0",
"svelte-fa": "^4.0.2",
"svelte-qrcode": "^1.0.0",
"svelte-tags-input": "^5.0.0",
"svelte-tiptap": "^3.0.1",
"timeago.js": "^4.0.2",
"turndown": "^7.2.2",
"webln": "^0.3.2",
"ws": "^8.18.3"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-cloudflare": "^7.2.4",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/adapter-vercel": "^6.2.0",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.19",
"@types/d3-force": "^3.0.10",
"@types/dompurify": "^3.0.5",
"@types/markdown-it": "^13.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.30.0",
"node-gyp": "^9.4.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.2.20",
"svelte-check": "^3.8.6",
"tailwindcss": "^4.1.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-node-polyfills": "^0.24.0",
"wrangler": "^4.42.0"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}