mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
31 lines
634 B
JSON
31 lines
634 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/libs/insights/",
|
|
"assets": [
|
|
{
|
|
"glob": "assets/**/*",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/"
|
|
},
|
|
{
|
|
"glob": "i18n/*.json",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/assets/adf-insights/"
|
|
}
|
|
],
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts",
|
|
"flatModuleFile": "adf-insights",
|
|
"styleIncludePaths": [
|
|
"../core/src/lib"
|
|
]
|
|
},
|
|
"allowedNonPeerDependencies": [
|
|
"@alfresco/adf-core",
|
|
"@ngx-translate/core",
|
|
"chart.js",
|
|
"ng2-charts",
|
|
"raphael"
|
|
]
|
|
}
|