@chakra-ui/tag
Version:
This component displays as a tag with an optional link and/or button to remove the given tag.
67 lines • 1.72 kB
JSON
{
"name": "@chakra-ui/tag",
"version": "3.1.1",
"description": "This component displays as a tag with an optional link and/or button to remove the given tag.",
"keywords": [
"tag",
"tag group",
"react",
"component",
"removable tag",
"chakra ui"
],
"sideEffects": false,
"author": "Segun Adebayo <sage@adebayosegun.com>",
"homepage": "https://github.com/chakra-ui/chakra-ui#readme",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chakra-ui/chakra-ui.git",
"directory": "packages/components/tag"
},
"bugs": {
"url": "https://github.com/chakra-ui/chakra-ui/issues"
},
"dependencies": {
"@chakra-ui/icon": "3.2.0",
"@chakra-ui/react-context": "2.1.0"
},
"devDependencies": {
"react-icons": "^4.10.1",
"react": "^18.2.0",
"clean-package": "2.2.0",
"@chakra-ui/avatar": "2.3.0",
"@chakra-ui/system": "2.6.1",
"@chakra-ui/icons": "2.1.1"
},
"peerDependencies": {
"@chakra-ui/system": ">=2.0.0",
"react": ">=18"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src --dts",
"dev": "pnpm build:fast -- --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"build:fast": "tsup src",
"typedocs": "tsx ../../../scripts/generate-type-docs.ts"
}
}