@nativescript/template-hello-world-ng
Version:
NativeScript Angular Hello World template
61 lines (60 loc) • 1.55 kB
JSON
{
"name": "@nativescript/template-hello-world-ng",
"main": "./src/main.ts",
"version": "8.9.1",
"author": "NativeScript Team <oss@nativescript.org>",
"description": "NativeScript Angular Hello World template",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"files": [
"App_Resources",
"hooks",
"src",
"tools",
"!tools/assets",
".editorconfig",
"references.d.ts",
"tailwind.config.js",
"tsconfig.json"
],
"keywords": [
"nativescript",
"mobile",
"angular",
"{N}",
"template"
],
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-app-templates"
},
"bugs": {
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~20.0.0",
"@angular/common": "~20.0.0",
"@angular/compiler": "~20.0.0",
"@angular/core": "~20.0.0",
"@angular/forms": "~20.0.0",
"@angular/platform-browser": "~20.0.0",
"@angular/platform-browser-dynamic": "~20.0.0",
"@angular/router": "~20.0.0",
"@nativescript/angular": "^20.0.0",
"@nativescript/core": "~8.9.0",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~20.0.0",
"@angular/compiler-cli": "~20.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~20.0.0",
"tailwindcss": "~3.4.0",
"typescript": "~5.8.0"
}
}