{
  "name": "react-cmd-palette",
  "version": "0.1.1",
  "author": {
    "name": "Robin Bozan",
    "url": "https://bozan.nl"
  },
  "description": "A command palette for React. Like CTRL + P in Visual Studio Code but then for your React app!",
  "keywords": [
    "command-palette",
    "ctrl-p",
    "fuzzy-finder",
    "react",
    "typescript"
  ],
  "license": "MIT",
  "repository": {
    "url": "https://github.com/rbozan/react-command-palette"
  },
  "bugs": {
    "url": "https://github.com/rbozan/react-command-palette/issues"
  },
  "homepage": "https://rbozan.github.io/react-command-palette/",
  "devDependencies": {
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.9",
    "@storybook/addon-links": "^6.2.9",
    "@storybook/node-logger": "^6.2.9",
    "@storybook/preset-create-react-app": "^3.1.7",
    "@storybook/react": "^6.2.9",
    "@testing-library/react": "^11.2.7",
    "@types/react": "^17.0.6"
  },
  "dependencies": {
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/user-event": "^12.1.10",
    "@types/jest": "^26.0.15",
    "@types/node": "^12.0.0",
    "@types/react-dom": "^17.0.0",
    "framer-motion": "^4.1.17",
    "fuse.js": "^6.4.6",
    "history": "^5.0.0",
    "lorem-ipsum": "^2.0.3",
    "node-sass": "^5.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-hotkeys-hook": "^3.3.1",
    "react-router-dom": "^6.0.0-beta.0",
    "react-scripts": "4.0.3",
    "typescript": "^4.1.2",
    "web-vitals": "^1.0.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "$schema": "https://json.schemastore.org/package"
}
