-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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": "konstellation-web-wallet",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",
"axios": "^0.18.0",
"base64-node": "^1.0.0",
"bech32": "^1.1.3",
"big.js": "^5.2.2",
"bignumber.js": "^8.1.1",
"bip32": "^1.0.2",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^5.1.6",
"bn": "git+https://github.com/shineabel/bn.git",
"@konstellation/cosmosjs": "^1.0.9",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.7.8",
"element-ui": "^2.8.2",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.1.0",
"lodash": "^4.17.11",
"numeral": "^2.0.6",
"old": "^0.2.0",
"protobufjs": "^6.8.8",
"ripemd160": "latest",
"scrypt.js": "^0.3.0",
"secp256k1": "3.5.0",
"sha256": "^0.2.0",
"uuid": "latest",
"vue": "^2.5.17",
"vue-clipboard2": "^0.3.0",
"vue-graph": "^0.8.7",
"vue-i18n": "^8.9.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"web3-utils": "^1.0.0-beta.52",
"acorn": "^6.0.0",
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}