-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.91 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
{
"name": "hive.ausbit.dev",
"version": "0.0.2",
"description": "A block explorer and toolkit for the Hive blockchain",
"productName": "hive.ausbit.dev",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "ausbitbank <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@ecency/render-helper": "^2.1.24",
"@hiveio/hive-js": "^2.0.0",
"@hiveio/hivescript": "^1.2.4",
"@hiveio/keychain": "^1.0.4",
"@quasar/extras": "^1.10.7",
"axios": ">=0.21.2",
"canvas-confetti": "^1.4.0",
"crypto-js": "^4.1.1",
"dompurify": "^2.2.0",
"gsap": "^3.10.3",
"hive-auth-client": "^0.1.5",
"hive-auth-wrapper": "^0.8.1",
"lscache": "^1.3.0",
"moment": "^2.29.0",
"qr-code-styling": "^1.6.0-rc.1",
"qrcode.vue": "^1.7.0",
"quasar": "^1.15.20",
"sanitize-html": "^2.3.0",
"sjcl": "^1.0.8",
"sscjs": "^0.0.8",
"uuid": "^8.3.2",
"vue-json-pretty": "^1.7.0",
"vue-simplemde": "^2.0.0",
"vue-sparklines": "^0.2.1",
"vue-timers": "^2.0.4",
"vue-trading-view": "^1.0.1"
},
"devDependencies": {
"@quasar/app": "^1.9.6",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^9.0.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^3.0.0",
"electron-packager": "^14.1.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"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"@babel/parser": "7.7.5"
}
}