Skip to content

Instantly share code, notes, and snippets.

Created December 11, 2017 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c8f3d543d1cd61af2435348e2f8dd659 to your computer and use it in GitHub Desktop.
Save anonymous/c8f3d543d1cd61af2435348e2f8dd659 to your computer and use it in GitHub Desktop.
{
"name": "Groceries",
"version": "1.0.0",
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.Groceries",
"tns-android": {
"version": "3.3.1"
}
},
"scripts": {
"tslint": "tslint -p tsconfig.json",
"ns-bundle": "ns-bundle",
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
"start-android-bundle": "npm run ns-bundle --android --run-app",
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
"build-android-bundle": "npm run ns-bundle --android --build-app",
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
},
"dependencies": {
"@angular/common": "~4.4.5",
"@angular/compiler": "~4.4.5",
"@angular/core": "~4.4.5",
"@angular/forms": "~4.4.5",
"@angular/http": "~4.4.5",
"@angular/platform-browser": "~4.4.5",
"@angular/router": "~4.4.5",
"@spartadigital/nativescript-permissions": "^1.3.2",
"email-validator": "^1.0.7",
"nativescript-angular": "~4.4.1",
"nativescript-audio": "^4.0.3",
"nativescript-background-http": "^3.1.0",
"nativescript-background-task": "https://github.com/mobilemindtec/nativescript-background-task.git",
"nativescript-camera": "^3.1.4",
"nativescript-geolocation": "^4.2.1",
"nativescript-google-maps-sdk": "^2.4.3",
"nativescript-iqkeyboardmanager": "~1.1.0",
"nativescript-social-share": "~1.4.0",
"nativescript-sound": "^1.0.4",
"nativescript-theme-core": "^1.0.4",
"nativescript-unit-test-runner": "^0.3.3",
"reflect-metadata": "~0.1.8",
"rxjs": "~5.4.2",
"tns-core-modules": "^3.3.0",
"zone.js": "~0.8.2"
},
"devDependencies": {
"@angular/compiler-cli": "~4.4.5",
"@ngtools/webpack": "~1.5.3",
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.17.0",
"codelyzer": "^3.0.1",
"copy-webpack-plugin": "~4.0.1",
"extract-text-webpack-plugin": "~2.1.0",
"filewalker": "^0.1.3",
"jasmine-core": "^2.6.2",
"karma": "^1.7.0",
"karma-jasmine": "^1.0.2",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-typescript": "~0.5.0",
"nativescript-dev-webpack": "~0.8.0",
"nativescript-worker-loader": "~0.8.1",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.0.2",
"tns-platform-declarations": "^4.0.0-2017-12-8-1",
"tslint": "^5.4.2",
"typescript": "^2.4.2",
"webpack": "~2.6.1",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-sources": "~1.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment