mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@nextui-org/react-rsc-utils",
|
|
"version": "2.0.7",
|
|
"description": "A set of utilities for react compatible with RSC",
|
|
"keywords": [
|
|
"react-rsc-utils"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"children.d.ts",
|
|
"children.js",
|
|
"filter-dom-props.d.ts",
|
|
"filter-dom-props.js"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextui-org/nextui.git",
|
|
"directory": "packages/utilities/react-rsc-utils"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "yarn build:fast -- --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"devDependencies": {
|
|
"clean-package": "2.2.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json",
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
}
|
|
}
|