@tidy-ui/breadcrumb
Version:
The Breadcrumb is your trusty guide for tracking website navigation, providing a clear path of your current location. Easily navigate between hierarchies. Collapse lengthy breadcrumbs for a clean view, expand for full journey. Customize separators, set ca
63 lines (62 loc) • 1.96 kB
JSON
{
"name": "@tidy-ui/breadcrumb",
"version": "0.48.23",
"readme": "README.md",
"scripts": {
"build": "yarn clean && rollup -c ../../rollup.config.js --environment PACKAGE_NAME:breadcrumb",
"build:md": "markdown-include ../../.markdown.json",
"clean": "rimraf -rf dist && rimraf -rf build",
"postinstall": "rm -rf node_modules/@types/react-native",
"reset": "yarn clean && rimraf -rf node_modules",
"vet": "yarn lint",
"yalc:publish": "yarn build && yalc publish",
"yalc:push": "yarn build && yalc push",
"docs": "jsdoc -X -c ../../jsdoc.conf.json > jsdoc.json"
},
"dependencies": {
"@tidy-ui/commons": "^0.48.23"
},
"peerDependencies": {
"react": "^18.0.0",
"styled-components": "^5.3.3"
},
"module": "./dist/index.esm.js",
"main": "./dist/index.cjs.js",
"exports": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"default": "./dist/index.esm.js",
"types": "./dist/src/index.d.ts"
},
"types": "./dist/src/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/badatt/tidy-ui"
},
"author": {
"name": "Balu Praveen Datty",
"email": "dev.badatt@gmail.om",
"url": "https://github.com/badatt"
},
"keywords": [
"react",
"styled-components",
"css-in-js",
"react-ui",
"components",
"ui",
"ui-components",
"Breadcrumb"
],
"description": "The Breadcrumb is your trusty guide for tracking website navigation, providing a clear path of your current location. Easily navigate between hierarchies. Collapse lengthy breadcrumbs for a clean view, expand for full journey. Customize separators, set callback for expand all. Choose tones to match styles, highlight active links. Powered by potent theming and styling techniques.",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"LICENSE",
"jsdoc.json",
"README.md"
]
}