Skip to content

Instantly share code, notes, and snippets.

@linuxsimba
Created February 25, 2021 08:17
Show Gist options
  • Save linuxsimba/66d5bfd2c95f3d082a39a6d306f4abdf to your computer and use it in GitHub Desktop.
Save linuxsimba/66d5bfd2c95f3d082a39a6d306f4abdf to your computer and use it in GitHub Desktop.
package.json for NG10/NS7 unit testing article
{
"name": "Test App",
"main": "main.js",
"displayName": "Navigation Drawer",
"templateType": "App template",
"version": "7.0.6",
"description": "NativeScript Application",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "SEE LICENSE IN <your-license-filename>",
"publishConfig": {
"access": "public"
},
"keywords": [
"nstudio",
"nativescript",
"mobile",
"angular",
"{N}",
"tns",
"template",
"drawer",
"navigation",
"category-general"
],
"repository": "<fill-your-repository-here>",
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"scripts": {
"lint": "npx eslint . --ext .ts,.js,.json --fix && npx stylelint 'src/app/**/**/*.scss' --fix && npx htmlhint 'src/app'",
"test-android": "ns test android | sed '/undefined/d'"
},
"dependencies": {
"@angular/animations": "~10.2.0",
"@angular/common": "~10.2.0",
"@angular/compiler": "~10.2.0",
"@angular/core": "~10.2.0",
"@angular/forms": "~10.2.0",
"@angular/platform-browser": "~10.2.0",
"@angular/platform-browser-dynamic": "~10.2.0",
"@angular/router": "~10.2.0",
"@nativescript-community/ui-material-button": "^5.2.5",
"@nativescript/angular": "~10.1.0",
"@nativescript/appversion": "^2.0.0",
"@nativescript/core": "~7.1.0",
"nativescript-ui-sidedrawer": "~9.0.0",
"ngx-mask": "^11.1.4",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.6.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/core": "~10.2.0",
"@angular-devkit/schematics": "~10.2.0",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "~10.2.0",
"@nativescript/android": "7.0.1",
"@nativescript/ios": "7.1.1",
"@nativescript/types": "^7.2.0",
"@nativescript/unit-test-runner": "1.0.2",
"@nativescript/webpack": "^4.0.0",
"@ngtools/webpack": "~10.2.0",
"@types/jasmine": "3.6.2",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"codelyzer": "~6.0.0",
"eslint": "^7.19.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-ngrx": "^1.13.2",
"htmlhint": "^0.14.2",
"karma": "5.2.3",
"karma-jasmine": "4.0.1",
"karma-nativescript-launcher": "0.4.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "3.0.5",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"tslint": "~6.1.3",
"typescript": "~4.0.0"
},
"private": "true",
"readme": "NativeScript Application"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment