-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.43 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.43 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
{
"name": "buho-app",
"version": "1.8.0",
"description": "BuhoGo - A Lightning Wallet for the Web",
"productName": "BuhoGo",
"author": "pratikpatel <pratikpatelpp802@gmail.com> & drshift <keleeweb@tutanota.com>",
"type": "module",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"postinstall": "quasar prepare"
},
"dependencies": {
"@buildonspark/spark-sdk": "^0.5.5",
"@capacitor/ios": "^7.4.3",
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@getalby/lightning-tools": "^5.1.2",
"@getalby/sdk": "^7.0.0",
"@iconify/vue": "^5.0.0",
"@quasar/extras": "^1.16.4",
"axios": "^1.13.5",
"bech32": "^2.0.0",
"pinia": "^3.0.3",
"qr-scanner": "^1.4.2",
"quasar": "^2.16.0",
"register-service-worker": "^1.7.2",
"vue": "^3.4.18",
"vue-i18n": "^9.0.0",
"vue-qrcode-reader": "^5.7.1",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@quasar/app-vite": "^2.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14",
"workbox-build": "^7.3.0",
"workbox-cacheable-response": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"engines": {
"node": "^28 || ^26 || ^24 || ^22 || ^20 || ^18",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}