-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 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
{
"name": "catalyst-dashboard",
"version": "0.0.1",
"description": ".",
"productName": "Catalyst Node Dashboard",
"cordovaId": "org.cordova.quasar.app",
"author": "Catalyst Network",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"install-wsl": "export npm_config_platform=win32 && npm install",
"dev-electron": "export npm_config_platform=win32 && quasar dev -m electron"
},
"dependencies": {
"@catalyst-net-js/common": "^0.3.7",
"@catalyst-net-js/keystore": "^0.3.7",
"@catalyst-net-js/truffle-provider": "^0.3.7",
"@catalyst-net-js/wallet": "^0.3.7",
"@catalyst-net-js/wasm-ed25519ph": "^0.3.7",
"@etclabscore/ethereum-json-rpc": "^1.3.6",
"@quasar/extras": "^1.7.0",
"@vuex-orm/core": "^0.32.1",
"axios": "^0.19.0",
"base32-encode": "^1.1.1",
"blockies-identicon": "^0.1.0",
"chart.js": "^2.8.0",
"ethereumjs-util": "^6.2.0",
"identicon.js": "^2.3.3",
"os": "^0.1.1",
"qrcode": "^1.4.1",
"quasar": "^1.10.0",
"v-clipboard": "^2.2.2",
"vue-chartjs": "^3.4.2",
"vue-i18n": "^8.0.0",
"vuex-persist": "^2.0.1",
"web3": "^1.2.6"
},
"devDependencies": {
"@quasar/app": "1.4.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^5.1.1",
"devtron": "^1.4.0",
"dotenv": "^8.0.0",
"electron": "^8.2.5",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.1",
"strip-ansi": "^3.0.1",
"wasm-loader": "^1.3.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}