{ "name": "@abp/account", "version": "9.0.4", "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/account" }, "license": "MIT", "type": "module", "sideEffects": [ "**/*.css" ], "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" } }, "dependencies": { "@abp/core": "workspace:*", "@abp/identity": "workspace:*", "@abp/request": "workspace:*", "@abp/ui": "workspace:*", "@ant-design/icons-vue": "catalog:", "@vben-core/shadcn-ui": "workspace:*", "@vben/common-ui": "workspace:*", "@vben/hooks": "workspace:*", "@vben/layouts": "workspace:*", "@vben/locales": "workspace:*", "@vben/preferences": "workspace:*", "@vben/stores": "workspace:*", "@vueuse/core": "catalog:", "@vueuse/integrations": "catalog:", "ant-design-vue": "catalog:", "vue": "catalog:*", "vue-router": "catalog:" } }