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.
32 lines
953 B
32 lines
953 B
{
|
|
"name": "@abp/ng.theme.shared",
|
|
"version": "1.0.2",
|
|
"dependencies": {
|
|
"@abp/ng.core": "^1.0.2",
|
|
"@angular/cdk": "^8.0.1",
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
|
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
|
|
"@ngx-validate/core": "^0.0.7",
|
|
"bootstrap": "^4.3.1",
|
|
"chart.js": "^2.8.0",
|
|
"font-awesome": "^4.7.0",
|
|
"ngx-perfect-scrollbar": "^8.0.0",
|
|
"primeicons": "^2.0.0",
|
|
"primeng": "^8.0.4",
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "bundles/abp-ng.theme.shared.umd.js",
|
|
"module": "fesm5/abp-ng.theme.shared.js",
|
|
"es2015": "fesm2015/abp-ng.theme.shared.js",
|
|
"esm5": "esm5/abp-ng.theme.shared.js",
|
|
"esm2015": "esm2015/abp-ng.theme.shared.js",
|
|
"fesm5": "fesm5/abp-ng.theme.shared.js",
|
|
"fesm2015": "fesm2015/abp-ng.theme.shared.js",
|
|
"typings": "abp-ng.theme.shared.d.ts",
|
|
"metadata": "abp-ng.theme.shared.metadata.json",
|
|
"sideEffects": false
|
|
}
|