Last active
February 18, 2019 17:12
-
-
Save bradrice/97ffca73b4b144cf30d1702e022489b7 to your computer and use it in GitHub Desktop.
nativescript app package.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-android": { | |
"version": "5.2.0" | |
}, | |
"tns-ios": { | |
"version": "5.2.0" | |
} | |
}, | |
"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.11", | |
"moment": "^2.22.0", | |
"nativescript-angular": "^7.2.1", | |
"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-webview-interface": "^1.4.2", | |
"nativescript-xmlobjects": "^1.1.4", | |
"reflect-metadata": "~0.1.8", | |
"rxjs": "^6.3.3", | |
"tns-core-modules": "^5.2.0", | |
"zone.js": "^0.8.4" | |
}, | |
"devDependencies": { | |
"@angular-devkit/build-angular": "0.13.1", | |
"@angular/cli": "7.3.1", | |
"@angular/compiler-cli": "^7.2.5", | |
"@ngtools/webpack": "^6.2.7", | |
"@types/lodash": "4.14.68", | |
"@types/node": "~6.0.60", | |
"babel-traverse": "^6.26.0", | |
"babel-types": "^6.26.0", | |
"babylon": "6.4.5", | |
"jasmine-core": "^3.1.0", | |
"karma": "^4.0.0", | |
"karma-jasmine": "^1.1.1", | |
"karma-nativescript-launcher": "^0.4.0", | |
"lazy": "1.0.11", | |
"nativescript-dev-sass": "^1.6.0", | |
"nativescript-dev-typescript": "^0.8.0", | |
"nativescript-dev-webpack": "^0.20.0", | |
"nativescript-unit-test-runner": "0.4.1", | |
"node-sass": "^4.11.0", | |
"tns-platform-declarations": "5.2.0", | |
"ts-node": "~3.3.0", | |
"tslint": "^5.8.0", | |
"typescript": "~3.1.1" | |
}, | |
"author": "bradrice" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment