-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "myaleph",
"version": "0.0.1",
"description": "Aleph.im account manager",
"productName": "My Aleph.im",
"cordovaId": "im.aleph.my",
"capacitorId": "",
"author": "Moshe Malawach <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.9.15",
"@solana/web3.js": "^0.90.5",
"@toast-ui/vue-editor": "^1.1.1",
"aleph-js": "^0.4.2",
"avalanche": "^3.1.0",
"axios": "^0.18.1",
"bip32": "^2.0.4",
"bip39": "^3.0.2",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.1.0",
"downscale": "^1.0.6",
"eciesjs": "^0.3.1",
"ethers": "^5.5.3",
"fuse.js": "^3.4.6",
"quasar": "^1.15.2",
"secp256k1": "^3.7.1",
"vue-easy-lightbox": "^0.8.1",
"vue-i18n": "^8.0.0",
"vue-markdown": "^2.2.4",
"vue-moment": "^4.0.0",
"vue-typer": "^1.2.0"
},
"devDependencies": {
"@quasar/app": "^1.9.6",
"@quasar/quasar-app-extension-icon-genie": "^1.1.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^5.0.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}