@antdp/basic-layouts
Version:
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "@antdp/basic-layouts",
"version": "2.1.2",
"description": "入口框架公共界面",
"homepage": "https://antdpro.github.io/antdp",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"keywords": [
"layouts",
"antdp",
"antd"
],
"repository": "https://github.com/antdpro/antdp/tree/master/packages/basic-layouts",
"publishConfig": {
"access": "public",
"provenance": true
},
"files": [
"lib",
"esm",
"index.d.ts"
],
"peerDependencies": {
"antd": ">=4.x",
"prop-types": ">=15.7.2",
"react": ">=16.7.0",
"react-dom": ">=16.7.0"
},
"dependencies": {
"@ant-design/icons": "~5.3.5",
"@antdp/authorized": "2.1.2",
"@antdp/document-title": "2.1.2",
"@antdp/fullscreen": "2.1.2",
"@antdp/layout-tabs": "2.1.2",
"@babel/runtime": "~7.20.1"
},
"devDependencies": {
"@umijs/max": "~4.0.47",
"antd": "5.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "~6.4.0",
"react-router": "~6.11.0",
"react-router-dom": "~6.11.0"
}
}