forked from paytaca/paytaca-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.56 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
{
"name": "paytaca",
"version": "0.8.3",
"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": {
"@capacitor/app": "^1.1.0",
"@capacitor/camera": "^1.0.3",
"@capacitor/cli": "^3.0.0",
"@capacitor/core": "^3.0.0",
"@capacitor/storage": "^1.0.3",
"@electron/remote": "^1.2.0",
"@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",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"capacitor-native-biometric": "^3.0.3",
"capacitor-secure-storage-plugin": "^0.5.1",
"core-js": "^3.6.5",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.5.3",
"js-sha256": "^0.9.0",
"quasar": "^1.15.15",
"randombytes": "^2.1.0",
"s-ago": "^2.2.0",
"slp-mdm": "0.0.7",
"vue-clipboard2": "^0.3.1",
"vue-confetti": "^2.3.0",
"vue-dragscroll": "^3.0.1",
"vue-fullscreen": "^2.6.1",
"vue-gravatar": "^1.4.1",
"vue-i18n": "^8.0.0",
"vue-native-websocket": "^2.0.14",
"vue-qrcode-component": "^2.1.1",
"vue-qrcode-reader": "^3.1.0",
"vue-weblineindia-qrcode": "^1.0.0",
"vuex-persist": "^3.1.3",
"vuex-persistedstate": "^4.0.0-beta.2",
"watchtower-cash-js": "^0.1.29"
},
"devDependencies": {
"@quasar/app": "^2.2.6",
"babel-eslint": "^10.0.1",
"browserfs": "^1.4.3",
"devtron": "^1.4.0",
"dotenv": "^10.0.0",
"electron": "^9.4.4",
"electron-builder": "^22.10.5",
"electron-debug": "^3.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-packager": "^14.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2",
"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"
}
}