mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Create a stories lib to make all the adf stories available * Run the test with a diff ext type * sunc nx file
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"npmScope": "adf",
|
|
"implicitDependencies": {
|
|
"angular.json": "*",
|
|
"package.json": "*",
|
|
"tsconfig.json": "*",
|
|
"tslint.json": "*",
|
|
"nx.json": "*",
|
|
".travis.yml": "*",
|
|
"demo-shell/src/index.html": "*",
|
|
"e2e/protractor.excludes.json": "*",
|
|
"e2e/protractor.conf.js": "*"
|
|
},
|
|
"projects": {
|
|
"demoshell": {
|
|
"implicitDependencies": ["process-services", "content-services", "process-services-cloud", "core", "insights", "extensions"],
|
|
"tags": ["scope:demoshell", "type:app"]
|
|
},
|
|
"extensions": {
|
|
"tags": ["scope:extensions", "type:lib"]
|
|
},
|
|
"core": {
|
|
"implicitDependencies": ["extensions"],
|
|
"tags": ["scope:core", "type:lib"]
|
|
},
|
|
"content-services": {
|
|
"implicitDependencies": ["core"],
|
|
"tags": ["scope:content-services", "type:lib"]
|
|
},
|
|
"process-services": {
|
|
"implicitDependencies": ["content-services"],
|
|
"tags": ["scope:process-services", "type:lib"]
|
|
},
|
|
"process-services-cloud": {
|
|
"implicitDependencies": ["content-services"],
|
|
"tags": ["scope:process-services-cloud", "type:lib"]
|
|
},
|
|
"insights": {
|
|
"implicitDependencies": ["core"],
|
|
"tags": ["scope:insights", "type:lib"]
|
|
},
|
|
"demoshell-e2e": {
|
|
"implicitDependencies": ["testing"],
|
|
"tags": ["scope:demoshell-e2e", "type:e2e"]
|
|
},
|
|
"testing": {
|
|
"implicitDependencies": [],
|
|
"tags": ["scope:testing", "type:lib"]
|
|
},
|
|
"cli": {
|
|
"tags": ["scope:cli", "type:lib"]
|
|
},
|
|
"stories": {
|
|
"tags": ["scope:stories", "type:lib"]
|
|
}
|
|
}
|
|
}
|