{
  "name": "@szum-tech/design-system",
  "version": "3.21.9",
  "description": "Szum-Tech design system with tailwindcss support",
  "keywords": [
    "szum-tech",
    "Szum-Tech",
    "tailwindcss",
    "react",
    "javascript",
    "theme",
    "typescript",
    "react-components",
    "storybook",
    "design-system",
    "semantic-release"
  ],
  "homepage": "https://github.com/JanSzewczyk/design-system#readme",
  "bugs": {
    "url": "https://github.com/JanSzewczyk/design-system/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JanSzewczyk/design-system.git"
  },
  "license": "MIT",
  "author": "Jan Szewczyk (Szum-Tech)",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/components/index.d.ts",
        "import": "./dist/components/index.js"
      },
      "require": {
        "types": "./dist/components/index.d.cts",
        "require": "./dist/components/index.cjs"
      }
    },
    "./components/*": {
      "import": {
        "types": "./dist/components/*/index.d.ts",
        "import": "./dist/components/*/index.js"
      },
      "require": {
        "types": "./dist/components/*/index.d.cts",
        "require": "./dist/components/*/index.cjs"
      }
    },
    "./icons": {
      "import": {
        "types": "./dist/icons/index.d.ts",
        "import": "./dist/icons/index.js"
      },
      "require": {
        "types": "./dist/icons/index.d.cts",
        "require": "./dist/icons/index.cjs"
      }
    },
    "./utils": {
      "import": {
        "types": "./dist/utils/index.d.ts",
        "import": "./dist/utils/index.js"
      },
      "require": {
        "types": "./dist/utils/index.d.cts",
        "require": "./dist/utils/index.cjs"
      }
    },
    "./hooks": {
      "import": {
        "types": "./dist/hooks/index.d.ts",
        "import": "./dist/hooks/index.js"
      },
      "require": {
        "types": "./dist/hooks/index.d.cts",
        "require": "./dist/hooks/index.cjs"
      }
    },
    "./tailwind/*.css": "./tailwind/*.css",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**",
    "tailwind/**"
  ],
  "scripts": {
    "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsup && cpy \"src/tailwind/*.css\" \"./tailwind\" --flat && npm run post-build",
    "lint": "eslint .",
    "lint:ci": "eslint . -o eslint-results.sarif -f @microsoft/eslint-formatter-sarif",
    "lint:fix": "eslint . --fix",
    "lint:inspect": "npx @eslint/config-inspector@latest",
    "post-build": "node src/scripts/post-build.ts",
    "prettier:check": "prettier --check .",
    "prettier:write": "prettier --write .",
    "storybook:build": "storybook build --docs",
    "storybook:dev": "storybook dev -p 6006",
    "storybook:serve": "serve storybook-static",
    "test": "vitest",
    "test:ci": "CI=true vitest --coverage",
    "test:coverage": "vitest --coverage",
    "test:storybook": "vitest --project=storybook --coverage",
    "test:ui": "vitest --ui",
    "test:unit": "vitest --project=unit --coverage",
    "test:watch": "vitest --watch",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@base-ui/react": "^1.5.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "embla-carousel-react": "^8.6.0",
    "lucide-react": "^1.16.0",
    "motion": "^12.40.0",
    "radix-ui": "^1.5.0",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.6.0",
    "tailwindcss-animate": "^1.0.7"
  },
  "devDependencies": {
    "@storybook-community/storybook-dark-mode": "^7.1.3",
    "@storybook/addon-a11y": "^10.4.4",
    "@storybook/addon-docs": "^10.4.4",
    "@storybook/addon-vitest": "^10.4.4",
    "@storybook/builder-vite": "^10.4.4",
    "@storybook/react-vite": "^10.4.4",
    "@szum-tech/eslint-config": "^2.2.2",
    "@szum-tech/prettier-config": "^1.6.5",
    "@szum-tech/semantic-release-config": "^2.3.7",
    "@tailwindcss/vite": "^4.3.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^25.9.3",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.2",
    "@vitest/browser": "^4.1.8",
    "@vitest/browser-playwright": "^4.1.8",
    "@vitest/coverage-v8": "^4.1.8",
    "@vitest/ui": "^4.1.8",
    "cpy-cli": "^7.0.0",
    "cross-env": "^10.1.0",
    "embla-carousel-autoplay": "^8.6.0",
    "eslint": "9.39.4",
    "happy-dom": "^20.10.2",
    "playwright": "^1.60.0",
    "prettier": "^3.8.4",
    "react": "^19.2.7",
    "react-docgen": "^8.0.3",
    "react-docgen-typescript": "^2.4.0",
    "react-dom": "^19.2.7",
    "semantic-release": "^25.0.5",
    "serve": "^14.2.6",
    "storybook": "^10.4.4",
    "storybook-addon-tag-badges": "^3.1.0",
    "tailwindcss": "^4.3.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.2",
    "vite": "^8.0.16",
    "vitest": "^4.1.8"
  },
  "peerDependencies": {
    "react": ">=19",
    "react-dom": ">=19",
    "tailwindcss": ">=4"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  }
}
