diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..152912b12 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 diff --git a/packages/template-blank-ng/.editorconfig b/packages/template-blank-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-blank-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-blank-ng/angular.json b/packages/template-blank-ng/angular.json index ef95d524c..24738ec20 100644 --- a/packages/template-blank-ng/angular.json +++ b/packages/template-blank-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "blank" -} \ No newline at end of file +} diff --git a/packages/template-blank-ng/package.json b/packages/template-blank-ng/package.json index 3ee572aff..9ae148bb8 100644 --- a/packages/template-blank-ng/package.json +++ b/packages/template-blank-ng/package.json @@ -1,61 +1,61 @@ { - "nativescript": { - "id": "org.nativescript.Blank", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.Blank", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-blank-ng", - "displayName": "Blank", - "templateType": "App template", - "version": "5.2.1", - "description": "Blank template for NativeScript apps using Angular", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "angular", - "nativescript", - "{N}", - "tns", - "template", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "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", - "nativescript-angular": "~7.2.1", - "nativescript-theme-core": "~1.0.4", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-blank-ng", + "displayName": "Blank", + "templateType": "App template", + "version": "5.2.1", + "description": "Blank template for NativeScript apps using Angular", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "angular", + "nativescript", + "{N}", + "tns", + "template", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "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", + "nativescript-angular": "~7.2.1", + "nativescript-theme-core": "~1.0.4", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-blank-ng/src/package.json b/packages/template-blank-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-blank-ng/src/package.json +++ b/packages/template-blank-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-blank-ng/tsfmt.json b/packages/template-blank-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-blank-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-blank-ts/.editorconfig b/packages/template-blank-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-blank-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-blank-ts/app/package.json b/packages/template-blank-ts/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-blank-ts/app/package.json +++ b/packages/template-blank-ts/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-blank-ts/package.json b/packages/template-blank-ts/package.json index 5b421acb5..624165707 100644 --- a/packages/template-blank-ts/package.json +++ b/packages/template-blank-ts/package.json @@ -1,44 +1,44 @@ { - "nativescript": { - "id": "org.nativescript.Blank", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.Blank", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-blank-ts", - "displayName": "Blank", - "templateType": "App template", - "version": "5.2.0", - "description": "Blank template for Vanilla NativeScript apps using TypeScript", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "template", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-blank-ts", + "displayName": "Blank", + "templateType": "App template", + "version": "5.2.0", + "description": "Blank template for Vanilla NativeScript apps using TypeScript", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "template", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-blank-ts/tsfmt.json b/packages/template-blank-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-blank-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-blank-vue/.editorconfig b/packages/template-blank-vue/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-blank-vue/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-blank-vue/jsconfig.json b/packages/template-blank-vue/jsconfig.json index 7f0928972..74800327d 100644 --- a/packages/template-blank-vue/jsconfig.json +++ b/packages/template-blank-vue/jsconfig.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "baseUrl": "./", - "paths": { - "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], - "~/*": ["app/*"] - } - }, - "include": ["app/**/*"] + "compilerOptions": { + "baseUrl": "./", + "paths": { + "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], + "~/*": ["app/*"] + } + }, + "include": ["app/**/*"] } diff --git a/packages/template-blank-vue/package.json b/packages/template-blank-vue/package.json index a22fcfb14..c34001e13 100644 --- a/packages/template-blank-vue/package.json +++ b/packages/template-blank-vue/package.json @@ -1,54 +1,54 @@ { - "nativescript": { - "id": "org.nativescript.Blank", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.Blank", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-blank-vue", - "displayName": "Blank", - "version": "5.2.0", - "description": "Blank template for NativeScript apps using Vue.", - "author": "Telerik ", - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "keywords": [ - "telerik", - "progress", - "mobile", - "nativescript", - "{N}", - "tns", - "vue", - "nativescript-vue", - "template", - "master-detail", - "detail", - "category-general" - ], - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "~2.0.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "@babel/core": "~7.1.0", - "@babel/preset-env": "~7.1.0", - "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~0.20.0", - "nativescript-vue-template-compiler": "~2.0.0", - "node-sass": "~4.9.0", - "vue-loader": "~15.4.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-blank-vue", + "displayName": "Blank", + "version": "5.2.0", + "description": "Blank template for NativeScript apps using Vue.", + "author": "Telerik ", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "keywords": [ + "telerik", + "progress", + "mobile", + "nativescript", + "{N}", + "tns", + "vue", + "nativescript-vue", + "template", + "master-detail", + "detail", + "category-general" + ], + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "nativescript-vue": "~2.0.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "@babel/core": "~7.1.0", + "@babel/preset-env": "~7.1.0", + "babel-loader": "~8.0.0", + "nativescript-dev-webpack": "~0.20.0", + "nativescript-vue-template-compiler": "~2.0.0", + "node-sass": "~4.9.0", + "vue-loader": "~15.4.0" + } } diff --git a/packages/template-blank/.editorconfig b/packages/template-blank/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-blank/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-blank/app/package.json b/packages/template-blank/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-blank/app/package.json +++ b/packages/template-blank/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-blank/package.json b/packages/template-blank/package.json index 7bff80603..90285c831 100644 --- a/packages/template-blank/package.json +++ b/packages/template-blank/package.json @@ -1,43 +1,43 @@ { - "nativescript": { - "id": "org.nativescript.Blank", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.Blank", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-blank", - "displayName": "Blank", - "templateType": "App template", - "version": "5.2.0", - "description": "Blank template for Vanilla NativeScript apps using JavaScript", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "template", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-blank", + "displayName": "Blank", + "templateType": "App template", + "version": "5.2.0", + "description": "Blank template for Vanilla NativeScript apps using JavaScript", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "template", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-drawer-navigation-ng/.editorconfig b/packages/template-drawer-navigation-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-drawer-navigation-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-drawer-navigation-ng/angular.json b/packages/template-drawer-navigation-ng/angular.json index 3ec7e814d..b08e7ea8e 100644 --- a/packages/template-drawer-navigation-ng/angular.json +++ b/packages/template-drawer-navigation-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "drawer-navigation" -} \ No newline at end of file +} diff --git a/packages/template-drawer-navigation-ng/package.json b/packages/template-drawer-navigation-ng/package.json index b9bc1810b..c1b1aaf91 100644 --- a/packages/template-drawer-navigation-ng/package.json +++ b/packages/template-drawer-navigation-ng/package.json @@ -1,71 +1,71 @@ { - "nativescript": { - "id": "org.nativescript.DrawerNavigation", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.DrawerNavigation", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-drawer-navigation-ng", - "displayName": "Navigation Drawer", - "templateType": "App template", - "version": "5.2.1", - "description": "Side navigation template", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "angular", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "drawer", - "navigation", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "nativescript-angular": "~7.2.1", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-sidedrawer": "~5.1.0", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-drawer-navigation-ng", + "displayName": "Navigation Drawer", + "templateType": "App template", + "version": "5.2.1", + "description": "Side navigation template", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "angular", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "drawer", + "navigation", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "nativescript-angular": "~7.2.1", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-sidedrawer": "~5.1.0", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-drawer-navigation-ng/src/package.json b/packages/template-drawer-navigation-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-drawer-navigation-ng/src/package.json +++ b/packages/template-drawer-navigation-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-drawer-navigation-ng/tsfmt.json b/packages/template-drawer-navigation-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-drawer-navigation-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-drawer-navigation-ts/.editorconfig b/packages/template-drawer-navigation-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-drawer-navigation-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-drawer-navigation-ts/app/package.json b/packages/template-drawer-navigation-ts/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-drawer-navigation-ts/app/package.json +++ b/packages/template-drawer-navigation-ts/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-drawer-navigation-ts/package.json b/packages/template-drawer-navigation-ts/package.json index 8456eb485..181e66bdd 100644 --- a/packages/template-drawer-navigation-ts/package.json +++ b/packages/template-drawer-navigation-ts/package.json @@ -1,54 +1,54 @@ { - "nativescript": { - "id": "org.nativescript.DrawerNavigation", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.DrawerNavigation", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-drawer-navigation-ts", - "displayName": "Navigation Drawer", - "templateType": "App template", - "version": "5.2.0", - "description": "Side navigation template", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "drawer", - "navigation", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"app/**/*.ts\"" - }, - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-sidedrawer": "~5.1.0", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-drawer-navigation-ts", + "displayName": "Navigation Drawer", + "templateType": "App template", + "version": "5.2.0", + "description": "Side navigation template", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "drawer", + "navigation", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"app/**/*.ts\"" + }, + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-sidedrawer": "~5.1.0", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-drawer-navigation-ts/tsfmt.json b/packages/template-drawer-navigation-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-drawer-navigation-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-drawer-navigation/.editorconfig b/packages/template-drawer-navigation/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-drawer-navigation/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-drawer-navigation/.jsbeautifyrc b/packages/template-drawer-navigation/.jsbeautifyrc deleted file mode 100644 index f33c59410..000000000 --- a/packages/template-drawer-navigation/.jsbeautifyrc +++ /dev/null @@ -1,23 +0,0 @@ -{ - "js": { - "indent_size": 4, - "indent_char": " ", - "indent_level": 0, - "indent_with_tabs": false, - "preserve_newlines": true, - "max_preserve_newlines": 2, - "jslint_happy": true, - "space_after_anon_function": true, - "brace_style": "end-expand,preserve-inline", - "keep_array_indentation": false, - "keep_function_indentation": false, - "space_before_conditional": true, - "break_chained_methods": false, - "eval_code": false, - "unescape_strings": false, - "wrap_line_length": 0, - "wrap_attributes": "auto", - "wrap_attributes_indent_size": 4, - "end_with_newline": true - } -} diff --git a/packages/template-drawer-navigation/app/package.json b/packages/template-drawer-navigation/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-drawer-navigation/app/package.json +++ b/packages/template-drawer-navigation/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-drawer-navigation/package.json b/packages/template-drawer-navigation/package.json index 69f47dfea..016a18742 100644 --- a/packages/template-drawer-navigation/package.json +++ b/packages/template-drawer-navigation/package.json @@ -1,53 +1,53 @@ { - "nativescript": { - "id": "org.nativescript.DrawerNavigation", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.DrawerNavigation", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-drawer-navigation", - "displayName": "Navigation Drawer", - "templateType": "App template", - "version": "5.2.0", - "description": "Side navigation template", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "drawer", - "navigation", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "eslint \"app/**/*.js\"" - }, - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-sidedrawer": "~5.1.0", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "eslint": "~5.8.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-drawer-navigation", + "displayName": "Navigation Drawer", + "templateType": "App template", + "version": "5.2.0", + "description": "Side navigation template", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "drawer", + "navigation", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "eslint \"app/**/*.js\"" + }, + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-sidedrawer": "~5.1.0", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "eslint": "~5.8.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-enterprise-auth-ng/.editorconfig b/packages/template-enterprise-auth-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-enterprise-auth-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-enterprise-auth-ng/angular.json b/packages/template-enterprise-auth-ng/angular.json index 31e729826..0f30d339e 100644 --- a/packages/template-enterprise-auth-ng/angular.json +++ b/packages/template-enterprise-auth-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "enterprise-auth" -} \ No newline at end of file +} diff --git a/packages/template-enterprise-auth-ng/package.json b/packages/template-enterprise-auth-ng/package.json index 8e9993821..2648715e5 100644 --- a/packages/template-enterprise-auth-ng/package.json +++ b/packages/template-enterprise-auth-ng/package.json @@ -1,70 +1,70 @@ { - "nativescript": { - "id": "org.nativescript.EnterpriseAuth", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.EnterpriseAuth", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-enterprise-auth-ng", - "displayName": "Entertprise Auth", - "templateType": "App template", - "version": "5.2.1", - "description": "NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "login", - "kinvey", - "authentication", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-angular": "~7.2.1", - "nativescript-theme-core": "~1.0.4", - "reflect-metadata": "~0.1.10", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.18" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-enterprise-auth-ng", + "displayName": "Entertprise Auth", + "templateType": "App template", + "version": "5.2.1", + "description": "NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "login", + "kinvey", + "authentication", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-angular": "~7.2.1", + "nativescript-theme-core": "~1.0.4", + "reflect-metadata": "~0.1.10", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.18" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-enterprise-auth-ng/src/package.json b/packages/template-enterprise-auth-ng/src/package.json index e3d5fa20b..79430fe55 100644 --- a/packages/template-enterprise-auth-ng/src/package.json +++ b/packages/template-enterprise-auth-ng/src/package.json @@ -12,4 +12,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/template-enterprise-auth-ng/tsfmt.json b/packages/template-enterprise-auth-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-enterprise-auth-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-enterprise-auth-ts/.editorconfig b/packages/template-enterprise-auth-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-enterprise-auth-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-enterprise-auth-ts/app/package.json b/packages/template-enterprise-auth-ts/app/package.json index b80e74adf..fc6a1fa70 100644 --- a/packages/template-enterprise-auth-ts/app/package.json +++ b/packages/template-enterprise-auth-ts/app/package.json @@ -12,4 +12,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/template-enterprise-auth-ts/package.json b/packages/template-enterprise-auth-ts/package.json index 5298b342d..3e307e4f7 100644 --- a/packages/template-enterprise-auth-ts/package.json +++ b/packages/template-enterprise-auth-ts/package.json @@ -1,53 +1,53 @@ { - "nativescript": { - "id": "org.nativescript.EnterpriseAuth", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.EnterpriseAuth", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-enterprise-auth-ts", - "displayName": "Enterprise Auth", - "templateType": "App template", - "version": "5.2.0", - "description": "NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "login", - "kinvey", - "authentication", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"app/**/*.ts\"" - }, - "dependencies": { - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-enterprise-auth-ts", + "displayName": "Enterprise Auth", + "templateType": "App template", + "version": "5.2.0", + "description": "NativeScript template for creating mobile apps that use enterprise identity and single sign-on systems to authenticate users. The template leverages Kinvey's Mobile Identity Connect feature to support various identity providers including SAML, OAuth2, OpenID Connect, Active Directory and more.", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "login", + "kinvey", + "authentication", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"app/**/*.ts\"" + }, + "dependencies": { + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-enterprise-auth-ts/tsfmt.json b/packages/template-enterprise-auth-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-enterprise-auth-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-enterprise-auth/.editorconfig b/packages/template-enterprise-auth/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-enterprise-auth/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-enterprise-auth/app/package.json b/packages/template-enterprise-auth/app/package.json index b80e74adf..fc6a1fa70 100644 --- a/packages/template-enterprise-auth/app/package.json +++ b/packages/template-enterprise-auth/app/package.json @@ -12,4 +12,4 @@ } } } -} \ No newline at end of file +} diff --git a/packages/template-enterprise-auth/package.json b/packages/template-enterprise-auth/package.json index 6c6690602..f8248d7f6 100644 --- a/packages/template-enterprise-auth/package.json +++ b/packages/template-enterprise-auth/package.json @@ -1,47 +1,47 @@ { - "nativescript": { - "id": "org.nativescript.EnterpriseAuth", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.EnterpriseAuth", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-enterprise-auth", - "displayName": "Enterprise Auth", - "templateType": "App template", - "version": "5.2.0", - "description": "Login interface implemented using Kinvey Mobile Identity Connect", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "login", - "kinvey", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "dependencies": { - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-enterprise-auth", + "displayName": "Enterprise Auth", + "templateType": "App template", + "version": "5.2.0", + "description": "Login interface implemented using Kinvey Mobile Identity Connect", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "login", + "kinvey", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "dependencies": { + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-health-survey-ng/.editorconfig b/packages/template-health-survey-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-health-survey-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-health-survey-ng/angular.json b/packages/template-health-survey-ng/angular.json index 52b924557..1b4158057 100644 --- a/packages/template-health-survey-ng/angular.json +++ b/packages/template-health-survey-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "health-survey" -} \ No newline at end of file +} diff --git a/packages/template-health-survey-ng/package.json b/packages/template-health-survey-ng/package.json index 0ebd0b177..672f45833 100644 --- a/packages/template-health-survey-ng/package.json +++ b/packages/template-health-survey-ng/package.json @@ -1,71 +1,71 @@ { - "nativescript": { - "id": "org.nativescript.HealthSurvey", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.HealthSurvey", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-health-survey-ng", - "displayName": "Health Survey with Kinvey", - "version": "5.2.1", - "description": "Health survey template that saves data to Kinvey database.", - "license": "SEE LICENSE IN ", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "kinvey", - "healthcare", - "category-healthcare" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "jstimezonedetect": "~1.0.6", - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-angular": "~7.2.1", - "nativescript-iqkeyboardmanager": "~1.3.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-dataform": "~3.10.0", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tns-platform-declarations": "~5.2.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-health-survey-ng", + "displayName": "Health Survey with Kinvey", + "version": "5.2.1", + "description": "Health survey template that saves data to Kinvey database.", + "license": "SEE LICENSE IN ", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "kinvey", + "healthcare", + "category-healthcare" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "jstimezonedetect": "~1.0.6", + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-angular": "~7.2.1", + "nativescript-iqkeyboardmanager": "~1.3.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-dataform": "~3.10.0", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tns-platform-declarations": "~5.2.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-health-survey-ng/src/package.json b/packages/template-health-survey-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-health-survey-ng/src/package.json +++ b/packages/template-health-survey-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-health-survey-ng/tsfmt.json b/packages/template-health-survey-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-health-survey-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-hello-world-ng/.editorconfig b/packages/template-hello-world-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-hello-world-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-hello-world-ng/package.json b/packages/template-hello-world-ng/package.json index d617acb51..6d39978de 100644 --- a/packages/template-hello-world-ng/package.json +++ b/packages/template-hello-world-ng/package.json @@ -1,59 +1,59 @@ { - "nativescript": { - "id": "org.nativescript.HelloWorld", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.HelloWorld", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-hello-world-ng", - "version": "5.2.1", - "author": "Telerik ", - "description": "NativeScript Angular Hello World template", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "angular", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "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", - "nativescript-angular": "~7.2.1", - "nativescript-theme-core": "~1.0.4", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-hello-world-ng", + "version": "5.2.1", + "author": "Telerik ", + "description": "NativeScript Angular Hello World template", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "angular", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "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", + "nativescript-angular": "~7.2.1", + "nativescript-theme-core": "~1.0.4", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-hello-world-ng/src/package.json b/packages/template-hello-world-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-hello-world-ng/src/package.json +++ b/packages/template-hello-world-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-hello-world-ng/tsfmt.json b/packages/template-hello-world-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-hello-world-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-hello-world-ts/.editorconfig b/packages/template-hello-world-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-hello-world-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-hello-world-ts/app/package.json b/packages/template-hello-world-ts/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-hello-world-ts/app/package.json +++ b/packages/template-hello-world-ts/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-hello-world-ts/package.json b/packages/template-hello-world-ts/package.json index b63af3bdf..9713aba7b 100644 --- a/packages/template-hello-world-ts/package.json +++ b/packages/template-hello-world-ts/package.json @@ -1,43 +1,43 @@ { - "nativescript": { - "id": "org.nativescript.HelloWorld", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.HelloWorld", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-hello-world-ts", - "main": "app.js", - "version": "5.2.0", - "author": "Telerik ", - "description": "Nativescript hello-world-ts project template", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-hello-world-ts", + "main": "app.js", + "version": "5.2.0", + "author": "Telerik ", + "description": "Nativescript hello-world-ts project template", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-hello-world-ts/tsfmt.json b/packages/template-hello-world-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-hello-world-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-hello-world/.editorconfig b/packages/template-hello-world/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-hello-world/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-hello-world/app/package.json b/packages/template-hello-world/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-hello-world/app/package.json +++ b/packages/template-hello-world/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-hello-world/package.json b/packages/template-hello-world/package.json index 036285a8c..2d48453ed 100644 --- a/packages/template-hello-world/package.json +++ b/packages/template-hello-world/package.json @@ -1,41 +1,41 @@ { - "nativescript": { - "id": "org.nativescript.HelloWorld", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.HelloWorld", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-hello-world", - "version": "5.2.0", - "author": "Telerik ", - "description": "Nativescript hello-world project template", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-hello-world", + "version": "5.2.0", + "author": "Telerik ", + "description": "Nativescript hello-world project template", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-master-detail-kinvey-ng/.editorconfig b/packages/template-master-detail-kinvey-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-master-detail-kinvey-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail-kinvey-ng/angular.json b/packages/template-master-detail-kinvey-ng/angular.json index 025476b1e..1ad4061eb 100644 --- a/packages/template-master-detail-kinvey-ng/angular.json +++ b/packages/template-master-detail-kinvey-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "master-detail-kinvey" -} \ No newline at end of file +} diff --git a/packages/template-master-detail-kinvey-ng/package.json b/packages/template-master-detail-kinvey-ng/package.json index 2ae0beb71..393d28a64 100644 --- a/packages/template-master-detail-kinvey-ng/package.json +++ b/packages/template-master-detail-kinvey-ng/package.json @@ -1,71 +1,71 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetailKinvey", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetailKinvey", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail-kinvey-ng", - "displayName": "Master-Detail with Kinvey", - "templateType": "App template", - "version": "5.2.1", - "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", - "license": "SEE LICENSE IN ", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "master-detail", - "kinvey", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-angular": "~7.2.1", - "nativescript-imagepicker": "~6.0.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail-kinvey-ng", + "displayName": "Master-Detail with Kinvey", + "templateType": "App template", + "version": "5.2.1", + "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", + "license": "SEE LICENSE IN ", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "master-detail", + "kinvey", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-angular": "~7.2.1", + "nativescript-imagepicker": "~6.0.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-master-detail-kinvey-ng/src/package.json b/packages/template-master-detail-kinvey-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-master-detail-kinvey-ng/src/package.json +++ b/packages/template-master-detail-kinvey-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-master-detail-kinvey-ng/tsfmt.json b/packages/template-master-detail-kinvey-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-master-detail-kinvey-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-master-detail-kinvey-ts/.editorconfig b/packages/template-master-detail-kinvey-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-master-detail-kinvey-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail-kinvey-ts/app/package.json b/packages/template-master-detail-kinvey-ts/app/package.json index 186e74583..24cb7bc4c 100644 --- a/packages/template-master-detail-kinvey-ts/app/package.json +++ b/packages/template-master-detail-kinvey-ts/app/package.json @@ -3,4 +3,4 @@ "android": { "v8Flags": "--expose_gc" } -} \ No newline at end of file +} diff --git a/packages/template-master-detail-kinvey-ts/package.json b/packages/template-master-detail-kinvey-ts/package.json index 8744e7d26..b00ed7abb 100644 --- a/packages/template-master-detail-kinvey-ts/package.json +++ b/packages/template-master-detail-kinvey-ts/package.json @@ -1,55 +1,55 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetailKinvey", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetailKinvey", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail-kinvey-ts", - "displayName": "Master-Detail with Kinvey", - "templateType": "App template", - "version": "5.2.0", - "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "master-detail", - "kinvey", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"app/**/*.ts\"" - }, - "dependencies": { - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-imagepicker": "~6.0.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail-kinvey-ts", + "displayName": "Master-Detail with Kinvey", + "templateType": "App template", + "version": "5.2.0", + "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "master-detail", + "kinvey", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"app/**/*.ts\"" + }, + "dependencies": { + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-imagepicker": "~6.0.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-master-detail-kinvey-ts/tsfmt.json b/packages/template-master-detail-kinvey-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-master-detail-kinvey-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-master-detail-kinvey/.editorconfig b/packages/template-master-detail-kinvey/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-master-detail-kinvey/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail-kinvey/.jsbeautifyrc b/packages/template-master-detail-kinvey/.jsbeautifyrc deleted file mode 100644 index f33c59410..000000000 --- a/packages/template-master-detail-kinvey/.jsbeautifyrc +++ /dev/null @@ -1,23 +0,0 @@ -{ - "js": { - "indent_size": 4, - "indent_char": " ", - "indent_level": 0, - "indent_with_tabs": false, - "preserve_newlines": true, - "max_preserve_newlines": 2, - "jslint_happy": true, - "space_after_anon_function": true, - "brace_style": "end-expand,preserve-inline", - "keep_array_indentation": false, - "keep_function_indentation": false, - "space_before_conditional": true, - "break_chained_methods": false, - "eval_code": false, - "unescape_strings": false, - "wrap_line_length": 0, - "wrap_attributes": "auto", - "wrap_attributes_indent_size": 4, - "end_with_newline": true - } -} diff --git a/packages/template-master-detail-kinvey/app/package.json b/packages/template-master-detail-kinvey/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-master-detail-kinvey/app/package.json +++ b/packages/template-master-detail-kinvey/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-master-detail-kinvey/jsconfig.json b/packages/template-master-detail-kinvey/jsconfig.json index 7f0928972..74800327d 100644 --- a/packages/template-master-detail-kinvey/jsconfig.json +++ b/packages/template-master-detail-kinvey/jsconfig.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "baseUrl": "./", - "paths": { - "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], - "~/*": ["app/*"] - } - }, - "include": ["app/**/*"] + "compilerOptions": { + "baseUrl": "./", + "paths": { + "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], + "~/*": ["app/*"] + } + }, + "include": ["app/**/*"] } diff --git a/packages/template-master-detail-kinvey/package.json b/packages/template-master-detail-kinvey/package.json index 89a5606bf..f4b81fa76 100644 --- a/packages/template-master-detail-kinvey/package.json +++ b/packages/template-master-detail-kinvey/package.json @@ -1,55 +1,55 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetailKinvey", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetailKinvey", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail-kinvey", - "displayName": "Master-Detail with Kinvey", - "templateType": "App template", - "version": "5.2.0", - "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "master-details", - "detail", - "kinvey", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "eslint \"app/**/*.js\"" - }, - "dependencies": { - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-imagepicker": "~6.0.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "eslint": "~5.8.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail-kinvey", + "displayName": "Master-Detail with Kinvey", + "templateType": "App template", + "version": "5.2.0", + "description": "Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties. ", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "master-details", + "detail", + "kinvey", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "eslint \"app/**/*.js\"" + }, + "dependencies": { + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-imagepicker": "~6.0.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "eslint": "~5.8.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-master-detail-ng/.editorconfig b/packages/template-master-detail-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-master-detail-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail-ng/angular.json b/packages/template-master-detail-ng/angular.json index 78d7374ed..89e54b4cb 100644 --- a/packages/template-master-detail-ng/angular.json +++ b/packages/template-master-detail-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "master-detail" -} \ No newline at end of file +} diff --git a/packages/template-master-detail-ng/firebase.nativescript.json b/packages/template-master-detail-ng/firebase.nativescript.json index 1bcb0e13a..a581ccb03 100644 --- a/packages/template-master-detail-ng/firebase.nativescript.json +++ b/packages/template-master-detail-ng/firebase.nativescript.json @@ -1,12 +1,12 @@ { - "using_ios": true, - "using_android": true, - "remote_config": false, - "messaging": false, - "crash_reporting": false, - "storage": true, - "facebook_auth": false, - "google_auth": false, - "admob": false, - "invites": false -} \ No newline at end of file + "using_ios": true, + "using_android": true, + "remote_config": false, + "messaging": false, + "crash_reporting": false, + "storage": true, + "facebook_auth": false, + "google_auth": false, + "admob": false, + "invites": false +} diff --git a/packages/template-master-detail-ng/package.json b/packages/template-master-detail-ng/package.json index 7a7796191..0a641134a 100644 --- a/packages/template-master-detail-ng/package.json +++ b/packages/template-master-detail-ng/package.json @@ -1,72 +1,72 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetail", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetail", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail-ng", - "displayName": "Master-Detail with Firebase", - "templateType": "App template", - "version": "5.2.1", - "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "angular", - "template", - "master-details", - "detail", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "nativescript-angular": "~7.2.1", - "nativescript-imagepicker": "~6.0.0", - "nativescript-plugin-firebase": "~7.7.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail-ng", + "displayName": "Master-Detail with Firebase", + "templateType": "App template", + "version": "5.2.1", + "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "angular", + "template", + "master-details", + "detail", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "nativescript-angular": "~7.2.1", + "nativescript-imagepicker": "~6.0.0", + "nativescript-plugin-firebase": "~7.7.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-master-detail-ng/src/package.json b/packages/template-master-detail-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-master-detail-ng/src/package.json +++ b/packages/template-master-detail-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-master-detail-ng/tsfmt.json b/packages/template-master-detail-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-master-detail-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-master-detail-ts/.editorconfig b/packages/template-master-detail-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-master-detail-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail-ts/app/package.json b/packages/template-master-detail-ts/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-master-detail-ts/app/package.json +++ b/packages/template-master-detail-ts/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-master-detail-ts/firebase.nativescript.json b/packages/template-master-detail-ts/firebase.nativescript.json index 1bcb0e13a..a581ccb03 100644 --- a/packages/template-master-detail-ts/firebase.nativescript.json +++ b/packages/template-master-detail-ts/firebase.nativescript.json @@ -1,12 +1,12 @@ { - "using_ios": true, - "using_android": true, - "remote_config": false, - "messaging": false, - "crash_reporting": false, - "storage": true, - "facebook_auth": false, - "google_auth": false, - "admob": false, - "invites": false -} \ No newline at end of file + "using_ios": true, + "using_android": true, + "remote_config": false, + "messaging": false, + "crash_reporting": false, + "storage": true, + "facebook_auth": false, + "google_auth": false, + "admob": false, + "invites": false +} diff --git a/packages/template-master-detail-ts/package.json b/packages/template-master-detail-ts/package.json index 51118de82..6c212f107 100644 --- a/packages/template-master-detail-ts/package.json +++ b/packages/template-master-detail-ts/package.json @@ -1,54 +1,54 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetail", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetail", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail-ts", - "displayName": "Master-Detail with Firebase", - "templateType": "App template", - "version": "5.2.0", - "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "template", - "master-detail", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"app/**/*.ts\"" - }, - "dependencies": { - "nativescript-imagepicker": "~6.0.0", - "nativescript-plugin-firebase": "~7.7.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail-ts", + "displayName": "Master-Detail with Firebase", + "templateType": "App template", + "version": "5.2.0", + "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "template", + "master-detail", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"app/**/*.ts\"" + }, + "dependencies": { + "nativescript-imagepicker": "~6.0.0", + "nativescript-plugin-firebase": "~7.7.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-master-detail-ts/tsfmt.json b/packages/template-master-detail-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-master-detail-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-master-detail-vue/.editorconfig b/packages/template-master-detail-vue/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-master-detail-vue/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail-vue/firebase.nativescript.json b/packages/template-master-detail-vue/firebase.nativescript.json index 1bcb0e13a..a581ccb03 100644 --- a/packages/template-master-detail-vue/firebase.nativescript.json +++ b/packages/template-master-detail-vue/firebase.nativescript.json @@ -1,12 +1,12 @@ { - "using_ios": true, - "using_android": true, - "remote_config": false, - "messaging": false, - "crash_reporting": false, - "storage": true, - "facebook_auth": false, - "google_auth": false, - "admob": false, - "invites": false -} \ No newline at end of file + "using_ios": true, + "using_android": true, + "remote_config": false, + "messaging": false, + "crash_reporting": false, + "storage": true, + "facebook_auth": false, + "google_auth": false, + "admob": false, + "invites": false +} diff --git a/packages/template-master-detail-vue/jsconfig.json b/packages/template-master-detail-vue/jsconfig.json index 7f0928972..74800327d 100644 --- a/packages/template-master-detail-vue/jsconfig.json +++ b/packages/template-master-detail-vue/jsconfig.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "baseUrl": "./", - "paths": { - "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], - "~/*": ["app/*"] - } - }, - "include": ["app/**/*"] + "compilerOptions": { + "baseUrl": "./", + "paths": { + "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], + "~/*": ["app/*"] + } + }, + "include": ["app/**/*"] } diff --git a/packages/template-master-detail-vue/package.json b/packages/template-master-detail-vue/package.json index d2bce0c10..505552b6f 100644 --- a/packages/template-master-detail-vue/package.json +++ b/packages/template-master-detail-vue/package.json @@ -1,57 +1,57 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetail", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetail", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail-vue", - "displayName": "Master Detail with Firebase", - "version": "5.2.0", - "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.", - "author": "Telerik ", - "license": "Apache-2.0", - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "keywords": [ - "telerik", - "progress", - "mobile", - "nativescript", - "{N}", - "tns", - "vue", - "nativescript-vue", - "template", - "master-detail", - "detail", - "category-general" - ], - "dependencies": { - "nativescript-imagepicker": "~6.0.0", - "nativescript-plugin-firebase": "~7.7.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "nativescript-vue": "~2.0.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "@babel/core": "~7.1.0", - "@babel/preset-env": "~7.1.0", - "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~0.20.0", - "nativescript-vue-template-compiler": "~2.0.0", - "node-sass": "~4.9.0", - "vue-loader": "~15.4.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail-vue", + "displayName": "Master Detail with Firebase", + "version": "5.2.0", + "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties.", + "author": "Telerik ", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "keywords": [ + "telerik", + "progress", + "mobile", + "nativescript", + "{N}", + "tns", + "vue", + "nativescript-vue", + "template", + "master-detail", + "detail", + "category-general" + ], + "dependencies": { + "nativescript-imagepicker": "~6.0.0", + "nativescript-plugin-firebase": "~7.7.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "nativescript-vue": "~2.0.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "@babel/core": "~7.1.0", + "@babel/preset-env": "~7.1.0", + "babel-loader": "~8.0.0", + "nativescript-dev-webpack": "~0.20.0", + "nativescript-vue-template-compiler": "~2.0.0", + "node-sass": "~4.9.0", + "vue-loader": "~15.4.0" + } } diff --git a/packages/template-master-detail/.editorconfig b/packages/template-master-detail/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-master-detail/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-master-detail/.jsbeautifyrc b/packages/template-master-detail/.jsbeautifyrc deleted file mode 100644 index f33c59410..000000000 --- a/packages/template-master-detail/.jsbeautifyrc +++ /dev/null @@ -1,23 +0,0 @@ -{ - "js": { - "indent_size": 4, - "indent_char": " ", - "indent_level": 0, - "indent_with_tabs": false, - "preserve_newlines": true, - "max_preserve_newlines": 2, - "jslint_happy": true, - "space_after_anon_function": true, - "brace_style": "end-expand,preserve-inline", - "keep_array_indentation": false, - "keep_function_indentation": false, - "space_before_conditional": true, - "break_chained_methods": false, - "eval_code": false, - "unescape_strings": false, - "wrap_line_length": 0, - "wrap_attributes": "auto", - "wrap_attributes_indent_size": 4, - "end_with_newline": true - } -} diff --git a/packages/template-master-detail/app/package.json b/packages/template-master-detail/app/package.json index 186e74583..72c097d95 100644 --- a/packages/template-master-detail/app/package.json +++ b/packages/template-master-detail/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-master-detail/firebase.nativescript.json b/packages/template-master-detail/firebase.nativescript.json index 1bcb0e13a..a581ccb03 100644 --- a/packages/template-master-detail/firebase.nativescript.json +++ b/packages/template-master-detail/firebase.nativescript.json @@ -1,12 +1,12 @@ { - "using_ios": true, - "using_android": true, - "remote_config": false, - "messaging": false, - "crash_reporting": false, - "storage": true, - "facebook_auth": false, - "google_auth": false, - "admob": false, - "invites": false -} \ No newline at end of file + "using_ios": true, + "using_android": true, + "remote_config": false, + "messaging": false, + "crash_reporting": false, + "storage": true, + "facebook_auth": false, + "google_auth": false, + "admob": false, + "invites": false +} diff --git a/packages/template-master-detail/jsconfig.json b/packages/template-master-detail/jsconfig.json index 7f0928972..74800327d 100644 --- a/packages/template-master-detail/jsconfig.json +++ b/packages/template-master-detail/jsconfig.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "baseUrl": "./", - "paths": { - "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], - "~/*": ["app/*"] - } - }, - "include": ["app/**/*"] + "compilerOptions": { + "baseUrl": "./", + "paths": { + "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], + "~/*": ["app/*"] + } + }, + "include": ["app/**/*"] } diff --git a/packages/template-master-detail/package.json b/packages/template-master-detail/package.json index a629a514d..503f3428f 100644 --- a/packages/template-master-detail/package.json +++ b/packages/template-master-detail/package.json @@ -1,54 +1,54 @@ { - "nativescript": { - "id": "org.nativescript.MasterDetail", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.MasterDetail", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-master-detail", - "displayName": "Master-Detail with Firebase", - "templateType": "App template", - "version": "5.2.0", - "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "template", - "master-details", - "detail", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "eslint \"app/**/*.js\"" - }, - "dependencies": { - "nativescript-imagepicker": "~6.0.0", - "nativescript-plugin-firebase": "~7.7.0", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-listview": "~5.1.0", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "eslint": "~5.8.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-master-detail", + "displayName": "Master-Detail with Firebase", + "templateType": "App template", + "version": "5.2.0", + "description": "Master-detail interface to display collection of items from Firebase and inspect and edit selected item properties. ", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "template", + "master-details", + "detail", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "eslint \"app/**/*.js\"" + }, + "dependencies": { + "nativescript-imagepicker": "~6.0.0", + "nativescript-plugin-firebase": "~7.7.0", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-listview": "~5.1.0", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "eslint": "~5.8.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-webpack": "~0.20.0" + } } diff --git a/packages/template-patient-care-ng/.editorconfig b/packages/template-patient-care-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-patient-care-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-patient-care-ng/angular.json b/packages/template-patient-care-ng/angular.json index 3b59771d6..69c066ea5 100644 --- a/packages/template-patient-care-ng/angular.json +++ b/packages/template-patient-care-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "patient-care" -} \ No newline at end of file +} diff --git a/packages/template-patient-care-ng/package.json b/packages/template-patient-care-ng/package.json index a115938a0..1bbfc38d6 100644 --- a/packages/template-patient-care-ng/package.json +++ b/packages/template-patient-care-ng/package.json @@ -1,74 +1,74 @@ { - "nativescript": { - "id": "org.nativescript.PatientCare", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.PatientCare", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-patient-care-ng", - "displayName": "Patient Care with Kinvey", - "version": "5.2.1", - "description": "Patient care template that saves data to Kinvey database.", - "license": "SEE LICENSE IN ", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "kinvey", - "healthcare", - "category-healthcare" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "kinvey-nativescript-sdk": "3.12.3", - "nativescript-angular": "~7.2.1", - "nativescript-email": "~1.5.1", - "nativescript-iqkeyboardmanager": "~1.3.0", - "nativescript-phone": "~1.3.1", - "nativescript-theme-core": "~1.0.4", - "nativescript-ui-dataform": "~3.10.0", - "nativescript-ui-gauge": "~3.8.0", - "nativescript-ui-listview": "~5.1.0", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tns-platform-declarations": "~5.2.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-patient-care-ng", + "displayName": "Patient Care with Kinvey", + "version": "5.2.1", + "description": "Patient care template that saves data to Kinvey database.", + "license": "SEE LICENSE IN ", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "kinvey", + "healthcare", + "category-healthcare" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "kinvey-nativescript-sdk": "3.12.3", + "nativescript-angular": "~7.2.1", + "nativescript-email": "~1.5.1", + "nativescript-iqkeyboardmanager": "~1.3.0", + "nativescript-phone": "~1.3.1", + "nativescript-theme-core": "~1.0.4", + "nativescript-ui-dataform": "~3.10.0", + "nativescript-ui-gauge": "~3.8.0", + "nativescript-ui-listview": "~5.1.0", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tns-platform-declarations": "~5.2.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-patient-care-ng/src/package.json b/packages/template-patient-care-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-patient-care-ng/src/package.json +++ b/packages/template-patient-care-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-patient-care-ng/tsfmt.json b/packages/template-patient-care-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-patient-care-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-tab-navigation-ng/.editorconfig b/packages/template-tab-navigation-ng/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-tab-navigation-ng/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-tab-navigation-ng/angular.json b/packages/template-tab-navigation-ng/angular.json index fcff9e1ed..a90d6f496 100644 --- a/packages/template-tab-navigation-ng/angular.json +++ b/packages/template-tab-navigation-ng/angular.json @@ -14,4 +14,4 @@ } }, "defaultProject": "tab-navigation" -} \ No newline at end of file +} diff --git a/packages/template-tab-navigation-ng/package.json b/packages/template-tab-navigation-ng/package.json index e3a7f7fc6..cd26c585b 100644 --- a/packages/template-tab-navigation-ng/package.json +++ b/packages/template-tab-navigation-ng/package.json @@ -1,70 +1,70 @@ { - "nativescript": { - "id": "org.nativescript.TabNavigation", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.TabNavigation", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-tab-navigation-ng", - "displayName": "Tabs", - "templateType": "App template", - "version": "5.2.1", - "description": "Tabbed interface template", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "angular", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "tab", - "navigation", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"src/**/*.ts\"" - }, - "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", - "nativescript-angular": "~7.2.1", - "nativescript-theme-core": "~1.0.4", - "reflect-metadata": "~0.1.12", - "rxjs": "~6.3.0", - "tns-core-modules": "~5.2.0", - "zone.js": "~0.8.26" - }, - "devDependencies": { - "@angular/compiler-cli": "~7.2.0", - "@nativescript/schematics": "~0.5.0", - "@ngtools/webpack": "~7.2.0", - "codelyzer": "~4.5.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-tab-navigation-ng", + "displayName": "Tabs", + "templateType": "App template", + "version": "5.2.1", + "description": "Tabbed interface template", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "angular", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "tab", + "navigation", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"src/**/*.ts\"" + }, + "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", + "nativescript-angular": "~7.2.1", + "nativescript-theme-core": "~1.0.4", + "reflect-metadata": "~0.1.12", + "rxjs": "~6.3.0", + "tns-core-modules": "~5.2.0", + "zone.js": "~0.8.26" + }, + "devDependencies": { + "@angular/compiler-cli": "~7.2.0", + "@nativescript/schematics": "~0.5.0", + "@ngtools/webpack": "~7.2.0", + "codelyzer": "~4.5.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-tab-navigation-ng/src/package.json b/packages/template-tab-navigation-ng/src/package.json index f7cf8f357..bca86ce83 100644 --- a/packages/template-tab-navigation-ng/src/package.json +++ b/packages/template-tab-navigation-ng/src/package.json @@ -1,6 +1,6 @@ { - "main": "main.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "main.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-tab-navigation-ng/tsfmt.json b/packages/template-tab-navigation-ng/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-tab-navigation-ng/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-tab-navigation-ts/.editorconfig b/packages/template-tab-navigation-ts/.editorconfig new file mode 100644 index 000000000..856527689 --- /dev/null +++ b/packages/template-tab-navigation-ts/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.ts] +indent_style = space +indent_size = 4 diff --git a/packages/template-tab-navigation-ts/app/package.json b/packages/template-tab-navigation-ts/app/package.json index 186e74583..24cb7bc4c 100644 --- a/packages/template-tab-navigation-ts/app/package.json +++ b/packages/template-tab-navigation-ts/app/package.json @@ -3,4 +3,4 @@ "android": { "v8Flags": "--expose_gc" } -} \ No newline at end of file +} diff --git a/packages/template-tab-navigation-ts/package.json b/packages/template-tab-navigation-ts/package.json index c84fcb246..0635b2660 100644 --- a/packages/template-tab-navigation-ts/package.json +++ b/packages/template-tab-navigation-ts/package.json @@ -1,52 +1,52 @@ { - "nativescript": { - "id": "org.nativescript.TabNavigation", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.TabNavigation", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-tab-navigation-ts", - "displayName": "Tabs", - "templateType": "App template", - "version": "5.2.0", - "description": "Tabbed interface template", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "tab", - "navigation", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "tslint \"app/**/*.ts\"" - }, - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tslint": "~5.11.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-tab-navigation-ts", + "displayName": "Tabs", + "templateType": "App template", + "version": "5.2.0", + "description": "Tabbed interface template", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "tab", + "navigation", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "tslint \"app/**/*.ts\"" + }, + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-typescript": "~0.8.0", + "nativescript-dev-webpack": "~0.20.0", + "tslint": "~5.11.0" + } } diff --git a/packages/template-tab-navigation-ts/tsfmt.json b/packages/template-tab-navigation-ts/tsfmt.json new file mode 100644 index 000000000..f9e47f797 --- /dev/null +++ b/packages/template-tab-navigation-ts/tsfmt.json @@ -0,0 +1,4 @@ +{ + "indentSize": 4, + "tabSize": 4 +} diff --git a/packages/template-tab-navigation/.editorconfig b/packages/template-tab-navigation/.editorconfig new file mode 100644 index 000000000..b20161462 --- /dev/null +++ b/packages/template-tab-navigation/.editorconfig @@ -0,0 +1,15 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 + +[*.json] +indent_style = space +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 4 diff --git a/packages/template-tab-navigation/.jsbeautifyrc b/packages/template-tab-navigation/.jsbeautifyrc deleted file mode 100644 index f33c59410..000000000 --- a/packages/template-tab-navigation/.jsbeautifyrc +++ /dev/null @@ -1,23 +0,0 @@ -{ - "js": { - "indent_size": 4, - "indent_char": " ", - "indent_level": 0, - "indent_with_tabs": false, - "preserve_newlines": true, - "max_preserve_newlines": 2, - "jslint_happy": true, - "space_after_anon_function": true, - "brace_style": "end-expand,preserve-inline", - "keep_array_indentation": false, - "keep_function_indentation": false, - "space_before_conditional": true, - "break_chained_methods": false, - "eval_code": false, - "unescape_strings": false, - "wrap_line_length": 0, - "wrap_attributes": "auto", - "wrap_attributes_indent_size": 4, - "end_with_newline": true - } -} diff --git a/packages/template-tab-navigation/app/package.json b/packages/template-tab-navigation/app/package.json index 6897eb15d..24cb7bc4c 100644 --- a/packages/template-tab-navigation/app/package.json +++ b/packages/template-tab-navigation/app/package.json @@ -1,6 +1,6 @@ { - "main": "app.js", - "android": { - "v8Flags": "--expose_gc" - } -} \ No newline at end of file + "main": "app.js", + "android": { + "v8Flags": "--expose_gc" + } +} diff --git a/packages/template-tab-navigation/jsconfig.json b/packages/template-tab-navigation/jsconfig.json index 7f0928972..74800327d 100644 --- a/packages/template-tab-navigation/jsconfig.json +++ b/packages/template-tab-navigation/jsconfig.json @@ -1,10 +1,10 @@ { - "compilerOptions": { - "baseUrl": "./", - "paths": { - "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], - "~/*": ["app/*"] - } - }, - "include": ["app/**/*"] + "compilerOptions": { + "baseUrl": "./", + "paths": { + "*": ["./node_modules/tns-core-modules/*", "./node_modules/*"], + "~/*": ["app/*"] + } + }, + "include": ["app/**/*"] } diff --git a/packages/template-tab-navigation/package.json b/packages/template-tab-navigation/package.json index 98854ac50..0114e9016 100644 --- a/packages/template-tab-navigation/package.json +++ b/packages/template-tab-navigation/package.json @@ -1,51 +1,51 @@ { - "nativescript": { - "id": "org.nativescript.TabNavigation", - "templateVersion": "v2", - "tns-android": { - "version": "5.2.1" - }, - "tns-ios": { - "version": "5.2.0" - } + "nativescript": { + "id": "org.nativescript.TabNavigation", + "templateVersion": "v2", + "tns-android": { + "version": "5.2.1" }, - "name": "tns-template-tab-navigation", - "displayName": "Tabs", - "templateType": "App template", - "version": "5.2.0", - "description": "Tabbed interface template", - "author": "Telerik ", - "license": "Apache-2.0", - "keywords": [ - "telerik", - "mobile", - "nativescript", - "{N}", - "tns", - "appbuilder", - "template", - "tab", - "navigation", - "category-general" - ], - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/nativescript-app-templates" - }, - "homepage": "https://github.com/NativeScript/nativescript-app-templates", - "bugs": { - "url": "https://github.com/NativeScript/NativeScript/issues" - }, - "scripts": { - "lint": "eslint \"app/**/*.js\"" - }, - "dependencies": { - "nativescript-theme-core": "~1.0.4", - "tns-core-modules": "~5.2.0" - }, - "devDependencies": { - "eslint": "~5.8.0", - "nativescript-dev-sass": "~1.6.0", - "nativescript-dev-webpack": "~0.20.0" + "tns-ios": { + "version": "5.2.0" } + }, + "name": "tns-template-tab-navigation", + "displayName": "Tabs", + "templateType": "App template", + "version": "5.2.0", + "description": "Tabbed interface template", + "author": "Telerik ", + "license": "Apache-2.0", + "keywords": [ + "telerik", + "mobile", + "nativescript", + "{N}", + "tns", + "appbuilder", + "template", + "tab", + "navigation", + "category-general" + ], + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/nativescript-app-templates" + }, + "homepage": "https://github.com/NativeScript/nativescript-app-templates", + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, + "scripts": { + "lint": "eslint \"app/**/*.js\"" + }, + "dependencies": { + "nativescript-theme-core": "~1.0.4", + "tns-core-modules": "~5.2.0" + }, + "devDependencies": { + "eslint": "~5.8.0", + "nativescript-dev-sass": "~1.6.0", + "nativescript-dev-webpack": "~0.20.0" + } }