nextui-vue
Version:
40 lines • 805 B
JSON
{
"name": "nextui-vue",
"type": "module",
"version": "0.0.13",
"publishConfig": {
"access": "public"
},
"author": {
"name": "hotdog",
"email": "hotdogc1017@gmail.com",
"url": "https://github.com/hotdogc1017"
},
"license": "MIT",
"repository": "https://github.com/nextui-vue/nextui-vue",
"bugs": {
"url": "https://github.com/hotdogc1017/nextui-vue/issues"
},
"files": [
"dist"
],
"keywords": [
"nextui",
"vue",
"ui",
"ui framework",
"tailwindcss"
],
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@vue-nextui/alert": "1.0.0-beta.30",
"@vue-nextui/button": "0.0.15"
},
"scripts": {
"build": "tsdown --dts --minify",
"dev": "tsdown -w",
"bump": "npm run build && bumpp --tag v --sign"
}
}