62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"name": "@chakra-ui/close-button",
|
||
|
|
"version": "2.1.1",
|
||
|
|
"description": "A React and Chakra UI close button component.",
|
||
|
|
"keywords": [
|
||
|
|
"close-button",
|
||
|
|
"button",
|
||
|
|
"icon-button",
|
||
|
|
"react",
|
||
|
|
"close-icon"
|
||
|
|
],
|
||
|
|
"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/close-button"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/chakra-ui/chakra-ui/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@chakra-ui/icon": "3.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"clean-package": "2.2.0",
|
||
|
|
"@chakra-ui/system": "2.6.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"
|
||
|
|
}
|
||
|
|
}
|