пакет. json
{
"nativescript": {
"id": "org.nativescript.help2help",
"tns-android": {
"version": "6.3.1"
},
"tns-ios": {
"version": "6.3.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"lint": "tslint \"src/**/*.ts\""
},
"dependencies": {
"@angular/animations": "~8.2.0",
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/forms": "~8.2.0",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"@nativescript/theme": "~2.2.1",
"@nstudio/nativescript-loading-indicator": "^3.0.1",
"@nstudio/nativescript-pulltorefresh": "^1.1.1",
"moment": "^2.24.0",
"nativescript-angular": "~8.20.3",
"nativescript-feedback": "^1.3.12",
"nativescript-plugin-firebase": "^10.3.3",
"nativescript-simple-libsodium": "^1.0.6",
"nativescript-ui-sidedrawer": "~8.0.0",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"tns-core-modules": "~6.3.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular/compiler-cli": "~8.2.0",
"@ngtools/webpack": "^8.3.23",
"codelyzer": "~4.5.0",
"nativescript-dev-webpack": "~1.4.0",
"node-sass": "^4.7.1",
"tslint": "~5.19.0",
"typescript": "~3.5.3"
},
"gitHead": "...",
"readme": "NativeScript Application"
}