mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "@heroui/storybook",
|
|
"version": "2.0.0",
|
|
"description": "The HeroUI react components storybook ",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"type": "module",
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"homepage": "https://heroui.com",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": true,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/components/storybook"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heroui-inc/heroui/issues"
|
|
},
|
|
"scripts": {
|
|
"dev": "pnpm storybook dev -p 6006",
|
|
"build": "pnpm storybook build",
|
|
"start": "pnpm dlx http-server storybook-static"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/system": "workspace:*",
|
|
"@heroui/theme": "workspace:*",
|
|
"react": "18.3.0",
|
|
"react-dom": "18.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-a11y": "^8.5.0",
|
|
"@storybook/addon-docs": "^8.5.0",
|
|
"@storybook/addon-essentials": "^8.5.0",
|
|
"@storybook/addon-links": "^8.5.0",
|
|
"@storybook/cli": "^8.5.0",
|
|
"@storybook/manager-api": "^8.5.0",
|
|
"@storybook/preview-api": "^8.5.0",
|
|
"@storybook/react": "^8.5.0",
|
|
"@storybook/react-vite": "^8.5.0",
|
|
"@storybook/theming": "^8.5.0",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"remark-gfm": "^4.0.0",
|
|
"storybook": "^8.5.0",
|
|
"storybook-dark-mode": "^4.0.2",
|
|
"tailwindcss": "4.1.11",
|
|
"vite": "^5.4.11",
|
|
"@tailwindcss/postcss": "4.1.11",
|
|
"@tailwindcss/vite": "4.1.11"
|
|
},
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
}
|
|
} |