forked from typijs/typijs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathng-package.json
More file actions
23 lines (23 loc) · 920 Bytes
/
ng-package.json
File metadata and controls
23 lines (23 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../dist/modules",
"lib": {
"entryFile": "src/public-api.ts",
"umdModuleIds": {
"@angular-cms/core": "AngularCmsCore",
"@fortawesome/angular-fontawesome": "AngularFontAwesome",
"@fortawesome/free-solid-svg-icons": "FontAwesomeFreeSolidSvgIcons",
"ngx-bootstrap/component-loader": "NgxBootstrapComponentLoader",
"ngx-bootstrap/positioning": "NgxBootstrapPositioning",
"ngx-bootstrap/dropdown": "NgxBootstrapDropdown",
"ngx-bootstrap/buttons": "NgxBootstrapButtons",
"ngx-bootstrap/modal": "NgxBootstrapModal",
"ngx-bootstrap/progressbar": "NgxBootstrapProgressbar",
"ngx-bootstrap/tabs": "NgxBootstrapTabs",
"angular-split": "AngularSplit",
"ngx-quill": "NgxQuill",
"quill": "Quill",
"quill-image-resize-module": "QuillImageResizeModule"
}
}
}