nextui/packages/core/react/package.json
github-actions[bot] 3a0f2c5610
ci(changesets): version packages (#2029)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
2024-03-03 20:54:23 -03:00

97 lines
2.9 KiB
JSON

{
"name": "@nextui-org/react",
"version": "2.2.10",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
"license": "MIT",
"keywords": [
"next",
"next ui",
"components",
"modern components",
"react components",
"react ui"
],
"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/react"
},
"bugs": {
"url": "https://github.com/nextui-org/nextui/issues"
},
"scripts": {
"prebuild": "node src/scripts/prebuild.js",
"build": "tsup --dts",
"postbuild": "node src/scripts/postbuild.js",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "tsup",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"dependencies": {
"@nextui-org/system": "workspace:*",
"@nextui-org/theme": "workspace:*",
"@nextui-org/accordion": "workspace:*",
"@nextui-org/autocomplete": "workspace:*",
"@nextui-org/avatar": "workspace:*",
"@nextui-org/badge": "workspace:*",
"@nextui-org/button": "workspace:*",
"@nextui-org/card": "workspace:*",
"@nextui-org/chip": "workspace:*",
"@nextui-org/checkbox": "workspace:*",
"@nextui-org/code": "workspace:*",
"@nextui-org/link": "workspace:*",
"@nextui-org/pagination": "workspace:*",
"@nextui-org/radio": "workspace:*",
"@nextui-org/snippet": "workspace:*",
"@nextui-org/spinner": "workspace:*",
"@nextui-org/switch": "workspace:*",
"@nextui-org/tooltip": "workspace:*",
"@nextui-org/user": "workspace:*",
"@nextui-org/progress": "workspace:*",
"@nextui-org/input": "workspace:*",
"@nextui-org/popover": "workspace:*",
"@nextui-org/dropdown": "workspace:*",
"@nextui-org/image": "workspace:*",
"@nextui-org/modal": "workspace:*",
"@nextui-org/navbar": "workspace:*",
"@nextui-org/table": "workspace:*",
"@nextui-org/spacer": "workspace:*",
"@nextui-org/divider": "workspace:*",
"@nextui-org/kbd": "workspace:*",
"@nextui-org/tabs": "workspace:*",
"@nextui-org/skeleton": "workspace:*",
"@nextui-org/scroll-shadow": "workspace:*",
"@nextui-org/select": "workspace:*",
"@nextui-org/listbox": "workspace:*",
"@nextui-org/menu": "workspace:*",
"@nextui-org/ripple": "workspace:*",
"@nextui-org/slider": "workspace:*",
"@nextui-org/breadcrumbs": "workspace:*",
"@react-aria/visually-hidden": "^3.8.6"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0"
},
"devDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"clean-package": "2.2.0"
},
"clean-package": "../../../clean-package.config.json"
}