mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "@nextui-org/system",
|
|
"version": "2.2.2",
|
|
"description": "NextUI system primitives",
|
|
"keywords": [
|
|
"system"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextui-org/nextui.git",
|
|
"directory": "packages/core/system"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src !src/extend-variants.d.ts --dts",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build:fast": "tsup src !src/extend-variants.d.ts",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18",
|
|
"framer-motion": ">=10.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"clean-package": "2.2.0",
|
|
"framer-motion": "^11.0.22"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json",
|
|
"tsup": {
|
|
"clean": true,
|
|
"target": "es2019",
|
|
"format": [
|
|
"cjs",
|
|
"esm"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/system-rsc": "workspace:*",
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@react-aria/i18n": "3.11.1",
|
|
"@internationalized/date": "^3.5.4",
|
|
"@react-aria/overlays": "3.22.1",
|
|
"@react-aria/utils": "3.24.1",
|
|
"@react-stately/utils": "3.10.1"
|
|
}
|
|
} |