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
500 B
23 lines
500 B
{
|
|
"name": "@abp/ng.core",
|
|
"version": "0.5.0",
|
|
"dependencies": {
|
|
"@ngxs/router-plugin": "^3.5.0",
|
|
"@ngxs/storage-plugin": "^3.5.0",
|
|
"@ngxs/store": "^3.5.0",
|
|
"angular-oauth2-oidc": "^8.0.1",
|
|
"just-compare": "^1.3.0",
|
|
"snq": "^1.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": ">=8.1.0",
|
|
"@angular/core": ">=8.1.0",
|
|
"@angular/forms": ">=8.1.0",
|
|
"@angular/router": ">=8.1.0",
|
|
"rxjs": ">=6.4.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|