Created
June 11, 2018 14:53
-
-
Save RoyiNamir/1341771dc9053319ce8f2683b6ff2942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "NativeScript Application", | |
"license": "SEE LICENSE IN ", | |
"readme": "NativeScript Application", | |
"repository": "", | |
"nativescript": { | |
"id": "com.davidshield.dsapp1", | |
"tns-ios": { | |
"version": "4.0.1" | |
}, | |
"tns-android": { | |
"version": "4.1.2" | |
} | |
}, | |
"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": "~6.0.0", | |
"@angular/common": "~6.0.0", | |
"@angular/compiler": "~6.0.0", | |
"@angular/core": "~6.0.0", | |
"@angular/forms": "~6.0.0", | |
"@angular/http": "~6.0.0", | |
"@angular/platform-browser": "~6.0.0", | |
"@angular/platform-browser-dynamic": "~6.0.0", | |
"@angular/router": "~6.0.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", | |
"moment": "^2.22.1", | |
"nativescript-angular": "^6.0.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-pdf-view": "^2.0.1", | |
"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", | |
"nativescript-tslib": "^1.9.1-r1", | |
"ngx-moment": "^2.0.0", | |
"ngx-take-until-destroy": "^2.2.1", | |
"reflect-metadata": "~0.1.8", | |
"rxjs": "~6.0.0 || >=6.1.0", | |
"tns-core-modules": "~4.1.0", | |
"zone.js": "^0.8.26" | |
}, | |
"devDependencies": { | |
"@angular-devkit/core": "~0.6.3", | |
"@angular/compiler-cli": "~6.0.0", | |
"@ngtools/webpack": "~6.0.3", | |
"babel-traverse": "6.4.5", | |
"babel-types": "6.4.5", | |
"babylon": "6.4.5", | |
"clean-webpack-plugin": "~0.1.19", | |
"copy-webpack-plugin": "~4.5.1", | |
"css-loader": "~0.28.11", | |
"extract-text-webpack-plugin": "~3.0.2", | |
"lazy": "1.0.11", | |
"nativescript-dev-sass": "^1.6.0", | |
"nativescript-dev-typescript": "~0.7.1", | |
"nativescript-dev-webpack": "^0.12.0", | |
"nativescript-worker-loader": "~0.9.0", | |
"raw-loader": "~0.5.1", | |
"resolve-url-loader": "~2.3.0", | |
"sass-loader": "~7.0.1", | |
"tns-platform-declarations": "^3.4.1", | |
"typescript": "~2.7.2", | |
"uglifyjs-webpack-plugin": "~1.2.5", | |
"webpack": "~4.6.0", | |
"webpack-bundle-analyzer": "~2.13.0", | |
"webpack-cli": "~2.1.3", | |
"webpack-sources": "~1.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment