mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* refactor(core): new forwardRef types created, stories modified, important changes implemented * feat(docs): custom variants api added, components ref fixed * fix(components): omit ref removed
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@nextui-org/kbd",
|
|
"version": "0.0.0-dev-v2-20230728201112",
|
|
"description": "The keyboard key components indicates which key or set of keys used to execute a specificv action",
|
|
"keywords": [
|
|
"kbd"
|
|
],
|
|
"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/kbd"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "yarn build:fast -- --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@react-aria/utils": "^3.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
}
|