-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
78 lines (78 loc) · 2.43 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
{
"name": "hivesigner-ui",
"version": "0.2.6",
"description": "Secure way to sign with Hivesigner. Best security for users and developers to integrate industry standard OAuth2.",
"homepage": "https://hivesigner.com",
"main": "electron-entry.js",
"author": "Fabien Marino <[email protected]> (https://github.com/bonustrack)",
"license": "MIT",
"scripts": {
"start": "node start.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit",
"heroku-postbuild": "npm install --only=dev --no-shrinkwrap && npm run build"
},
"dependencies": {
"@hiveio/dhive": "^0.14.12",
"@vue/ui": "^0.9.2",
"bs58": "^4.0.1",
"core-js": "^2.5.7",
"express": "^4.16.4",
"frameguard": "^3.1.0",
"helmet-csp": "^2.7.1",
"hive-uri": "^0.2.2",
"lodash": "^4.17.19",
"password-validator": "^4.1.1",
"primer": "^11.0.0",
"query-string": "^6.5.0",
"serve-static": "^1.14.0",
"triplesec": "^4.0.3",
"url-parse": "^1.4.7",
"verror": "1.10.0",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.6",
"vuex": "^3.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@vue/cli-plugin-babel": "^3.5.1",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-plugin-unit-jest": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
"babel-jest": "^24.5.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.17.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"contributors": [
"Fabien Marino <[email protected]> (https://github.com/bonustrack)",
"Wiktor Tkaczyński <[email protected]> (https://github.com/Sekhmet)",
"Johan Nordberg (https://github.com/jnordberg)",
"Nico Wehmöller (https://github.com/wehmoen)",
"Mahdi Yari (https://github.com/mahdiyari)",
"Feruz Muradov <[email protected]> (https://github.com/feruzm)"
],
"repository": {
"type": "git",
"url": "https://github.com/ledgerconnect/hivesigner.git"
},
"bugs": {
"url": "https://github.com/ledgerconnect/hivesigner/issues"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}