{
  "name": "@baifendian/adhere-ui-flexlayout",
  "version": "2.11.0",
  "description": "实现flex布局的组件",
  "homepage": "https://github.com/playerljc/adhere",
  "bugs": {
    "url": "https://github.com/playerljc/adhere/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/playerljc/adhere"
  },
  "license": "ISC",
  "author": "playerljc",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "lib",
    "es",
    "umd"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "buildpackage:cjs": "ctbuild buildpackagets-babel -c ctbuild.package.ts.cjs.config.js -o lib",
    "postbuildpackage:cjs": "tsc --declaration -p ./ --emitDeclarationOnly --outDir lib",
    "buildpackage:esm": "ctbuild buildpackagets-babel -c ctbuild.package.ts.esm.config.js -o es",
    "postbuildpackage:esm": "tsc --declaration -p ./ --emitDeclarationOnly --outDir es",
    "buildpackage": "npm-run-all --parallel buildpackage:cjs buildpackage:esm",
    "buildumd": "ctbuild buildumd --config ctbuild.config.umd.js --packagename AdhereFlexLayout --define alias=@,evnVars=true",
    "e2e": "cross-env e2e media=true",
    "generatorchangelog": "bd changelog/CHANGELOG.html",
    "upgrade": "yarn upgrade",
    "upgrade-interactive": "yarn upgrade-interactive"
  },
  "dependencies": {
    "@baifendian/adhere-ui-conditionalrender": "^2.11.0",
    "@baifendian/adhere-ui-configprovider": "^2.11.0",
    "@baifendian/adhere-ui-historyback": "^2.11.0",
    "@baifendian/adhere-util": "^2.11.0",
    "@baifendian/adhere-util-intl": "^2.11.0",
    "@juggle/resize-observer": "^3.4.0",
    "ahooks": "^3.8.1",
    "antd": "^5.20.6",
    "classnames": "^2.5.1",
    "omit.js": "^2.0.2",
    "react": "^18.3.1",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.25.6",
    "@baifendian/adhere-e2e": "^2.11.0",
    "@ctsj/build": "^6.3.0",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.0",
    "babel-plugin-import": "^1.13.8",
    "npm-run-all": "^4.1.5",
    "typescript": "^5.6.2"
  },
  "peerDependencies": {
    "antd": ">=5.0.0 - <6.0.0",
    "react": ">=18.0.0 - <19.0.0",
    "react-dom": ">=18.0.0 - <19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "da0bee8589c31d2ce467be5e293d8ad18812a0a8"
}
