-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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": "umi-plugin-datahub",
"version": "5.3.0",
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi-plugin-datahub"
},
"homepage": "https://github.com/umijs/umi-plugin-datahub",
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)",
"xudafeng <dafeng.xdf@gmail.com> (https://github.com/xudafeng)"
],
"main": "index.js",
"bugs": {
"url": "https://github.com/umijs/umi-plugin-datahub/issues"
},
"scripts": {
"build": "father-build",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish",
"lint": "eslint . --fix",
"test": "mocha",
"contributor": "git-contributor"
},
"peerDependencies": {
"antd": "4.x",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"umi": "3.x"
},
"dependencies": {
"datahub-proxy-middleware": "4.x",
"macaca-datahub": "^4.1.0",
"yargs-parser": "^16.1.0"
},
"devDependencies": {
"@ant-design/icons": "^4.0.0-alpha.11",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@umijs/fabric": "^1.2.12",
"antd": "^4.0.0-beta.0",
"babel-eslint": "^10.0.3",
"datahub-nodejs-sdk": "^2.2.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-react": "^7.14.3",
"father-build": "^1.17.1",
"git-contributor": "1",
"mocha": "^6.2.2",
"np": "^5.2.1",
"puppeteer": "^2.0.0",
"umi": "3.x"
},
"files": [
"index.js",
"dist"
]
}