From d94b304d0ccf74f2503fbb66ec232ae8c9454a43 Mon Sep 17 00:00:00 2001 From: Denis Moshkin <57352899+VisualYuki@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:50:56 +0300 Subject: [PATCH] chore(package): add keywords (#3243) --- package.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 251ca37b..0036271c 100644 --- a/package.json +++ b/package.json @@ -157,5 +157,21 @@ "unplugin": "^2.1.2", "vite": "^6.0.7", "vue-tsc": "^2.2.0" - } + }, + "keywords": [ + "nuxt-ui", + "nuxt", + "vue3", + "tailwindcss", + "component library", + "vue", + "vuejs", + "vue.js", + "typescript", + "vue-components", + "ui", + "tailwind", + "framework", + "ui-framework" + ] }