{
  "name": "@konstructio/ui",
  "description": "A set of reusable and customizable React components built for konstruct.io",
  "private": false,
  "version": "0.1.2-alpha.93",
  "type": "module",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "icons": [
        "dist/icons.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./icons": {
      "types": "./dist/icons.d.ts",
      "import": "./dist/icons.js"
    },
    "./*.css": {
      "import": "./dist/*.css"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "author": {
    "name": "Jesús Manuel Fuentes Trejo",
    "email": "me@futjesus.dev",
    "url": "https://futjesus.dev"
  },
  "keywords": [
    "konstruct",
    "civo",
    "kubefirst",
    "react",
    "tailwind",
    "vite",
    "vitest",
    "radix"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/konstructio/konstruct-ui.git"
  },
  "bugs": {
    "url": "https://github.com/konstructio/konstruct-ui/issues"
  },
  "sideEffects": [
    "**/*.css"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "homepage": "https://konstructio.github.io/konstruct-ui",
  "scripts": {
    "build": "rimraf ./dist & tsc --p ./tsconfig.build.json && vite build && chmod +x scripts/copy.sh && ./scripts/copy.sh",
    "build:storybook": "storybook build -o storybook-static && cp -r public/* storybook-static",
    "check:prettier": "prettier lib --check --config ./.prettierrc",
    "check:types": "tsc -p tsconfig.json",
    "ci": "npm run check:prettier && vitest run && npm run build",
    "deps:update": "npx npm-check-updates --interactive --format group",
    "format:prettier": "prettier lib --write './**/*.{js,jsx,ts,tsx}' --config ./.prettierrc",
    "lint": "eslint lib --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "prepare": "husky",
    "setup": "npm rebuild esbuild && husky",
    "preview": "vite preview",
    "storybook": "storybook dev -p 6006",
    "test": "vitest run --coverage",
    "test:ci": "vitest run",
    "test:watch": "vitest dev"
  },
  "dependencies": {
    "@radix-ui/react-alert-dialog": "^1.1.15",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-slot": "^1.2.4",
    "@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",
    "@radix-ui/react-visually-hidden": "^1.2.4",
    "@react-input/mask": "^2.0.4",
    "@tanstack/react-table": "^8.21.3",
    "@tanstack/react-virtual": "^3.13.24",
    "chart.js": "^4.5.1",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "countries-and-timezones": "^3.9.0",
    "country-flag-icons": "^1.6.16",
    "country-locale-map": "^1.9.12",
    "google-libphonenumber": "^3.2.44",
    "i18n-iso-countries": "^7.14.0",
    "js-cookie": "^3.0.5",
    "lucide-react": "^1.8.0",
    "motion": "^12.38.0",
    "react-chartjs-2": "^5.3.1",
    "react-day-picker": "^9.14.0",
    "react-feather": "^2.0.10",
    "react-focus-lock": "^2.13.7",
    "react-remove-scroll": "^2.7.2",
    "tailwind-merge": "^3.5.0"
  },
  "peerDependencies": {
    "@tanstack/react-query": "^5.90",
    "@types/react": "*",
    "@types/react-dom": "*",
    "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0",
    "react-router-dom": "^7",
    "tailwindcss": "^4"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": false
    },
    "tailwindcss": {
      "optional": false
    },
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    },
    "@types/react-router-dom": {
      "optional": true
    },
    "@tanstack/react-query": {
      "optional": false
    }
  },
  "devDependencies": {
    "@faker-js/faker": "^10.4.0",
    "@rollup/plugin-alias": "^6.0.0",
    "@storybook/addon-docs": "^10.3.5",
    "@storybook/addon-links": "^10.3.5",
    "@storybook/react-vite": "^10.3.5",
    "@tailwindcss/vite": "^4.2.4",
    "@tanstack/react-query": "^5.99.2",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/google-libphonenumber": "^7.4.30",
    "@types/jest-axe": "^3.5.9",
    "@types/js-cookie": "^3.0.6",
    "@types/lodash": "^4.17.24",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.59.0",
    "@typescript-eslint/parser": "^8.59.0",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/coverage-v8": "^4.1.5",
    "autoprefixer": "^10.5.0",
    "eslint": "^9.39.3",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-react-refresh": "^0.5.2",
    "eslint-plugin-storybook": "^10.3.5",
    "eslint-plugin-vitest": "^0.5.4",
    "glob": "^13.0.6",
    "husky": "^9.1.7",
    "jest-axe": "^10.0.0",
    "jsdom": "^29.0.2",
    "lodash": "^4.18.1",
    "postcss": "^8.5.10",
    "prettier": "^3.8.3",
    "rimraf": "^6.1.3",
    "storybook": "^10.3.5",
    "tailwindcss": "^4.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3",
    "vite": "^8.0.9",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-lib-inject-css": "^2.2.2",
    "vite-plugin-svgr": "^5.2.0",
    "vite-tsconfig-paths": "^6.1.1",
    "vitest": "^4.1.5"
  },
  "overrides": {
    "storybook": "$storybook",
    "eslint-plugin-vitest": {
      "@typescript-eslint/utils": "^8.58.1"
    }
  }
}
