mirror of https://github.com/abpframework/abp.git
4 changed files with 29 additions and 1 deletions
@ -0,0 +1,12 @@ |
|||||
|
{ |
||||
|
"version": "0.4.7", |
||||
|
"name": "@abp/blogging", |
||||
|
"publishConfig": { |
||||
|
"access": "public" |
||||
|
}, |
||||
|
"dependencies": { |
||||
|
"@abp/aspnetcore.mvc.ui.theme.shared": "^0.4.4", |
||||
|
"@abp/tui-editor": "^0.4.5", |
||||
|
"@abp/owl.carousel": "^0.4.7" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,5 @@ |
|||||
|
module.exports = { |
||||
|
mappings: { |
||||
|
"@node_modules/owl.carousel/dist/*.*": "@libs/owl.carousel/" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,11 @@ |
|||||
|
{ |
||||
|
"version": "0.4.7", |
||||
|
"name": "@abp/owl.carousel", |
||||
|
"publishConfig": { |
||||
|
"access": "public" |
||||
|
}, |
||||
|
"dependencies": { |
||||
|
"@abp/core": "^0.4.3", |
||||
|
"owl.carousel": "^2.3.4" |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue