{ "name": "@zhst/biz", "version": "0.21.5", "description": "业务库", "keywords": [ "business", "biz", "zhst" ], "license": "ISC", "author": "dev", "sideEffects": [ "dist/*", "es/**/style/*", "lib/**/style/*", "*.less" ], "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", "exports": { ".": { "import": "./es/index.js" } }, "files": [ "es", "lib" ], "scripts": { "build": "father build" }, "publishConfig": { "access": "public", "registry": "http://10.0.0.77:4874" }, "devDependencies": { "@zhst/types": "workspace:^" }, "dependencies": { "@ant-design/icons": "^5.2.6", "@ant-design/pro-components": "^2.6.49", "@zhst/func": "workspace:^", "@zhst/hooks": "workspace:^", "@zhst/icon": "workspace:^", "@zhst/meta": "workspace:^", "antd": "^5.12.5", "classnames": "^2.5.1", "dayjs": "^1.11.10", "rc-util": "^5.38.1", "react-infinite-scroll-component": "^6.1.0" } }