UNPKG

cmdk-base

Version:

Fast, unstyled command menu React component.

66 lines (65 loc) 1.51 kB
{ "name": "cmdk-base", "version": "0.0.8", "description": "Fast, unstyled command menu React component.", "license": "MIT", "publishConfig": { "access": "public" }, "author": { "name": "Bora", "url": "https://x.com/borabalogluu" }, "keywords": [ "react", "cmdk", "command palette", "dialog", "modal", "base-ui" ], "homepage": "https://cmdk-base.vercel.app/", "repository": { "type": "git", "url": "https://github.com/borabaloglu/cmdk-base.git" }, "bugs": { "url": "https://github.com/borabaloglu/cmdk-base/issues" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "exports": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "type-check": "tsc --noEmit", "build": "pnpm type-check && bunchee && pnpm copy-readme", "copy-readme": "cp ../../README.md ./README.md", "dev": "bunchee --watch", "format": "prettier --write .", "lint": "eslint . --max-warnings 0" }, "peerDependencies": { "@base-ui-components/react": "^1.0.0-beta.2", "react": "^18 || ^19 || ^19.0.0-rc", "react-dom": "^18 || ^19 || ^19.0.0-rc" }, "devDependencies": { "@types/react": "^18.2.46" }, "dependencies": { "@base-ui-components/utils": "^0.1.0" } }