2022-02-11 13:56:28 +00:00
|
|
|
{
|
2022-08-12 07:46:07 +00:00
|
|
|
"npmScope": "@vegaprotocol",
|
2022-02-11 13:56:28 +00:00
|
|
|
"affected": {
|
|
|
|
"defaultBase": "master"
|
|
|
|
},
|
|
|
|
"cli": {
|
|
|
|
"defaultCollection": "@nrwl/next"
|
|
|
|
},
|
|
|
|
"implicitDependencies": {
|
|
|
|
"package.json": {
|
|
|
|
"dependencies": "*",
|
|
|
|
"devDependencies": "*"
|
|
|
|
},
|
|
|
|
".eslintrc.json": "*"
|
|
|
|
},
|
|
|
|
"tasksRunnerOptions": {
|
|
|
|
"default": {
|
|
|
|
"runner": "@nrwl/nx-cloud",
|
|
|
|
"options": {
|
2022-02-11 14:49:45 +00:00
|
|
|
"cacheableOperations": ["build", "lint", "test", "e2e"],
|
2022-02-11 13:56:28 +00:00
|
|
|
"accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU="
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"targetDependencies": {
|
|
|
|
"build": [
|
|
|
|
{
|
|
|
|
"target": "build",
|
|
|
|
"projects": "dependencies"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"generators": {
|
|
|
|
"@nrwl/react": {
|
|
|
|
"application": {
|
2022-02-15 14:12:27 +00:00
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint",
|
2022-02-11 13:56:28 +00:00
|
|
|
"babel": true
|
2022-02-15 14:12:27 +00:00
|
|
|
},
|
|
|
|
"component": {
|
|
|
|
"style": "scss"
|
|
|
|
},
|
|
|
|
"library": {
|
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint"
|
2022-02-11 13:56:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"@nrwl/next": {
|
|
|
|
"application": {
|
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint"
|
|
|
|
}
|
2022-03-30 13:18:59 +00:00
|
|
|
},
|
|
|
|
"@nrwl/web:application": {
|
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint",
|
|
|
|
"unitTestRunner": "jest",
|
|
|
|
"e2eTestRunner": "none"
|
|
|
|
},
|
|
|
|
"@nrwl/web:library": {
|
|
|
|
"style": "scss",
|
|
|
|
"linter": "eslint",
|
|
|
|
"unitTestRunner": "jest"
|
2022-02-11 13:56:28 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"defaultProject": "trading"
|
|
|
|
}
|