UNPKG

yozora-vue

Version:

Build beautiful, scalable UIs effortlessly with Yozora, a Vue 3 and Tailwind CSS component library focused on flexibility, responsiveness, and ease of customization. Perfect for developers seeking fast, maintainable, and utility-first design integration.

72 lines (71 loc) 1.53 kB
{ "name": "yozora-vue", "version": "0.11.11", "type": "module", "files": [ "dist" ], "license": "MIT", "main": "./dist/yozora-vue.umd.js", "module": "./dist/yozora-vue.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/yozora-vue.es.js", "require": "./dist/yozora-vue.umd.js" } }, "repository": { "type": "git", "url": "git+https://github.com/MasProxy/yozora-vue.git" }, "keywords": [ "vue", "vue3", "component", "library", "tailwindcss", "tailwind", "yozora", "yozora-vue", "yozora vue", "vue3 component", "vue component", "vue UI component", "masproxy", "mas proxy", "yozoravue", "vue plugin", "vue components library", "vue3 tailwindcss", "vue3 library", "vue3 plugin", "vue3 UI components" ], "author": { "name": "MasProxy" }, "scripts": { "dev": "vite", "build": "vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist", "types": "vue-tsc ", "preview": "vite preview" }, "peerDependencies": { "tailwindcss": ">=3.0.0", "vue": "^3.5.13" }, "devDependencies": { "@types/node": "^22.10.5", "@vitejs/plugin-vue": "^5.2.1", "@vue/tsconfig": "^0.7.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "~5.6.2", "vite": "^6.0.5", "vite-plugin-dts": "^4.5.0", "vue-tsc": "^2.2.0" } }