mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@nextui-org/breadcrumbs",
|
|
"version": "2.0.13",
|
|
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
|
|
"keywords": [
|
|
"breadcrumbs"
|
|
],
|
|
"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/components/breadcrumbs"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/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",
|
|
"react-dom": ">=18",
|
|
"@nextui-org/theme": ">=2.1.0",
|
|
"@nextui-org/system": ">=2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@react-aria/focus": "3.17.1",
|
|
"@react-aria/breadcrumbs": "3.5.13",
|
|
"@react-aria/utils": "3.24.1",
|
|
"@react-types/breadcrumbs": "3.7.5",
|
|
"@react-types/shared": "3.23.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/dropdown": "workspace:*",
|
|
"@nextui-org/tooltip": "workspace:*",
|
|
"@nextui-org/button": "workspace:*",
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
} |