chore: nx-cloud setup (#10110)

This commit is contained in:
Nathan Walker
2022-11-29 13:26:51 -08:00
committed by GitHub
parent b147612e06
commit 9a779dfa8a
8 changed files with 44 additions and 14 deletions

View File

@@ -18,11 +18,12 @@
"url": "https://github.com/NativeScript/NativeScript.git"
},
"dependencies": {
"@nrwl/nx-cloud": "^15.0.2",
"nativescript-theme-core": "^1.0.4"
},
"devDependencies": {
"@nativescript/hook": "^2.0.0",
"@nativescript/nx": "~4.0.0",
"@nativescript/nx": "~4.1.0",
"@nrwl/cli": "15.2.1",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
@@ -54,6 +55,7 @@
"module-alias": "^2.2.2",
"nativescript": "~8.3.0",
"nativescript-typedoc-theme": "1.1.0",
"nx": "15.2.1",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
"parserlib": "^1.1.1",
"prettier": "^2.6.2",
@@ -69,8 +71,7 @@
"tslint-to-eslint-config": "^2.13.0",
"typedoc": "^0.22.17",
"typescript": "4.8.4",
"zx": "^7.0.5",
"nx": "15.2.1"
"zx": "^7.0.5"
},
"lint-staged": {
"**/*": [
@@ -78,4 +79,3 @@
]
}
}