diff --git a/packages/shadcn-vue/index.html b/apps/www/index.html similarity index 100% rename from packages/shadcn-vue/index.html rename to apps/www/index.html diff --git a/packages/shadcn-vue/mono.config.js b/apps/www/mono.config.js similarity index 100% rename from packages/shadcn-vue/mono.config.js rename to apps/www/mono.config.js diff --git a/packages/shadcn-vue/package.json b/apps/www/package.json similarity index 94% rename from packages/shadcn-vue/package.json rename to apps/www/package.json index 21a82bd4..86e36904 100644 --- a/packages/shadcn-vue/package.json +++ b/apps/www/package.json @@ -1,5 +1,5 @@ { - "name": "shadcn-vue", + "name": "www", "type": "module", "version": "0.0.1", "exports": { @@ -24,6 +24,7 @@ "@vueuse/core": "^10.2.1", "class-variance-authority": "^0.6.1", "clsx": "^2.0.0", + "lucide-vue-next": "^0.268.0", "radix-vue": "file:../../../radix-vue/packages/radix-vue", "vue": "^3.3.4" }, diff --git a/packages/shadcn-vue/pnpm-lock.yaml b/apps/www/pnpm-lock.yaml similarity index 100% rename from packages/shadcn-vue/pnpm-lock.yaml rename to apps/www/pnpm-lock.yaml diff --git a/packages/shadcn-vue/postcss.config.js b/apps/www/postcss.config.js similarity index 100% rename from packages/shadcn-vue/postcss.config.js rename to apps/www/postcss.config.js diff --git a/packages/shadcn-vue/public/vite.svg b/apps/www/public/vite.svg similarity index 100% rename from packages/shadcn-vue/public/vite.svg rename to apps/www/public/vite.svg diff --git a/packages/shadcn-vue/src/App.vue b/apps/www/src/App.vue similarity index 56% rename from packages/shadcn-vue/src/App.vue rename to apps/www/src/App.vue index 89d0308b..9c8f5371 100644 --- a/packages/shadcn-vue/src/App.vue +++ b/apps/www/src/App.vue @@ -1,6 +1,6 @@