forked from paytaca/paytaca-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.45 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
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "paytaca",
"version": "0.16.2",
"description": "Secure and convenient Bitcoin Cash wallet app",
"productName": "Paytaca",
"author": "[email protected]",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@bitauth/libauth": "^2.0.0-alpha.8",
"@capacitor-community/barcode-scanner": "^2.1.1",
"@capacitor-community/native-audio": "^3.0.4",
"@capacitor/app": "^1.1.0",
"@capacitor/camera": "^1.0.3",
"@capacitor/cli": "^3.0.0",
"@capacitor/core": "^3.6.0",
"@capacitor/device": "^1.1.2",
"@capacitor/push-notifications": "^1.0.9",
"@capacitor/storage": "^1.0.3",
"@electron/remote": "^1.2.0",
"@generalprotocols/anyhedge": "1.0.0-next.3670337504",
"@ionic/pwa-elements": "^3.0.2",
"@psf/bch-js": "^4.18.0",
"@quasar/cli": "^1.3.2",
"@quasar/extras": "^1.13.5",
"@walletconnect/client": "^1.7.7",
"aes256": "^1.1.0",
"axios": "^0.21.4",
"axios-cache-interceptor": "^0.10.2",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"capacitor-native-biometric": "^3.0.3",
"capacitor-secure-storage-plugin": "^0.5.1",
"cashscript": "^0.8.0-next.3",
"chart.js": "^4.2.1",
"core-js": "^3.6.5",
"date-fns": "^2.29.3",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.5.3",
"hex-my-bytes": "^1.0.0",
"js-sha256": "^0.9.0",
"leaflet": "^1.9.2",
"mqtt": "^4.3.7",
"net": "^1.0.2",
"openpgp": "^5.5.0",
"qrcode": "^1.5.1",
"quasar": "^2.7.7",
"randombytes": "^2.1.0",
"rpc-websocket-client": "^1.1.4",
"s-ago": "^2.2.0",
"shamirs-secret-sharing": "^1.0.1",
"slp-mdm": "0.0.7",
"tls": "^0.0.1",
"translate-google": "^1.5.0",
"v-offline": "^3.3.0",
"vue": "^3.2.37",
"vue-clipboard2": "^0.3.1",
"vue-confetti": "^2.3.0",
"vue-dragscroll": "^3.0.1",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.4",
"vue-native-websocket-vue3": "^3.1.6",
"vue-qrcode-component": "^2.1.1",
"vue-qrcode-reader": "3.1.0-vue3-compatibility.7",
"vue-router": "^4.1.3",
"vue3-gravatar": "^3.0.0",
"vuex": "^4.0.2",
"vuex-persist": "^3.1.3",
"vuex-persistedstate": "^4.0.0-beta.2",
"watchtower-cash-js": "^0.1.41"
},
"overrides": {
"@generalprotocols/[email protected]": {
"node-fetch": "^2.6.6"
}
},
"devDependencies": {
"@babel/eslint-parser": "^7.0.0",
"@quasar/app-webpack": "^3.5.9",
"browserfs": "^1.4.3",
"devtron": "^1.4.0",
"dotenv": "^10.0.0",
"electron": "^20.1.1",
"electron-builder": "^22.10.5",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-packager": "^15.0.0",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-vue": "^7.0.0",
"eslint-webpack-plugin": "^2.4.0",
"node-polyfill-webpack-plugin": "^1.1.4"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}