vega-frontend-monorepo/nx.json
2023-06-15 11:32:04 +01:00

73 lines
1.6 KiB
JSON

{
"npmScope": "vegaprotocol",
"affected": {
"defaultBase": "develop"
},
"implicitDependencies": {
"package.json": {
"dependencies": "*",
"devDependencies": "*"
},
".eslintrc.json": "*"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU=",
"runtimeCacheInputs": [
"echo $NX_VEGA_NETWORKS",
"echo $NX_VEGA_ENV",
"echo $NX_VEGA_URL",
"echo $NX_TENDERMINT_URL",
"echo $NX_TENDERMINT_WEBSOCKET_URL",
"echo $NX_USE_ENV_OVERRIDES",
"echo $NX_ETHEREUM_PROVIDER_URL"
],
"url": "https://cloud.nx.app"
}
}
},
"generators": {
"@nrwl/react": {
"application": {
"style": "scss",
"linter": "eslint",
"babel": true
},
"component": {
"style": "scss"
},
"library": {
"style": "scss",
"linter": "eslint"
}
},
"@nrwl/next": {
"application": {
"style": "scss",
"linter": "eslint"
}
},
"@nrwl/web:application": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "jest",
"e2eTestRunner": "none"
},
"@nrwl/web:library": {
"style": "scss",
"linter": "eslint",
"unitTestRunner": "jest"
}
},
"defaultProject": "trading",
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
}
}