UNPKG

@ant-design/pro-layout

Version:
68 lines (67 loc) 1.61 kB
{ "name": "@ant-design/pro-layout", "version": "7.17.16", "description": "@ant-design/pro-layout", "keywords": [ "antd", "admin", "ant-design", "ant-design-pro" ], "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/layout#readme", "bugs": "http://github.com/umijs/plugins/issues", "repository": { "type": "git", "url": "https://github.com/ant-design/pro-components" }, "license": "MIT", "sideEffects": false, "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "es", "dist", "lib" ], "scripts": { "build": "father build" }, "browserslist": [ "last 2 versions", "Firefox ESR", "> 1%", "ie >= 11" ], "dependencies": { "@ant-design/icons": "^5.0.0", "@ant-design/pro-provider": "2.13.5", "@ant-design/pro-utils": "2.15.2", "@babel/runtime": "^7.18.0", "@umijs/route-utils": "^4.0.0", "@umijs/use-params": "^1.0.9", "classnames": "^2.3.2", "lodash.merge": "^4.6.2", "omit.js": "^2.0.2", "path-to-regexp": "2.4.0", "rc-resize-observer": "^1.1.0", "rc-util": "^5.0.6", "swr": "^2.0.0", "warning": "^4.0.3" }, "devDependencies": { "typescript": "^5.0.4" }, "peerDependencies": { "antd": "^4.24.15 || ^5.11.2", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "publishConfig": { "access": "public" }, "authors": [ "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)", "chenshuai2144 <qixian.cs@outlook.om> (https://github.com/chenshuai2144)" ] }