UNPKG

@saas-ui/command-bar

Version:

Chakra UI CommandBar Component

91 lines 2.15 kB
{ "name": "@saas-ui/command-bar", "version": "0.9.1", "description": "Chakra UI CommandBar Component", "source": "src/index.ts", "exports": { ".": { "require": "./dist/index.js", "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./theme": { "require": "./dist/command-bar-theme.js", "types": "./dist/command-bar-theme.d.ts", "import": "./dist/command-bar-theme.mjs" }, "./src": { "default": "./src/index.ts" } }, "typesVersions": { ".": { "*": [ "dist/index.d.ts" ] }, "./theme": { "*": [ "dist/command-bar-theme.d.ts" ] } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "clean": "rimraf --no-glob ./dist", "build": "tsup src/index.ts src/command-bar-theme.ts --config tsup.config.ts", "lint": "eslint src --ext .ts,.tsx,.js,.jsx --config ../../.eslintrc.js", "lint:staged": "lint-staged --allow-empty --config ../../lint-staged.config.js", "typecheck": "tsc --noEmit" }, "files": [ "dist", "src" ], "sideEffects": false, "publishConfig": { "access": "public" }, "author": "Eelco Wiersma <eelco@appulse.nl>", "license": "MIT", "homepage": "https://saas-ui.dev/", "repository": { "type": "git", "url": "https://github.com/saas-js/saas-ui", "directory": "packages/saas-ui-command-bar" }, "keywords": [ "react", "ui", "chakra-ui", "design-system", "react-components", "uikit", "accessible", "components", "emotion", "library" ], "storybook": { "title": "Saas UI", "url": "https://storybook.saas-ui.dev" }, "dependencies": { "@chakra-ui/anatomy": "^2.3.5", "@chakra-ui/styled-system": "^2.12.1", "@chakra-ui/theme": "^3.4.7", "@chakra-ui/theme-tools": "^2.2.7", "@chakra-ui/utils": "^2.2.3", "cmdk": "^1.0.0" }, "peerDependencies": { "@chakra-ui/react": ">=2.9.0 <3", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "react-icons": "^5.3.0" } }