mirror of https://github.com/abpframework/abp.git
committed by
GitHub
7 changed files with 60 additions and 5 deletions
@ -1,3 +1,8 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
"role": "lib.mvc", |
|||
"npmDependencies": { |
|||
"@abp/blogging": { |
|||
"version": "" |
|||
} |
|||
} |
|||
} |
|||
@ -1,3 +1,8 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
"role": "lib.mvc", |
|||
"npmDependencies": { |
|||
"@abp/cms-kit.admin": { |
|||
"version": "" |
|||
} |
|||
} |
|||
} |
|||
@ -1,3 +1,8 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
"role": "lib.mvc", |
|||
"npmDependencies": { |
|||
"@abp/cms-kit.public": { |
|||
"version": "" |
|||
} |
|||
} |
|||
} |
|||
@ -1,3 +1,8 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
"role": "lib.mvc", |
|||
"npmDependencies": { |
|||
"@abp/cms-kit": { |
|||
"version": "" |
|||
} |
|||
} |
|||
} |
|||
@ -1,3 +1,8 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
"role": "lib.mvc", |
|||
"npmDependencies": { |
|||
"@abp/docs": { |
|||
"version": "" |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue