-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "litecoinz-web-wallet",
"version": "v2.0.8a",
"description": "Secure ZEN wallet online",
"main": "index.js",
"repository": "https://github.com/LitecoinZ/litecoinz-web-wallet.git",
"author": "Kendrick Tan <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"watch": "webpack --watch",
"build": "webpack"
},
"dependencies": {
"axios": "0.16.2",
"babel-preset-env": "1.6.0",
"bip32-utils": "0.10.0",
"bitcoinjs-lib": "^3.1.1",
"bitgo-utxo-lib": "git+https://github.com/LitecoinZ/bitgo-utxo-lib.git",
"bluebird": "3.5.0",
"bootstrap": "4.0.0-alpha.6",
"bs58": "4.0.1",
"bs58check": "2.0.2",
"classnames": "2.2.5",
"css-loader": "0.28.4",
"eslint": "4.15.0",
"file-loader": "0.11.2",
"file-saver": "1.3.3",
"fs": "0.0.1-security",
"hash.js": "1.1.3",
"html-webpack-plugin": "2.29.0",
"path": "0.12.7",
"qrcode.react": "0.7.1",
"react": "15.6.1",
"react-addons-css-transition-group": "15.6.0",
"react-addons-transition-group": "15.6.0",
"react-bootstrap": "0.31.1",
"react-copy-to-clipboard": "5.0.0",
"react-dom": "15.6.1",
"react-icons": "2.2.5",
"react-table": "6.5.3",
"reactstrap": "4.8.0",
"style-loader": "0.18.2",
"throttled-queue": "1.0.4",
"webpack": "3.3.0",
"webpack-dev-server": "2.5.1",
"litecoinzjs": "git+https://github.com/litecoinz-project/litecoinzjs.git"
},
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.4"
}
}