-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
82 lines (82 loc) · 2.21 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
{
"name": "ozone",
"version": "0.5.2-release",
"description": "Ozone powered by SmartMesh.io",
"productName": "Ozone",
"copyright": "Copyright @ 2018 SmartMesh.io",
"cordovaId": "io.smartmesh.ozone",
"author": "SmartMesh.io",
"private": true,
"scripts": {
"dev": "quasar dev -m electron -t ios",
"build": "quasar build -m electron -t ios",
"dist": "quasar build -m electron -b builder -t ios",
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"axios": "^0.18.0",
"bignumber.js": "^6.0.0",
"blockies": "^0.0.2",
"bluebird": "^3.5.1",
"buffered-spawn": "^3.3.2",
"clipboard-copy": "^2.0.0",
"co": "^4.6.0",
"countup.js": "^1.9.3",
"deepmerge": "^2.1.0",
"fs-extra": "^5.0.0",
"geopattern": "^1.2.3",
"getmac": "^1.4.0",
"i18next": "^11.2.3",
"lodash": "^4.17.5",
"log-rotate": "^0.2.7",
"log4js": "^2.5.3",
"lokijs": "^1.5.3",
"moment": "^2.21.0",
"node-unzip-2": "^0.2.7",
"promise-retry": "^1.1.1",
"qrcode": "^1.2.0",
"rimraf": "^2.6.2",
"solc": "^0.4.23",
"superagent": "^3.8.2",
"thunkify": "^2.1.2",
"util": "^0.10.3",
"uuid": "^3.2.1",
"vue-countup-v2": "^1.0.3",
"vue-i18n": "^7.6.0",
"vuelidate": "^0.6.2",
"vuex": "^3.0.1",
"web3": "^1.0.0-beta.33"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"devtron": "^1.4.0",
"electron": "1.8.6",
"electron-builder": "^20.19.1",
"electron-debug": "1.5.0",
"electron-devtools-installer": "2.2.1",
"electron-log": "^2.2.14",
"electron-packager": "^12.0.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.3.0",
"quasar-cli": "^0.16.0",
"vue-devtools": "^4.1.4"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.0.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}