@nativescript/template-blank-vue
Version:
Blank template for NativeScript apps using Vue.
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "@nativescript/template-blank-vue",
"main": "app/app.js",
"displayName": "Blank",
"version": "8.9.0",
"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",
".editorconfig",
"jsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"{N}",
"tns",
"vue",
"nativescript-vue",
"template",
"master-detail",
"detail",
"category-general"
],
"dependencies": {
"@nativescript/core": "~8.9.0",
"@nativescript/theme": "^3.1.0",
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.0",
"nativescript-vue-template-compiler": "~2.9.3"
}
}