nextui-vue
Version:
49 lines • 1.13 kB
JSON
{
"name": "nextui-vue",
"type": "module",
"version": "0.0.16",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"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": {
".": "./dist/index.js",
"./styles": "./dist/index.css"
},
"types": "./dist/index.d.ts",
"devDependencies": {
"@heroui/theme": "^2.4.11",
"@tailwindcss/vite": "^4.1.12",
"@vitejs/plugin-vue": "^6.0.1",
"tailwindcss": "^4.1.12",
"vite": "^7.1.2",
"vite-plugin-dts": "^4.5.4",
"@vue-nextui/core": "0.0.16-beta.5"
},
"scripts": {
"build": "pnpm -w build && pnpm build:only",
"build:only": "vite build --minify",
"dev": "vite build -w",
"bump": "pnpm build && bumpp --tag v --sign"
}
}