forked from ddnlink/ddn-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.73 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
{
"name": "ddn-explorer",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/ddnlink/ddn-explorer.git"
},
"bugs": {
"url": "https://github.com/ddnlink/ddn-explorer/issues"
},
"homepage": "https://github.com/ddnlink/ddn-explorer#readme",
"keywords": [
"ddn",
"blockchain",
"bitcoin",
"node.js",
"web",
"server",
"explorer",
"crypto",
"cryptography",
"encryption"
],
"author": "DDN <[email protected]>",
"license": "MIT",
"scripts": {
"start": "umi dev",
"build": "umi build",
"test": "umi test",
"lint": "eslint --ext .js src mock tests"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@antv/g6": "^2.2.0",
"antd": "^3.15.0",
"antv": "^0.2.2",
"bizcharts": "^3.5.3-beta.0",
"copy-to-clipboard": "^3.2.0",
"d3": "^4.13.0",
"dva": "^2.5.0-beta.2",
"geopattern": "^1.2.3",
"html2canvas": "^0.5.0-beta4",
"jquery": "^3.4.1",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"qrcode.react": "^3.1.0",
"qs": "^6.7.0",
"react": "^16.7.0",
"react-countup": "^4.1.3",
"react-dom": "^16.7.0",
"react-flip-numbers": "^3.0.2"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.4.0",
"eslint-config-umi": "^1.4.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.11.1",
"husky": "^0.14.3",
"lint-staged": "^7.2.2",
"react-test-renderer": "^16.7.0",
"umi": "^3.5.32",
"@umijs/preset-react": "^1.8.31"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"engines": {
"node": ">=8.0.0"
}
}