{
  "name": "@frozzare/react-cmdk",
  "version": "1.4.2",
  "description": "A fast, accessible, and pretty React.js command palette (fork)",
  "homepage": "https://react-cmdk.com",
  "main": "dist/index.js",
  "repository": "https://github.com/albingroen/react-cmdk",
  "license": "MIT",
  "scripts": {
    "build": "npm run build:types && npm run build:js && npm run build-tailwind",
    "build:js": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
    "check:format": "prettier --list-different \"./**/*.{ts,tsx,js,json,md}\" --ignore-path ./prettierignore",
    "build-tailwind": "NODE_ENV=production npx tailwindcss -i tailwind.css -o ./dist/cmdk.css --postcss --minify",
    "type-check:watch": "npm run type-check --watch",
    "test": "npm run lint && npm run check:format",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "type-check": "tsc -b -v --noEmit",
    "format": "prettier --write .",
    "build:types": "tsc -b -v",
    "chromatic": "chromatic"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.3",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@storybook/addon-actions": "^6.5.12",
    "@storybook/addon-essentials": "^6.5.12",
    "@storybook/addon-links": "^6.5.12",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/react": "^6.5.12",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@types/react-outside-click-handler": "^1.3.1",
    "@types/webpack": "^5.28.0",
    "autoprefixer": "^10.4.12",
    "babel-loader": "^8.2.5",
    "fork-ts-checker-webpack-plugin": "^7.2.13",
    "postcss": "^8.4.17",
    "postcss-prefix-selector": "^1.16.0",
    "prettier": "^2.7.1",
    "tailwindcss": "^3.1.8",
    "ts-loader": "^9.4.1",
    "typescript": "^4.8.4",
    "webpack": "^5.74.0"
  },
  "babel": {
    "presets": [
      "@babel/env",
      "@babel/typescript",
      "@babel/react"
    ]
  },
  "dependencies": {
    "@headlessui/react": "^1.7.2",
    "html-webpack-plugin": "^5.5.0"
  },
  "peerDependencies": {
    "react": "^16.x || ^17.x || ^18.x",
    "react-dom": "^16.x || ^17.x || ^18.x"
  }
}
