Skip to content

Instantly share code, notes, and snippets.

@bradrice
Created July 19, 2019 20:11
Show Gist options
  • Save bradrice/c47407d8559802d0e44d5f0e31e72a0c to your computer and use it in GitHub Desktop.
Save bradrice/c47407d8559802d0e44d5f0e31e72a0c to your computer and use it in GitHub Desktop.
Nativescript Class player package.json
{
"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.4.2"
},
"tns-android": {
"version": "5.4.0"
}
},
"dependencies": {
"@angular/animations": "8.0.2",
"@angular/common": "8.0.2",
"@angular/compiler": "8.0.2",
"@angular/core": "8.0.2",
"@angular/forms": "8.0.2",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "8.0.2",
"@angular/platform-browser-dynamic": "8.0.2",
"@angular/router": "8.0.2",
"async-await": "^0.1.40",
"lodash": "4.17.11",
"moment": "2.24.0",
"nativescript-angular": "^8.0.0",
"nativescript-audio": "5.0.1",
"nativescript-drop-down": "^4.0.1",
"nativescript-orientation": "2.2.1",
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-listview": "6.2.0",
"nativescript-ui-sidedrawer": "6.0.0",
"nativescript-videoplayer": "4.2.1",
"nativescript-xmlobjects": "^1.1.4",
"reflect-metadata": "~0.1.8",
"rxjs": "^6.3.3",
"tns-core-modules": "^5.4.3",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.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.7.0",
"nativescript-dev-typescript": "^0.10.0",
"nativescript-dev-webpack": "^0.24.1",
"tns-platform-declarations": "^3.4.1",
"ts-node": "~3.3.0",
"tslint": "^5.8.0",
"typescript": "^3.2.4",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.29.5"
},
"author": "bradrice"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment