forked from dexme/dexme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"private": true,
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"deploy-gh-pages": "gh-pages -d dist",
"lint": "eslint --ext .js src test"
},
"theme": "./theme.js",
"dependencies": {
"@babel/polyfill": "7.0.0-beta.46",
"antd": "3.2.2",
"async": "2.6.0",
"async-validator": "1.8.2",
"bignumber.js": "5.0.0",
"bip39": "2.5.0",
"bn.js": "4.11.8",
"copy-to-clipboard": "3.0.8",
"dva": "2.1.0",
"ethereumjs-abi": "0.6.5",
"ethereumjs-tx": "1.3.3",
"ethereumjs-util": "5.1.4",
"ethereumjs-wallet": "^0.6.0",
"hdkey": "0.7.1",
"ledgerco": "1.2.1",
"lodash": "4.17.5",
"moment": "2.20.1",
"qrcode.react": "0.7.2",
"react": "16.2.0",
"react-background-video-player": "^1.0.1",
"react-deep-force-update": "2.1.1",
"react-dom": "16.2.0",
"react-intl": "2.4.0",
"react-intl-universal": "1.8.4",
"recharts": "1.0.0-beta.10",
"scryptsy": "2.0.0",
"socket.io-client": "2.0.4",
"trezor.js": "6.15.17",
"useragent.js": "0.5.6",
"uuid": "3.2.1"
},
"devDependencies": {
"babel-plugin-dva-hmr": "0.4.1",
"babel-plugin-import": "1.7.0",
"babel-preset-es2015": "6.24.1",
"eslint": "4.14.0",
"eslint-config-umi": "0.1.1",
"eslint-plugin-flowtype": "2.34.1",
"eslint-plugin-import": "2.6.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"gh-pages": "^1.2.0",
"husky": "0.12.0",
"redbox-react": "1.4.3",
"roadhog": "2.3.0"
}
}