UNPKG

1.62 kBJSONView Raw
1{
2 "name": "@ant-design/pro-layout",
3 "version": "6.38.2",
4 "description": "@ant-design/pro-layout",
5 "keywords": [
6 "antd",
7 "admin",
8 "ant-design",
9 "ant-design-pro"
10 ],
11 "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/layout#readme",
12 "bugs": "http://github.com/umijs/plugins/issues",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/ant-design/pro-components"
16 },
17 "license": "MIT",
18 "sideEffects": [
19 "*.less"
20 ],
21 "main": "lib/index.js",
22 "module": "es/index.js",
23 "types": "lib/index.d.ts",
24 "files": [
25 "lib",
26 "es",
27 "dist"
28 ],
29 "browserslist": [
30 "last 2 versions",
31 "Firefox ESR",
32 "> 1%",
33 "ie >= 11"
34 ],
35 "dependencies": {
36 "@ant-design/icons": "^4.0.0",
37 "@ant-design/pro-provider": "1.6.5",
38 "@ant-design/pro-utils": "1.41.2",
39 "@babel/runtime": "^7.16.3",
40 "@umijs/route-utils": "^2.1.0",
41 "@umijs/ssr-darkreader": "^4.9.44",
42 "@umijs/use-params": "^1.0.9",
43 "classnames": "^2.2.6",
44 "lodash.merge": "^4.6.2",
45 "omit.js": "^2.0.2",
46 "path-to-regexp": "2.4.0",
47 "rc-resize-observer": "^1.1.0",
48 "rc-util": "^5.0.6",
49 "swr": "^1.2.0",
50 "unstated-next": "^1.1.0",
51 "use-json-comparison": "^1.0.3",
52 "use-media-antd-query": "^1.0.6",
53 "warning": "^4.0.3"
54 },
55 "peerDependencies": {
56 "antd": ">=4.20.0",
57 "react": ">=16.9.0"
58 },
59 "publishConfig": {
60 "access": "public"
61 },
62 "authors": [
63 "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)",
64 "chenshuai2144 <qixian.cs@outlook.om> (https://github.com/chenshuai2144)"
65 ]
66}