{
  "name": "@helpwave/hightide",
  "description": "helpwave's component and theming library",
  "author": "helpwave <support@helpwave.de> (https://helpwave.de)",
  "homepage": "https://helpwave.de",
  "repository": {
    "url": "git+https://github.com/helpwave/hightide.git"
  },
  "license": "MPL-2.0",
  "version": "0.0.19",
  "files": [
    "dist"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./css/globals.css": "./dist/css/globals.css",
    "./css/uncompiled/globals.css": "./dist/css/uncompiled/globals.css"
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build-css": "npx @tailwindcss/cli -i ./src/css/globals.css -o ./dist/css/globals.css",
    "build": "npm run clean && npm run generate-barrels && tsup && npm run build-css && cp -R ./src/css/. ./dist/css/uncompiled/",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "lint": "tsup && eslint .",
    "generate-barrels": "barrelsby -c ./barrelsby-config.json -S -q"
  },
  "dependencies": {
    "@headlessui/react": "1.7.19",
    "@radix-ui/react-checkbox": "1.1.3",
    "@tailwindcss/cli": "^4.1.7",
    "clsx": "^2.1.1",
    "next": "15.2.4",
    "lucide-react": "0.468.0",
    "postcss": "^8.5.3",
    "prop-types": "15.8.1",
    "react": "18.3.1",
    "react-custom-scrollbars-2": "4.5.0",
    "react-dom": "18.3.1",
    "simplebar-core": "1.3.0",
    "simplebar-react": "3.3.0",
    "tailwindcss": "^4.1.3",
    "tinycolor2": "^1.6.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/preset-env": "7.26.0",
    "@babel/preset-react": "7.26.3",
    "@babel/preset-typescript": "7.26.0",
    "@helpwave/eslint-config": "0.0.7",
    "@storybook/addon-actions": "^8.6.12",
    "@storybook/addon-essentials": "^8.6.12",
    "@storybook/addon-interactions": "^8.6.12",
    "@storybook/addon-links": "^8.6.12",
    "@storybook/blocks": "^8.6.12",
    "@storybook/nextjs": "^8.6.12",
    "@storybook/react": "^8.6.12",
    "@storybook/theming": "^8.6.12",
    "@tailwindcss/postcss": "^4.0.17",
    "@types/node": "20.17.10",
    "@types/react": "18.3.17",
    "@types/react-dom": "18.3.5",
    "@types/tinycolor2": "^1.4.6",
    "barrelsby": "^2.8.1",
    "eslint": "^9.0.0",
    "storybook": "^8.6.12",
    "tsup": "^8.5.0",
    "typescript": "^5.7.2",
    "webpack": "5.97.1"
  },
  "keywords": [
    "react",
    "tailwindcss",
    "component-library",
    "typscript"
  ],
  "bugs": {
    "url": "https://github.com/helpwave/hightide/issues"
  }
}
