-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "umi-plugin-multitabs",
"version": "0.0.4",
"description": "add multitabs support to pro-layout",
"keywords": [
"umi",
"plugin",
"multitabs"
],
"homepage": "https://github.com/SagittariusZhu/umi-plugin-multitabs",
"bugs": "https://github.com/SagittariusZhu/umi-plugin-multitabs/issues",
"repository": {
"type": "git",
"url": "https://github.com/SagittariusZhu/umi-plugin-multitabs"
},
"license": "MIT",
"scripts": {
"start": "cross-env APP_ROOT=$PWD/example umi dev",
"build": "father-build",
"test": "umi-test",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish"
},
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"files": [
"lib",
"src"
],
"dependencies": {
"@umijs/route-utils": "^1.0.7",
"antd": "^4.1.2",
"father-build": "^1.8.0",
"lodash": "^4.17.15",
"path-to-regexp": "1.x",
"store": "^2.0.12"
},
"devDependencies": {
"@ant-design/pro-layout": "^6.15.3",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^25.1.2",
"@umijs/test": "^3.0.0-beta.1",
"@umijs/types": "^3.0.0-beta.7",
"cross-env": "^6.0.3",
"np": "^5.0.3",
"umi": "^3.5.0"
},
"peerDependencies": {
"@ant-design/icons": "^4.0.0",
"@ant-design/pro-layout": "^6.15.3",
"@umijs/preset-react": "^1.7.4",
"umi": "^3.5.0"
},
"publishConfig": {
"access": "public"
},
"authors": [
"EdwardZhu <[email protected]> (https://github.com/SagittariusZhu)"
]
}