@nativescript/template-blank-vue
Version:
Blank template for NativeScript apps using Vue.
56 lines (55 loc) • 1.27 kB
JSON
{
"name": "@nativescript/template-blank-vue",
"main": "app/app.ts",
"displayName": "Blank",
"version": "9.0.7",
"description": "Blank template for NativeScript apps using Vue.",
"author": "NativeScript Team <oss@nativescript.org>",
"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"
},
"publishConfig": {
"access": "public"
},
"files": [
"app",
"App_Resources",
"hooks",
"tools",
"!tools/assets",
"types",
".editorconfig",
"tsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"{N}",
"tns",
"vue",
"nativescript-vue",
"template",
"master-detail",
"detail",
"category-general"
],
"dependencies": {
"@nativescript/core": "~9.0.0",
"nativescript-vue": "^3.0.0"
},
"devDependencies": {
"@nativescript/tailwind": "^4.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.31",
"@types/node": "^20.0.0",
"tailwindcss": "^4.0.0",
"typescript": "~5.8.0"
}
}