mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
89 lines
1.3 KiB
JSON
89 lines
1.3 KiB
JSON
{
|
|
"npmScope": "nativescript",
|
|
"workspaceLayout": {
|
|
"appsDir": "apps",
|
|
"libsDir": "packages"
|
|
},
|
|
"implicitDependencies": {
|
|
"workspace.json": "*",
|
|
"package.json": {
|
|
"dependencies": "*",
|
|
"devDependencies": "*"
|
|
},
|
|
"tsconfig.json": "*",
|
|
"tslint.json": "*",
|
|
"nx.json": "*",
|
|
".eslintrc.json": "*"
|
|
},
|
|
"targetDependencies": {
|
|
"build": [
|
|
{
|
|
"target": "build",
|
|
"projects": "dependencies"
|
|
}
|
|
]
|
|
},
|
|
"cli": {
|
|
"defaultCollection": "@nrwl/workspace"
|
|
},
|
|
"generators": {
|
|
"@nrwl/workspace": {
|
|
"library": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/cypress": {
|
|
"cypress-project": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/react": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
},
|
|
"library": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/next": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/web": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/node": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
},
|
|
"library": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/nx-plugin": {
|
|
"plugin": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/nest": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/express": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
},
|
|
"library": {
|
|
"linter": "eslint"
|
|
}
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "master"
|
|
}
|
|
}
|