mirror of https://github.com/abpframework/abp
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.
23 lines
535 B
23 lines
535 B
{
|
|
"name": "@abp/ng.theme.shared",
|
|
"version": "3.0.2",
|
|
"homepage": "https://abp.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/abpframework/abp.git"
|
|
},
|
|
"dependencies": {
|
|
"@abp/ng.core": "~3.0.2",
|
|
"@fortawesome/fontawesome-free": "^5.13.1",
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
"@ngx-validate/core": "^0.0.9",
|
|
"@swimlane/ngx-datatable": "^17.0.0",
|
|
"bootstrap": "^4.5.0",
|
|
"chart.js": "^2.9.3",
|
|
"tslib": "^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|