{
    "name": "@thewhitehaven04/command-palette",
    "private": false,
    "version": "0.1.1",
    "author": "German Bulavkin <thewhitehaven04@gmail.com>",
    "type": "module",
    "main": "./src/index.tsx",
    "scripts": {
        "dev": "vite",
        "build": "tsc -b && vite build",
        "lint": "eslint .",
        "preview": "vite preview",
        "storybook": "storybook dev -p 6006",
        "build-storybook": "storybook build"
    },
    "dependencies": {
        "react": "^19.1.0",
        "react-dom": "^19.1.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/thewhitehaven04/command-palette"
    },
    "devDependencies": {
        "@chromatic-com/storybook": "^4.0.1",
        "@eslint/js": "^9.25.0",
        "@storybook/addon-a11y": "^9.0.12",
        "@storybook/addon-docs": "^9.0.12",
        "@storybook/addon-vitest": "^9.0.12",
        "@storybook/react-vite": "^9.0.12",
        "@tanstack/react-query": "5.81.2",
        "@types/react": "^19.1.2",
        "@types/react-dom": "^19.1.2",
        "@vitejs/plugin-react": "^4.4.1",
        "@vitest/browser": "^3.2.4",
        "@vitest/coverage-v8": "^3.2.4",
        "eslint-plugin-react-hooks": "^5.2.0",
        "eslint-plugin-react-refresh": "^0.4.19",
        "globals": "^16.0.0",
        "playwright": "^1.53.1",
        "storybook": "^9.0.12",
        "typescript": "~5.8.3",
        "typescript-eslint": "^8.30.1",
        "vite": "^6.3.5",
        "vitest": "^3.2.4"
    }
}
