Files
alfresco-ng2-components/nx.json
2022-08-26 15:24:19 +01:00

55 lines
1.1 KiB
JSON

{
"npmScope": "adf",
"implicitDependencies": {
"angular.json": "*",
"package.json": {
"dependencies": {
"@alfresco/*": "*",
"@angular/*": "*",
"rxjs": "*"
}
},
"demo-shell/src/index.html": "*",
"e2e/protractor.excludes.json": "*",
"e2e/protractor.conf.js": "*"
},
"cli": {
"defaultCollection": "@nrwl/angular"
},
"defaultProject": "demoshell",
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"affected": {
"defaultBase": "develop"
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
},
"lint": {
"dependsOn": [
"spellcheck",
"stylelint"
]
}
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "spellcheck", "stylelint"],
"cacheDirectory": "nxcache",
"runtimeCacheInputs": ["node -v"]
}
}
}
}