182 lines
3.9 KiB
JSON
182 lines
3.9 KiB
JSON
{
|
|
"npmScope": "nrwl",
|
|
"implicitDependencies": {
|
|
"workspace.json": "*",
|
|
"package.json": {
|
|
"dependencies": "*",
|
|
"devDependencies": "*"
|
|
},
|
|
"tsconfig.base.json": "*",
|
|
"tslint.json": "*",
|
|
"nx.json": "*",
|
|
".eslintrc.json": "*"
|
|
},
|
|
"tasksRunnerOptions": {
|
|
"default": {
|
|
"runner": "@nrwl/nx-cloud",
|
|
"options": {
|
|
"accessToken": "OTM4MGQ1NDctZGRjMy00ZDlmLThkYzQtOTU3MDhkNWZhZjcwfHJlYWQ=",
|
|
"cacheableOperations": ["build", "build-base", "test", "lint", "e2e"],
|
|
"canTrackAnalytics": false,
|
|
"showUsageWarnings": true,
|
|
"runtimeCacheInputs": [
|
|
"echo $SELECTED_CLI",
|
|
"echo $NX_E2E_CI_CACHE_KEY"
|
|
],
|
|
"cacheDirectory": "/tmp/nx-cache"
|
|
}
|
|
}
|
|
},
|
|
"workspaceLayout": {
|
|
"libsDir": "packages"
|
|
},
|
|
"projects": {
|
|
"nx": {
|
|
"tags": []
|
|
},
|
|
"tao": {
|
|
"tags": []
|
|
},
|
|
"devkit": {
|
|
"tags": ["tao"],
|
|
"implicitDependencies": ["tao"]
|
|
},
|
|
"workspace": {
|
|
"tags": [],
|
|
"implicitDependencies": ["tao", "cli", "devkit"]
|
|
},
|
|
"web": {
|
|
"tags": [],
|
|
"implicitDependencies": ["cypress", "workspace", "jest"]
|
|
},
|
|
"cypress": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace", "linter"]
|
|
},
|
|
"jest": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace"]
|
|
},
|
|
"react": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace", "cypress", "jest", "web"]
|
|
},
|
|
"storybook": {
|
|
"tags": [],
|
|
"implicitDependencies": ["cypress", "workspace"]
|
|
},
|
|
"nx-plugin": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace"]
|
|
},
|
|
"node": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace", "jest", "linter"]
|
|
},
|
|
"next": {
|
|
"tags": [],
|
|
"implicitDependencies": ["react"]
|
|
},
|
|
"nest": {
|
|
"tags": [],
|
|
"implicitDependencies": ["node"]
|
|
},
|
|
"linter": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace"]
|
|
},
|
|
"express": {
|
|
"tags": [],
|
|
"implicitDependencies": ["node"]
|
|
},
|
|
"eslint-plugin-nx": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace"]
|
|
},
|
|
"create-nx-workspace": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace"]
|
|
},
|
|
"create-nx-plugin": {
|
|
"tags": [],
|
|
"implicitDependencies": ["nx-plugin"]
|
|
},
|
|
"cli": {
|
|
"tags": [],
|
|
"implicitDependencies": ["tao"]
|
|
},
|
|
"angular": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace", "cypress", "jest"]
|
|
},
|
|
"e2e-utils": {
|
|
"tags": []
|
|
},
|
|
"e2e-cli": {
|
|
"tags": [],
|
|
"implicitDependencies": ["cli"]
|
|
},
|
|
"e2e-angular": {
|
|
"tags": [],
|
|
"implicitDependencies": ["angular"]
|
|
},
|
|
"e2e-cypress": {
|
|
"tags": [],
|
|
"implicitDependencies": ["cypress"]
|
|
},
|
|
"e2e-gatsby": {
|
|
"tags": [],
|
|
"implicitDependencies": ["gatsby"]
|
|
},
|
|
"e2e-jest": {
|
|
"tags": [],
|
|
"implicitDependencies": ["jest"]
|
|
},
|
|
"e2e-linter": {
|
|
"tags": [],
|
|
"implicitDependencies": ["linter"]
|
|
},
|
|
"e2e-next": {
|
|
"tags": [],
|
|
"implicitDependencies": ["next"]
|
|
},
|
|
"e2e-node": {
|
|
"tags": [],
|
|
"implicitDependencies": ["node"]
|
|
},
|
|
"e2e-nx-plugin": {
|
|
"tags": [],
|
|
"implicitDependencies": ["nx-plugin", "create-nx-plugin"]
|
|
},
|
|
"e2e-react": {
|
|
"tags": [],
|
|
"implicitDependencies": ["react"]
|
|
},
|
|
"e2e-storybook": {
|
|
"tags": [],
|
|
"implicitDependencies": ["storybook"]
|
|
},
|
|
"e2e-web": {
|
|
"tags": [],
|
|
"implicitDependencies": ["web"]
|
|
},
|
|
"e2e-workspace": {
|
|
"tags": [],
|
|
"implicitDependencies": ["workspace", "create-nx-workspace"]
|
|
},
|
|
"dep-graph-client": {
|
|
"tags": ["core"]
|
|
},
|
|
"dep-graph-client-e2e": {
|
|
"tags": [],
|
|
"implicitDependencies": ["dep-graph-client"]
|
|
},
|
|
"gatsby": {
|
|
"tags": []
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "master"
|
|
}
|
|
}
|