Created
August 7, 2018 15:38
-
-
Save RoyiNamir/38d01d2c71307bc13147013e9be10695 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 <your-license-filename>", | |
"readme": "NativeScript Application", | |
"repository": "<fill-your-repository-here>", | |
"nativescript": { | |
"id": "com.davidshield.dsapp1", | |
"tns-android": { | |
"version": "4.1.3" | |
} | |
}, | |
"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", | |
"tfs-uu-mac": "TEE-CLC/tf uu -recursive", | |
"apk": "tns prepare android --env.use.uat && tns build android --bundle --env.use.uat && cmd /c start \"\" c:\\projects-web-storm\\digital\\dsapp1\\platforms\\android\\app\\build\\outputs\\apk\\debug\\", | |
"tfs": "tfpt uu . /recursive /noget", | |
"makeapk": "cmd /c \"cd c:\\projects-web-storm\\digital\\dsapp1\\custom\\nativescript-env-hook\\src & del nativescript-env-1.6.0.tgz & npm pack\" & npm i nativescript-env & npm run apk", | |
"test2": "cmd /c start \"\" c:\\projects-web-storm\\digital\\dsapp1\\platforms\\android\\app\\build\\outputs\\apk\\debug\\" | |
}, | |
"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", | |
"moment": "^2.22.1", | |
"nativescript-angular": "~6.0.0", | |
"ngx-moment": "^2.0.0", | |
"ngx-take-until-destroy": "^2.2.1", | |
"reflect-metadata": "~0.1.8", | |
"rxjs": "~6.1.0", | |
"rxjs-compat": "^6.2.1", | |
"tns-core-modules": "^4.1.1", | |
"zone.js": "^0.8.26" | |
}, | |
"devDependencies": { | |
"@angular/compiler-cli": "~6.1.0-beta.1", | |
"@ngtools/webpack": "6.1.0-rc.0", | |
"babel-traverse": "6.4.5", | |
"babel-types": "6.4.5", | |
"babylon": "6.4.5", | |
"lazy": "1.0.11", | |
"nativescript-dev-sass": "^1.6.0", | |
"nativescript-dev-typescript": "~0.7.2", | |
"nativescript-dev-webpack": "^0.14.4", | |
"tns-platform-declarations": "~4.0.0", | |
"typescript": "~2.7.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment