Created
June 2, 2018 08:10
-
-
Save RoyiNamir/5ceaf6c9923575373f14c382b612b88d 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 Application2", | |
"repository": "<fill-your-repository-here>", | |
"nativescript": { | |
"id": "org.nativescript.game2", | |
"tns-android": { | |
"version": "4.1.1" | |
} | |
}, | |
"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", | |
"animate.css": "^3.6.1", | |
"nativescript-admob": "^1.4.1", | |
"nativescript-angular": "~5.3.0", | |
"nativescript-audio": "./custom/nativescript-audio/src/nativescript-audio-4.3.5.tgz", | |
"nativescript-gif": "^4.0.0", | |
"nativescript-insomnia": "^1.2.1", | |
"nativescript-orientation": "^2.2.0", | |
"nativescript-purchase": "^2.0.2", | |
"nativescript-sound": "./custom/nativescript-sound/nativescript-sound-1.0.4.tgz", | |
"nativescript-theme-core": "~1.0.4", | |
"reflect-metadata": "~0.1.8", | |
"rxjs": "~5.5.2", | |
"tns-core-modules": "^4.1.0", | |
"zone.js": "~0.8.2" | |
}, | |
"devDependencies": { | |
"@angular/compiler-cli": "~5.2.0", | |
"@ngtools/webpack": "~1.9.4", | |
"babel-traverse": "6.4.5", | |
"babel-types": "6.4.5", | |
"babylon": "6.4.5", | |
"clean-webpack-plugin": "~0.1.19", | |
"copy-webpack-plugin": "~4.3.0", | |
"css-loader": "~0.28.7", | |
"extract-text-webpack-plugin": "~3.0.2", | |
"lazy": "1.0.11", | |
"nativescript-dev-typescript": "~0.7.0", | |
"nativescript-dev-webpack": "^0.10.2", | |
"nativescript-worker-loader": "~0.8.1", | |
"raw-loader": "~0.5.1", | |
"resolve-url-loader": "~2.2.1", | |
"tns-platform-declarations": "^4.0.0", | |
"typescript": "^2.8.3", | |
"uglifyjs-webpack-plugin": "~1.1.6", | |
"webpack": "~3.10.0", | |
"webpack-bundle-analyzer": "^2.9.1", | |
"webpack-sources": "~1.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment