-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "web-wallet",
"version": "0.21.0",
"private": true,
"description": "Unification Mainchain Web Wallet",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"serve": "vue-cli-service build --mode development --watch",
"serve-prod": "vue-cli-service build --mode production --watch",
"build": "vue-cli-service build --dest dist/chrome-extension",
"test:unit": "vue-cli-service test:unit",
"build:web": "vue-cli-service build --dest dist/web --inline-vue",
"serve:web": "vue-cli-service serve --open"
},
"dependencies": {
"@babel/runtime": "^7.12.18",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@ledgerhq/hw-transport": "^5.43.0",
"@unification-com/und-js-v2": "^0.1.7",
"bech32": "^2.0.0",
"big.js": "^5.2.2",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.9.4",
"create-hash": "^1.2.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"semver": "^7.3.5",
"vue": "^2.6.12",
"vue-notification": "^1.3.20",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.12.17",
"@babel/core": "^7.12.17",
"@babel/node": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@ledgerhq/hw-transport-u2f": "^4.78.0",
"@ledgerhq/hw-transport-webusb": "^4.78.0",
"@ledgerhq/logs": "^4.72.0",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"bip32": "2.0.4",
"bip39": "3.0.2",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.9.0",
"crypto-js": "3.1.9-1",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.0.1",
"index.js": "^0.0.3",
"jest": "^24.9.0",
"jest-serial-runner": "^1.1.0",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.6",
"prettier": "^1.19.1",
"sass": "^1.32.8",
"sass-loader": "^8.0.2",
"secp256k1": "^3.7.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
"vue-cli-plugin-browser-extension": "0.26.1",
"vue-template-compiler": "^2.6.12",
"vue-mv3-hot-reload": "github:awardx/vue-extension-mv3-hot-reload"
},
"bugs": {
"url": "https://github.com/unification-com/web-wallet/issues"
},
"homepage": "https://github.com/unification-com/web-wallet#readme",
"keywords": [
"UND"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/unification-com/web-wallet.git"
}
}