mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/libs/core",
|
|
"assets": [
|
|
{
|
|
"glob": "**/*.scss",
|
|
"input": "./breadcrumbs/src/styles",
|
|
"output": "./breadcrumbs/styles"
|
|
},
|
|
{
|
|
"glob": "custom-theme/**/*",
|
|
"input": "./",
|
|
"output": "/"
|
|
},
|
|
{
|
|
"glob": "assets/**/*",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/"
|
|
},
|
|
{
|
|
"glob": "i18n/*.json",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/assets/adf-core/"
|
|
},
|
|
{
|
|
"glob": "app.config.schema.json",
|
|
"input": "./src/lib/app-config",
|
|
"output": "/"
|
|
},
|
|
{
|
|
"glob": "**/*.scss",
|
|
"input": "./src/lib",
|
|
"output": "/lib"
|
|
}
|
|
],
|
|
"lib": {
|
|
"entryFile": "./src/public-api.ts",
|
|
"flatModuleFile": "adf-core",
|
|
"styleIncludePaths": [
|
|
"./src/lib"
|
|
]
|
|
},
|
|
"allowedNonPeerDependencies": [
|
|
"cropperjs",
|
|
"angular-oauth2-oidc",
|
|
"angular-oauth2-oidc-jwks",
|
|
"date-fns",
|
|
"rxjs"
|
|
]
|
|
}
|