{
  "name": "@liam-hq/ui",
  "repository": {
    "type": "git",
    "url": "https://github.com/liam-hq/liam.git"
  },
  "license": "Apache-2.0",
  "version": "0.0.24",
  "publishConfig": {
    "access": "public"
  },
  "main": "src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./hooks": "./src/hooks/index.ts",
    "./src/styles/globals.css": "./src/styles/globals.css"
  },
  "dependencies": {
    "@radix-ui/react-collapsible": "1.1.12",
    "@radix-ui/react-context-menu": "2.2.16",
    "@radix-ui/react-dialog": "1.1.15",
    "@radix-ui/react-dropdown-menu": "2.1.16",
    "@radix-ui/react-popover": "1.1.15",
    "@radix-ui/react-radio-group": "1.3.8",
    "@radix-ui/react-select": "2.2.6",
    "@radix-ui/react-slot": "1.2.3",
    "@radix-ui/react-switch": "1.2.6",
    "@radix-ui/react-tabs": "1.1.13",
    "@radix-ui/react-toast": "1.2.15",
    "@radix-ui/react-tooltip": "1.2.8",
    "clsx": "2.1.1",
    "destyle.css": "4.0.1",
    "lucide-react": "0.511.0",
    "neverthrow": "8.2.0",
    "react": "19.1.1",
    "react-resizable-panels": "3.0.6",
    "ts-pattern": "5.7.1",
    "vaul": "1.1.2"
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.6",
    "@storybook/nextjs": "9.1.13",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/react": "19.2.2",
    "@vitejs/plugin-react": "4.6.0",
    "eslint": "9.38.0",
    "happy-dom": "20.0.0",
    "typed-css-modules": "0.9.1",
    "typescript": "5.9.3",
    "vitest": "3.2.4",
    "@liam-hq/configs": "0.0.1"
  },
  "files": [
    "src/**/*",
    "README.md",
    "package.json",
    "LICENSE"
  ],
  "scripts": {
    "dev": "concurrently \"pnpm:dev:*\"",
    "dev:css": "tcm src --watch",
    "fmt": "concurrently \"pnpm:fmt:*\"",
    "fmt:biome": "biome check --write --unsafe .",
    "fmt:eslint": "eslint --fix --prune-suppressions .",
    "gen": "concurrently \"pnpm:gen:*\"",
    "gen:css": "tcm src",
    "lint": "concurrently \"pnpm:lint:*\"",
    "lint:biome": "biome check .",
    "lint:eslint": "eslint .",
    "lint:tsc": "tsc --noEmit",
    "suppressions": "eslint --suppress-all --fix --max-warnings 0",
    "test": "vitest --watch=false"
  }
}