@nativescript/template-blank-vue-vision
Version:
Nativescript visionOS Starter with Vue
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "@nativescript/template-blank-vue-vision",
"main": "src/app.ts",
"displayName": "Blank Vue Typescript",
"version": "8.9.0",
"description": "Nativescript visionOS Starter with 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": [
"src",
"App_Resources",
"hooks",
"tools",
"!tools/assets",
"types",
".editorconfig",
"tailwind.config.js",
"tsconfig.json"
],
"keywords": [
"nstudio",
"nativescript",
"mobile",
"{N}",
"vue",
"visionOS",
"Vision Pro"
],
"dependencies": {
"@nativescript/core": "~8.9.0",
"nativescript-vue": "rc"
},
"devDependencies": {
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"tailwindcss": "~3.4.0",
"typescript": "~5.4.0"
}
}