mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* chore(deps): bump react-aria versions * chore: add changeset * chore(docs): add selectionAlignment
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "@heroui/system-rsc",
|
|
"version": "2.3.19",
|
|
"description": "HeroUI system primitives compatibles with RSC imports",
|
|
"keywords": [
|
|
"system-rsc"
|
|
],
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"homepage": "https://heroui.com",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/core/system-rsc"
|
|
},
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"@heroui/theme": ">=2.4.17"
|
|
},
|
|
"devDependencies": {
|
|
"@heroui/theme": "workspace:*",
|
|
"@heroui/react-utils": "workspace:*",
|
|
"@heroui/shared-utils": "workspace:*",
|
|
"react": "18.3.0",
|
|
"tailwind-variants": "3.1.1",
|
|
"tailwind-merge": "3.3.1",
|
|
"clean-package": "2.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@react-types/shared": "3.32.1",
|
|
"clsx": "^1.2.1"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json",
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
}
|
|
} |