Skip to content

Instantly share code, notes, and snippets.

@RoyiNamir
Created August 10, 2018 12:44
Show Gist options
  • Save RoyiNamir/28b3b8e965a13336069be2d9259f7390 to your computer and use it in GitHub Desktop.
Save RoyiNamir/28b3b8e965a13336069be2d9259f7390 to your computer and use it in GitHub Desktop.
{
"nativescript": {
"id": "org.nativescript.bbb",
"tns-ios": {
"version": "4.2.0"
},
"tns-android": {
"version": "4.2.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"dependencies": {
"@angular/animations": "~6.1.0",
"@angular/common": "~6.1.0",
"@angular/compiler": "~6.1.0",
"@angular/core": "~6.1.0",
"@angular/forms": "~6.1.0",
"@angular/http": "~6.1.0",
"@angular/platform-browser": "~6.1.0",
"@angular/platform-browser-dynamic": "~6.1.0",
"@angular/router": "~6.1.0",
"nativescript-angular": "~6.1.0",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.8",
"rxjs": "^6.0.0",
"tns-core-modules": "^4.2.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"typescript": "~2.7.2",
"nativescript-dev-typescript": "~0.7.0"
},
"readme": "NativeScript Application"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment