forked from MudOnTire/antd-pro-page-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 952 Bytes
/
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
{
"name": "antd-pro-page-tabs",
"version": "0.2.5",
"description": "Page tab component for umi or ant design pro projects",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"keywords": [
"页签",
"标签页",
"page tabs",
"umi",
"antd",
"ant design",
"ant design pro"
],
"files": [
"dist",
"README.md"
],
"authors": {
"name": "MudOnTire",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/MudOnTire/antd-pro-page-tabs"
},
"scripts": {
"dev": "father doc dev",
"build": "father build --watch"
},
"peerDependencies": {
"react": "^16.9.0"
},
"devDependencies": {
"react": "^16.9.0",
"babel-plugin-import": "^1.13.0",
"father": "^2.16.0",
"typescript": "^3.3.3"
},
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.14.157",
"antd": "^4.4.0",
"lodash": "^4.17.15"
}
}