-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
98 lines (98 loc) · 2.75 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
{
"name": "arqma-electron-wallet",
"version": "3.0.7",
"daemonVersion": "6.1.0",
"description": "Modern GUI interface for Arqma Currency",
"productName": "Arqma Electron Wallet",
"repository": {
"type": "git",
"url": "https://github.com/arqma/arqma-electron-wallet.git"
},
"cordovaId": "com.arqma.wallet",
"author": {
"name": "Arqma",
"email": "[email protected]"
},
"private": true,
"scripts": {
"dev": "quasar dev -m electron -t mat",
"build": "quasar build -m electron -t mat",
"lint": "eslint --ext .js,.vue src",
"rebuild": "electron-rebuild -f -w better-sqlite3",
"lint-fix": "eslint --fix .",
"test": "echo \"No test specified\" && exit 0",
"postinstall": "npx electron-rebuild"
},
"dependencies": {
"acorn": "^8.2.4",
"axios": "^0.21.1",
"better-sqlite3": "7.4.1",
"big-integer": "^1.6.41",
"buffer": "^6.0.3",
"bufferutil": "^4.0.3",
"chart.js": "^2.9.4",
"dateformat": "^4.5.1",
"digest-fetch": "^1.2.0",
"electron-is-dev": "^1.2.0",
"electron-progressbar": "^1.2.0",
"electron-updater": "^4.3.9",
"electron-window-state": "^5.0.3",
"exports-loader": "^0.7.0",
"flag-icon-css": "^3.5.0",
"fs-extra": "^10.0.0",
"graceful-fs": "^4.2.6",
"node-fetch": "^2.6.1",
"object-assign-deep": "^0.4.0",
"persian-vue-timeago": "^1.1.0",
"portscanner": "^2.2.0",
"qrcode.vue": "^1.7.0",
"rotating-file-stream": "^1.4.1",
"rxjs": "^6.6.7",
"ryo-core-js": "https://github.com/arqtras/ryo-core-js.git",
"urllib": "^2.37.1",
"utf-8-validate": "^5.0.5",
"validation": "0.0.1",
"vue-chartjs": "^3.5.1",
"vue-i18n": "^8.24.4",
"vue-timeago": "^5.1.3",
"vuelidate": "^0.7.6",
"zeromq": "^5.2.8",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"devtron": "^1.4.0",
"dotenv": "^10.0.0",
"electron": "^4.1.1",
"electron-builder": "22.10.4",
"electron-debug": "^2.1.0",
"electron-devtools-installer": "^2.2.4",
"electron-notarize": "^0.1.1",
"electron-packager": "^13.1.1",
"electron-rebuild": "^1.11.0",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.10.0",
"node-sass": "^4.14.1",
"quasar-cli": "^0.17.26",
"sass-loader": "^7.3.1",
"strip-ansi": "^3.0.1",
"webpack": "^4.46.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}