You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.3 KiB
46 lines
1.3 KiB
{
|
|
"name": "@abp/account",
|
|
"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/account"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@abp/components": "workspace:*",
|
|
"@abp/core": "workspace:*",
|
|
"@abp/gdpr": "workspace:*",
|
|
"@abp/identity": "workspace:*",
|
|
"@abp/notifications": "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:",
|
|
"oidc-client-ts": "catalog:",
|
|
"secure-ls": "catalog:",
|
|
"vue": "catalog:*",
|
|
"vue-router": "catalog:"
|
|
}
|
|
}
|
|
|