{ "name": "@abp/ui", "version": "9.2.0", "homepage": "https://github.com/colinin/abp-next-admin", "bugs": "https://github.com/colinin/abp-next-admin/issues", "repository": { "type": "git", "url": "git+https://github.com/colinin/abp-next-admin.git", "directory": "packages/@abp/ui" }, "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "dependencies": { "@abp/core": "workspace:*", "@vben-core/form-ui": "workspace:*", "@vben-core/preferences": "workspace:*", "@vben-core/shadcn-ui": "workspace:*", "@vben-core/shared": "workspace:*", "@vben-core/typings": "workspace:*", "@vben/common-ui": "workspace:*", "@vben/hooks": "workspace:*", "@vben/icons": "workspace:*", "@vben/locales": "workspace:*", "@vben/preferences": "workspace:*", "@vben/types": "workspace:*", "@vben/utils": "workspace:*", "@vueuse/core": "catalog:", "ant-design-vue": "catalog:", "lodash.clonedeep": "catalog:", "vue": "catalog:*", "vxe-pc-ui": "catalog:", "vxe-table": "catalog:" }, "devDependencies": { "@types/lodash.clonedeep": "catalog:" } }