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.
25 lines
583 B
25 lines
583 B
{
|
|
"name": "@abp/ng.theme.shared",
|
|
"version": "2.0.0",
|
|
"homepage": "https://abp.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/abpframework/abp.git"
|
|
},
|
|
"dependencies": {
|
|
"@abp/ng.core": "^2.0.0",
|
|
"@angular/cdk": "^8.2.3",
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
|
"@ng-bootstrap/ng-bootstrap": "^5.1.4",
|
|
"@ngx-validate/core": "^0.0.7",
|
|
"bootstrap": "^4.3.1",
|
|
"chart.js": "^2.9.2",
|
|
"font-awesome": "^4.7.0",
|
|
"primeicons": "^2.0.0",
|
|
"primeng": "^8.1.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|