Description
tns --version
8.1.3
√ Up to date.
tns debug android --log trace
tns doctor --log trace
locks in same step
Collecting system information...
package.json
'''
{
"name": "nativescript-sdk-examples-ng",
"description": "NativeScript & Angular SDK Examples",
"author": "Telerik [email protected]",
"version": "0.1.0",
"homepage": "https://github.com/NativeScript/nativescript-sdk-examples-ng",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-sdk-examples-ng"
},
"bugs": {
"url": "https://github.com/NativeScript/nativescript-sdk-examples-ng/issues"
},
"keywords": [
"NativeScript",
"Angular",
"SDK",
"example",
"documentation"
],
"license": "Apache-2.0",
"dependencies": {
"@angular/animations": "11.2.1",
"@angular/common": "11.2.1",
"@angular/compiler": "11.2.1",
"@angular/core": "11.2.1",
"@angular/forms": "11.2.1",
"@angular/platform-browser": "11.2.1",
"@angular/platform-browser-dynamic": "11.2.1",
"@angular/router": "11.2.1",
"@nativescript/angular": "11.0.1",
"@nativescript/camera": "5.0.8",
"@nativescript/core": "7.2.1",
"@nativescript/geolocation": "7.0.0",
"@nativescript/theme": "3.0.1",
"nativescript-intl": "4.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular/compiler-cli": "11.2.1",
"@nativescript/android": "^7.0.1",
"@nativescript/ios": "7.2.0",
"@nativescript/types": "7.2.0",
"@nativescript/webpack": "4.1.0",
"@ngtools/webpack": "11.2.1",
"codelyzer": "6.0.1",
"fs-extra": "9.1.0",
"glob": "7.1.6",
"lazy": "1.0.11",
"markdown-snippet-injector": "0.2.4",
"opener": "1.5.2",
"rimraf": "3.0.2",
"tar.gz": "1.0.7",
"tslint": "6.1.3",
"typescript": "4.1.5"
},
"scripts": {
"pretsc": "npm install",
"tsc": "tsc",
"pretslint": "npm run tsc",
"tslint": "tslint -p tsconfig.json",
"prebuild": "npm run tslint",
"build": "node scripts/build.js",
"postbuild": "npm run inject && npm run archive",
"inject": "mdinject --root=app --docsroot=dist/code-samples --sourceext=".ts|.css|.html" --snippettitles="TypeScript|CSS|HTML"",
"archive": "node scripts/archive.js",
"update-webpack": "./node_modules/.bin/update-ns-webpack --deps --configs",
"update-angular": "./node_modules/.bin/update-app-ng-deps",
"update-app-ng-deps": "update-app-ng-deps",
"ns-verify-bundle": "ns-verify-bundle",
"update-ns-webpack": "update-ns-webpack"
},
"main": "main.js"
}
'''