UNPKG

@vue-nextui/button

Version:

```bash npm add @vue-nextui/button @nextui-org/theme ```

54 lines 1.23 kB
{ "name": "@vue-nextui/button", "type": "module", "version": "0.0.15", "author": { "name": "hotdog", "email": "hotdogc1017@gmail.com", "url": "https://github.com/hotdogc1017" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "license": "MIT", "repository": "https://github.com/nextui-vue/nextui-vue", "bugs": { "url": "https://github.com/nextui-vue/nextui-vue/issues" }, "keywords": [ "nextui", "vue", "ui framework", "tailwindcss", "button component", "heroui", "button" ], "exports": { ".": "./dist/index.js" }, "files": [ "dist" ], "dependencies": { "@vue-nextui/shared": "0.0.12" }, "devDependencies": { "@heroui/shared-utils": "^2.1.10", "@heroui/system": "^2.4.20", "@heroui/theme": "^2.4.11", "@heroui/use-aria-button": "^2.2.18", "@types/node": "^22.15.26", "@vue/tsconfig": "^0.7.0", "@vueuse/core": "^11.3.0", "unplugin-vue": "^6.0.1", "vue": "^3.5.13", "@vue-nextui/shared": "0.0.12" }, "scripts": { "build": "tsdown --minify", "dev": "tsdown -w", "bump": "npm run build && bumpp --tag @vue-nextui/button@ --sign" } }