mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "@heroui/theme",
|
|
"version": "2.4.24",
|
|
"description": "The default theme for HeroUI components",
|
|
"keywords": [
|
|
"theme",
|
|
"theming",
|
|
"design",
|
|
"ui",
|
|
"components",
|
|
"classNames",
|
|
"css"
|
|
],
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"homepage": "https://heroui.com",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"config.js",
|
|
"config.d.ts",
|
|
"plugin.js",
|
|
"plugin.d.ts",
|
|
"colors.js",
|
|
"colors.d.ts"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/core/theme"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heroui-inc/heroui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"color2k": "^2.0.3",
|
|
"deepmerge": "4.3.1",
|
|
"flat": "^5.0.2",
|
|
"clsx": "^1.2.1",
|
|
"tailwind-variants": "3.1.1",
|
|
"tailwind-merge": "3.3.1",
|
|
"@heroui/shared-utils": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": ">=4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^4.2.0",
|
|
"@types/flat": "^5.0.2",
|
|
"tailwindcss": "4.1.11",
|
|
"clean-package": "2.2.0"
|
|
},
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
}
|
|
} |