Created
March 12, 2019 20:37
-
-
Save bradrice/8b42a5c4ebee6fad2527605cdc03e48a to your computer and use it in GitHub Desktop.
class2tns json
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": "Tooling U Class Player", | |
"license": "private", | |
"readme": "NativeScript Application", | |
"repository": "https://github.com/toolingudev/classappnativescript.git", | |
"name": "class2tns", | |
"version": "0.1.0", | |
"scripts": { | |
"test": "ng test" | |
}, | |
"nativescript": { | |
"id": "com.toolingu.class2tns", | |
"tns-ios": { | |
"version": "5.2.0" | |
}, | |
"tns-android": { | |
"version": "5.2.1" | |
} | |
}, | |
"dependencies": { | |
"@angular/animations": "~7.2.0", | |
"@angular/common": "~7.2.0", | |
"@angular/compiler": "~7.2.0", | |
"@angular/core": "~7.2.0", | |
"@angular/forms": "~7.2.0", | |
"@angular/http": "~7.2.0", | |
"@angular/platform-browser": "~7.2.0", | |
"@angular/platform-browser-dynamic": "~7.2.0", | |
"@angular/router": "~7.2.0", | |
"async-await": "^0.1.40", | |
"lodash": "^4.17.10", | |
"moment": "^2.22.0", | |
"nativescript-angular": "^7.0.0", | |
"nativescript-audio": "5.0.1", | |
"nativescript-drop-down": "^4.0.1", | |
"nativescript-orientation": "^2.2.0", | |
"nativescript-theme-core": "^1.0.4", | |
"nativescript-ui-listview": "^5.1.0", | |
"nativescript-ui-sidedrawer": "^5.1.0", | |
"nativescript-videoplayer": "^4.1.0", | |
"nativescript-xmlobjects": "^1.1.4", | |
"reflect-metadata": "~0.1.8", | |
"rxjs": "^6.3.3", | |
"tns-core-modules": "5.1.0", | |
"zone.js": "^0.8.4" | |
}, | |
"devDependencies": { | |
"@angular-devkit/build-angular": "^0.12.1", | |
"@angular/cli": "^7.0.3", | |
"@angular/compiler-cli": "~7.2.0", | |
"@ngtools/webpack": "^6.2.7", | |
"@types/lodash": "4.14.68", | |
"@types/node": "~6.0.60", | |
"css-loader": "^2.1.0", | |
"lazy": "1.0.11", | |
"nativescript-dev-sass": "^1.6.0", | |
"nativescript-dev-typescript": "^0.7.9", | |
"nativescript-dev-webpack": "^0.20.2", | |
"node-sass": "^4.11.0", | |
"sass-loader": "^7.1.0", | |
"tns-platform-declarations": "^3.4.1", | |
"ts-node": "~3.3.0", | |
"tslint": "^5.8.0", | |
"typescript": "~3.1.1", | |
"webpack": "^4.29.5" | |
}, | |
"author": "bradrice" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment