Skip to content

Instantly share code, notes, and snippets.

@RoyiNamir
Created May 29, 2018 07:13
Show Gist options
  • Save RoyiNamir/c7adb7454b075369b0d325b88575f374 to your computer and use it in GitHub Desktop.
Save RoyiNamir/c7adb7454b075369b0d325b88575f374 to your computer and use it in GitHub Desktop.
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN ",
"readme": "NativeScript Application",
"repository": "",
"nativescript": {
"id": "com.davidshield.dsapp1",
"tns-ios": {
"version": "3.4.1"
},
"tns-android": {
"version": "4.0.1"
}
},
"scripts": {
"prod-build-android": "tns run android --bundle && tns build android --bundle --env.uglify --env.aot",
"prod-run-android": "tns run android --bundle && tns run android --bundle --env.uglify --env.aot",
"prod-build-ios": "tns run android --bundle && tns build ios --bundle --env.uglify --env.aot",
"prod-run-ios": "tns run android --bundle && tns run ios --bundle --env.uglify --env.aot"
},
"dependencies": {
"@angular/animations": "^5.2.10",
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/http": "^5.2.10",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@angular/router": "^5.2.10",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"@teammaestro/nativescript-svg": "^1.0.1",
"allow-publish": "^1.0.4",
"moment": "^2.22.1",
"nativescript-angular": "~5.2.0",
"nativescript-appavailability": "^1.3.1",
"nativescript-calendar": "^2.0.0",
"nativescript-camera": "^4.0.2",
"nativescript-fingerprint-auth": "^6.0.1",
"nativescript-geolocation": "^4.2.6",
"nativescript-imagepicker": "^6.0.1",
"nativescript-iqkeyboardmanager": "^1.3.0",
"nativescript-loading-indicator": "^2.4.0",
"nativescript-ng-shadow": "^2.1.0",
"nativescript-phone": "^1.3.1",
"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-moment": "^2.0.0",
"ngx-take-until-destroy": "^2.2.1",
"reflect-metadata": "^0.1.12",
"rxjs": "^5.5.10",
"tns-core-modules": "^4.0.1",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^5.2.10",
"@ngtools/webpack": "^1.10.2",
"babel-traverse": "6.4.5",
"babel-types": "6.4.5",
"babylon": "6.4.5",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "~3.0.0",
"lazy": "1.0.11",
"nativescript-dev-sass": "^1.5.0",
"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.7",
"tns-platform-declarations": "^3.4.1",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "~1.1.6",
"webpack": "~3.8.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-sources": "~1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment