Skip to content

Instantly share code, notes, and snippets.

@RoyiNamir
Created April 16, 2018 12:38
Show Gist options
  • Save RoyiNamir/d39fb55eeff563ba34d0ce7d5b0e46b0 to your computer and use it in GitHub Desktop.
Save RoyiNamir/d39fb55eeff563ba34d0ce7d5b0e46b0 to your computer and use it in GitHub Desktop.
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "com.davidshield.dsapp1",
"tns-ios": {
"version": "3.4.1"
},
"tns-android": {
"version": "3.4.2"
}
},
"scripts": {
"prod-build-android": "tns build android --bundle --env.uglify --env.aot",
"prod-run-android": "tns run android --bundle --env.uglify --env.aot",
"prod-build-ios": "tns build ios --bundle --env.uglify --env.aot",
"prod-run-ios": "tns run ios --bundle --env.uglify --env.aot"
},
"dependencies": {
"@angular/animations": "~5.2.0",
"@angular/common": "~5.2.0",
"@angular/compiler": "~5.2.0",
"@angular/core": "~5.2.0",
"@angular/forms": "~5.2.0",
"@angular/http": "~5.2.0",
"@angular/platform-browser": "~5.2.0",
"@angular/platform-browser-dynamic": "~5.2.0",
"@angular/router": "~5.2.0",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@teammaestro/nativescript-svg": "^1.0.1",
"allow-publish": "^1.0.4",
"nativescript-angular": "~5.2.0",
"nativescript-fingerprint-auth": "^6.0.1",
"nativescript-iqkeyboardmanager": "^1.3.0",
"nativescript-loading-indicator": "^2.4.0",
"nativescript-plugin-firebase": "^5.1.7",
"nativescript-screen-orientation": "^2.0.0",
"nativescript-swift-3.0": "^1.0.0",
"nativescript-textinputlayout": "^2.0.3",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.6",
"ngx-take-until-destroy": "^2.1.1",
"reflect-metadata": "^0.1.12",
"rxjs": "~5.5.6",
"tns-core-modules": "^3.4.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/compiler-cli": "~5.2.0",
"@ngtools/webpack": "^1.9.8",
"babel-traverse": "6.4.5",
"babel-types": "6.4.5",
"babylon": "6.4.5",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "~3.0.0",
"lazy": "1.0.11",
"nativescript-dev-sass": "^1.3.5",
"nativescript-dev-typescript": "~0.6.0",
"nativescript-dev-webpack": "^0.9.2",
"nativescript-worker-loader": "~0.8.1",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.1.0",
"sass-loader": "~6.0.6",
"tns-platform-declarations": "^3.4.0",
"typescript": "^2.8.1",
"uglifyjs-webpack-plugin": "~1.1.6",
"webpack": "~3.8.1",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-sources": "~1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment