-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
90 lines (90 loc) · 2.5 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
{
"name": "htmlcoin-wallet",
"version": "1.1.0",
"private": false,
"scripts": {
"build": "node build/build.js",
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js"
},
"dependencies": {
"@ledgerhq/hw-app-btc": "^4.7.3",
"@ledgerhq/hw-transport-u2f": "^4.7.3",
"abi-decoder": "^1.2.0",
"bignumber.js": "^4.1.0",
"bs58": "^4.0.1",
"file-saver": "^1.3.8",
"js-sha256": "^0.9.0",
"localstorage-logger": "^0.1.1",
"npm": "^5.8.0",
"printd": "^1.1.0",
"qrcode": "^0.9.0",
"vue": "^2.5.17",
"vue-clipboard2": "0.0.6",
"vue-qrcode-reader": "^1.3.4",
"vuetify": "^1.0.19"
},
"devDependencies": {
"aes256": "^1.0.3",
"autoprefixer": "^7.2.6",
"axios": "0.18.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"bip32-utils": "^0.10.2",
"bip39": "^2.5.0",
"bitcoinjs-lib": "HTMLCOIN/bitcoinjs-lib",
"chalk": "^2.3.2",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"ethjs-abi": "^0.2.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^2.0.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.28.0",
"htmlcoinjs-lib": "^0.1.13",
"http-proxy-middleware": "^0.18.0",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.4.0",
"qtum-opcodes": "^1.0.0",
"rimraf": "^2.6.0",
"semver": "^5.5.0",
"shelljs": "^0.7.6",
"store": "^2.0.12",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"vue-cli-plugin-vuetify": "^0.1.6",
"vue-i18n": "^7.6.0",
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"description": "A Vue.js project",
"author": "HTMLCOIN <[email protected]>",
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}