-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"name": "myzenwallet",
"version": "v2.1.1a",
"description": "Secure ZEN wallet online",
"main": "index.js",
"repository": "https://github.com/HorizenOfficial/myzenwallet.git",
"author": "Horizen Infrastructure Team <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"watch": "webpack --watch",
"build": "webpack --mode production --progress",
"upgrade-interactive": "npm-check --update"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bip32-utils": "^0.11.1",
"bitcoinjs-lib": "^3.1.1",
"bluebird": "^3.7.2",
"bootstrap": "^4.4.1",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"classnames": "^2.2.6",
"css-loader": "^3.4.2",
"eslint": "^5.16.0",
"file-loader": "^4.3.0",
"file-saver": "^2.0.2",
"fs": "0.0.2",
"hash.js": "^1.1.7",
"html-webpack-plugin": "^3.2.0",
"npm-check": "^5.9.2",
"path": "^0.12.7",
"qrcode.react": "^0.9.3",
"react": "^16.13.1",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-bootstrap": "^0.32.4",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-icons": "^3.9.0",
"react-table": "^6.11.5",
"reactstrap": "^8.4.1",
"style-loader": "^0.23.1",
"throttled-queue": "^1.0.7",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"zencashjs": "^1.2.4"
},
"devDependencies": {
"terser-webpack-plugin": "^2.3.5"
}
}