-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "@umijs/plugin-layout",
"version": "0.1.3",
"description": "Umi plugin for ant-design-pro-layout build-in .",
"bugs": {
"url": "https://github.com/umijs/plugin-layout/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/umijs/plugin-layout"
},
"license": "MIT",
"files": [
"lib",
"src"
],
"main": "lib/index.js",
"types": "./lib/types/index.d.ts",
"scripts": {
"start": "cross-env APP_ROOT=$PWD/example umi dev",
"build": "father-build",
"test": "umi-test --coverage",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish"
},
"peerDependencies": {
"@umijs/plugin-initial-state": "^1.0.1",
"@umijs/plugin-model": "^1.0.1",
"react": "^16.0.0",
"umi": "2.x || ^2.9.0-0"
},
"dependencies": {
"@ant-design/pro-layout": "^4.11.3",
"lodash": "^4.17.15",
"memoize-one": "^5.1.1",
"path-to-regexp": "1.x",
"umi-plugin-locale": "^2.11.4"
},
"devDependencies": {
"cross-env": "^6.0.3",
"father-build": "^1.8.0",
"@umijs/plugin-initial-state": "^1.0.1",
"@umijs/plugin-model": "^1.0.1",
"np": "^5.0.3",
"umi": "^2.9.0",
"umi-test": "^1.3.3",
"umi-types": ">= 0.4.0-beta.4",
"antd": "^3.26.7"
},
"authors": [
"Ariel-Cheng <[email protected]>"
]
}