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.
37 lines
975 B
37 lines
975 B
{
|
|
"name": "@abp/identity",
|
|
"version": "8.2.3",
|
|
"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/identity"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@abp/core": "workspace:*",
|
|
"@abp/permission": "workspace:*",
|
|
"@abp/request": "workspace:*",
|
|
"@abp/ui": "workspace:*",
|
|
"@ant-design/icons-vue": "catalog:",
|
|
"@vben/access": "workspace:*",
|
|
"@vben/common-ui": "workspace:*",
|
|
"@vben/hooks": "workspace:*",
|
|
"@vben/icons": "workspace:*",
|
|
"@vben/layouts": "workspace:*",
|
|
"@vben/locales": "workspace:*",
|
|
"ant-design-vue": "catalog:",
|
|
"vue": "catalog:*"
|
|
}
|
|
}
|
|
|