forked from LoopringSecondary/updex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"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",
"antd-mobile": "2.2.2",
"async": "2.6.0",
"copy-to-clipboard": "3.0.8",
"dva": "2.1.0",
"lodash": "4.17.5",
"loopring.js": "^1.0.8",
"moment": "2.20.1",
"qrcode.react": "0.7.2",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-intl-universal": "1.11.2",
"socket.io-client": "2.0.4",
"useragent.js": "0.5.6",
"uuid": "3.3.2",
"request": "2.85.0",
"request-promise": "4.2.2"
},
"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.4.2"
}
}