{
  "name": "@wener/console",
  "version": "1.0.16",
  "type": "module",
  "description": "Base console UI toolkit",
  "author": "wener",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "default": "./lib/index.js"
    },
    "./buildinfo": {
      "types": "./src/buildinfo/index.ts",
      "default": "./lib/buildinfo/index.js"
    },
    "./client/graphql": {
      "types": "./src/client/graphql/index.ts",
      "default": "./lib/client/graphql/index.js"
    },
    "./components": {
      "types": "./src/components/index.ts",
      "default": "./lib/components/index.js"
    },
    "./console": {
      "types": "./src/console/index.ts",
      "default": "./lib/console/index.js"
    },
    "./console/globals.css": "./src/console/globals.css",
    "./daisy": {
      "types": "./src/daisy/index.ts",
      "default": "./lib/daisy/index.js"
    },
    "./floating": {
      "types": "./src/floating/index.ts",
      "default": "./lib/floating/index.js"
    },
    "./foundation/auth": {
      "types": "./src/foundation/auth/index.ts",
      "default": "./lib/foundation/auth/index.js"
    },
    "./foundation/site": {
      "types": "./src/foundation/site/index.ts",
      "default": "./lib/foundation/site/index.js"
    },
    "./hooks": {
      "types": "./src/hooks/index.ts",
      "default": "./lib/hooks/index.js"
    },
    "./icons": {
      "types": "./src/icons/index.ts",
      "default": "./lib/icons/index.js"
    },
    "./jsonschema": {
      "types": "./src/jsonschema/index.ts",
      "default": "./lib/jsonschema/index.js"
    },
    "./loader": {
      "types": "./src/loader/index.ts",
      "default": "./lib/loader/index.js"
    },
    "./matomo": {
      "types": "./src/matomo/index.ts",
      "default": "./lib/matomo/index.js"
    },
    "./meta": {
      "types": "./src/meta/index.ts",
      "default": "./lib/meta/index.js"
    },
    "./pages": {
      "types": "./src/console/pages/index.ts",
      "default": "./lib/console/pages/index.js"
    },
    "./react-hook-form": {
      "types": "./src/react-hook-form/index.ts",
      "default": "./lib/react-hook-form/index.js"
    },
    "./router": {
      "types": "./src/router/index.ts",
      "default": "./lib/router/index.js"
    },
    "./toast": {
      "types": "./src/toast/index.ts",
      "default": "./lib/toast/index.js"
    },
    "./tw": {
      "types": "./src/tw/index.ts",
      "default": "./lib/tw/index.js"
    },
    "./urql": {
      "types": "./src/urql/index.ts",
      "default": "./lib/urql/index.js"
    },
    "./valtio": {
      "types": "./src/valtio/index.ts",
      "default": "./lib/valtio/index.js"
    },
    "./web": {
      "types": "./src/web/index.ts",
      "default": "./lib/web/index.js"
    },
    "./web/components": {
      "types": "./src/web/components/index.ts",
      "default": "./lib/web/components/index.js"
    },
    "./web/pages": {
      "types": "./src/web/pages/index.ts",
      "default": "./lib/web/pages/index.js"
    },
    "./web/user": {
      "types": "./src/web/user/index.ts",
      "default": "./lib/web/user/index.js"
    },
    "./web/window": {
      "types": "./src/web/window/index.ts",
      "default": "./lib/web/window/index.js"
    },
    "./window": {
      "types": "./src/window/index.ts",
      "default": "./lib/window/index.js"
    },
    "./zustand": {
      "types": "./src/zustand/index.ts",
      "default": "./lib/zustand/index.js"
    },
    "./console/*": {
      "types": "./src/console/*/index.ts",
      "default": "./lib/console/*/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "postcss.config.cjs",
    "src",
    "tailwind.config.ts"
  ],
  "keywords": [
    "admin",
    "console",
    "react",
    "daisy",
    "tailwindcss",
    "builder"
  ],
  "peerDependencies": {
    "@floating-ui/dom": "*",
    "@floating-ui/react": "*",
    "@headlessui/react": ">=2",
    "clsx": "*",
    "dayjs": "*",
    "react": "*",
    "react-dom": "*",
    "react-hook-form": "*",
    "react-hot-toast": "*",
    "react-icons": "*",
    "react-router-dom": "*",
    "use-immer": "*",
    "valtio": "^2",
    "zod": "*",
    "zustand": ">=4",
    "@wener/utils": "^1.1.51"
  },
  "dependencies": {
    "@radix-ui/react-slot": "^1.1.0",
    "@wener/common": "^1.0.2",
    "derive-valtio": "^0.2.0",
    "emittery": "^1.0.3",
    "es-toolkit": "^1.29.0",
    "tailwind-merge": "^2.5.5",
    "zustand-mutative": "^1.1.0"
  },
  "devDependencies": {
    "@emotion/styled": "^11.14.0",
    "@floating-ui/dom": "^1.6.12",
    "@floating-ui/react": "^0.27.0",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@headlessui/react": "^2.2.0",
    "@radix-ui/react-collapsible": "^1.1.1",
    "@radix-ui/react-dialog": "^1.1.2",
    "@radix-ui/react-dropdown-menu": "^2.1.2",
    "@radix-ui/react-tabs": "^1.1.1",
    "@remix-run/router": "^1.21.0",
    "@sinclair/typebox": "^0.34.11",
    "@storybook/addon-essentials": "^8.4.7",
    "@storybook/addon-interactions": "^8.4.7",
    "@storybook/addon-links": "^8.4.7",
    "@storybook/blocks": "^8.4.7",
    "@storybook/builder-vite": "^8.4.7",
    "@storybook/react": "^8.4.7",
    "@storybook/react-vite": "^8.4.7",
    "@storybook/test": "^8.4.7",
    "@types/json-schema": "^7.0.15",
    "@types/react-is": "^19.0.0",
    "@urql/core": "^5.1.0",
    "@urql/devtools": "^2.0.3",
    "@urql/exchange-graphcache": "^7.2.1",
    "@urql/exchange-persisted": "^4.3.0",
    "@urql/exchange-retry": "^1.3.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "ajv-i18n": "^4.2.0",
    "ajv-keywords": "^5.1.0",
    "clsx": "^2.1.1",
    "dataloader": "^2.2.3",
    "graphql-request": "^7.1.2",
    "immer": "^10.1.1",
    "lru-cache": "^11.0.2",
    "mutative": "^1.1.0",
    "overlayscrollbars": "^2.10.1",
    "overlayscrollbars-react": "^0.5.6",
    "polished": "^4.3.1",
    "react-hook-form": "^7.54.0",
    "react-icons": "^5.4.0",
    "react-is": "^19.0.0",
    "react-rnd": "^10.4.13",
    "storybook": "^8.4.7",
    "styled-components": "^6.1.13",
    "ts-pattern": "^5.5.0",
    "urql": "^4.2.1",
    "web-vitals": "^4.2.4",
    "wonka": "^6.3.4",
    "@wener/reaction": "^1.2.25",
    "@wener/nestjs": "^1.0.51",
    "@wener/utils": "^1.1.51"
  },
  "sideEffects": false,
  "scripts": {
    "build": "make build",
    "build-storybook": "storybook build",
    "deploy": "make deploy",
    "preview": "vite dev --host 0.0.0.0",
    "storybook": "storybook dev -p 6006",
    "test": "make test"
  }
}