{
  "name": "@bitrix24/b24ui-nuxt",
  "description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
  "version": "0.6.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitrix24/b24ui.git"
  },
  "homepage": "https://bitrix24.github.io/b24ui/",
  "type": "module",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/module.d.mts",
      "style": "./dist/runtime/index.css",
      "import": "./dist/module.mjs"
    },
    "./unplugin": {
      "types": "./dist/unplugin.d.mts",
      "import": "./dist/unplugin.mjs"
    },
    "./meta": {
      "types": "./dist/meta.d.mts",
      "import": "./dist/meta.mjs"
    },
    "./vite": {
      "types": "./dist/vite.d.mts",
      "import": "./dist/vite.mjs"
    },
    "./vue-plugin": {
      "types": "./vue-plugin.d.ts"
    },
    "./runtime/*": "./dist/runtime/*",
    "./prose/*": "./dist/runtime/prose/*",
    "./components/*": "./dist/runtime/components/*",
    "./composables/*": "./dist/runtime/composables/*",
    "./types/*": {
      "types": "./dist/runtime/types/*.d.ts",
      "import": "./dist/runtime/types/*.js"
    },
    "./utils/*": {
      "types": "./dist/runtime/utils/*.d.ts",
      "import": "./dist/runtime/utils/*.js"
    },
    "./locale": {
      "types": "./dist/runtime/locale/index.d.ts",
      "import": "./dist/runtime/locale/index.js"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/module.d.mts"
      ],
      "unplugin": [
        "./dist/unplugin.d.mts"
      ],
      "vite": [
        "./dist/vite.d.mts"
      ],
      "vue-plugin": [
        "./vue-plugin.d.ts"
      ],
      "runtime/*": [
        "./dist/runtime/*"
      ],
      "components/*": [
        "./dist/runtime/components/*"
      ],
      "composables/*": [
        "./dist/runtime/composables/*"
      ],
      "utils": [
        "./dist/runtime/utils/index.d.ts"
      ],
      "utils/*": [
        "./dist/runtime/utils/*.d.ts"
      ],
      "locale": [
        "./dist/runtime/locale/index.d.ts"
      ]
    }
  },
  "imports": {
    "#build/b24ui/*": "./.nuxt/b24ui/*.ts",
    "#build/b24ui.css": "./.nuxt/b24ui.css"
  },
  "bin": {
    "bitrix24-ui": "./cli/index.mjs"
  },
  "style": "./dist/runtime/index.css",
  "main": "./dist/module.mjs",
  "files": [
    "README.md",
    "LICENSE",
    ".nuxt/b24ui",
    ".nuxt/b24ui.css",
    "dist",
    "cli",
    "vue-plugin.d.ts"
  ],
  "dependencies": {
    "@bitrix24/b24icons-vue": "^1.0.5",
    "@bitrix24/b24style": "^1.0.1",
    "@internationalized/date": "^3.7.0",
    "@internationalized/number": "^3.6.0",
    "@nuxt/kit": "^3.16.2",
    "@nuxt/schema": "^3.16.2",
    "@nuxtjs/color-mode": "^3.5.2",
    "@standard-schema/spec": "^1.0.0",
    "@tailwindcss/postcss": "^4.1.3",
    "@tailwindcss/vite": "^4.1.3",
    "@tanstack/vue-table": "^8.21.2",
    "@unhead/vue": "^2.0.3",
    "@vueuse/core": "^13.0.0",
    "@vueuse/integrations": "^13.0.0",
    "canvas-confetti": "^1.9.3",
    "colortranslator": "^4.1.0",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "embla-carousel-auto-height": "^8.6.0",
    "embla-carousel-auto-scroll": "^8.6.0",
    "embla-carousel-autoplay": "^8.6.0",
    "embla-carousel-class-names": "^8.6.0",
    "embla-carousel-fade": "^8.6.0",
    "embla-carousel-vue": "^8.6.0",
    "embla-carousel-wheel-gestures": "^8.0.2",
    "fuse.js": "^7.1.0",
    "hookable": "^5.5.3",
    "knitwork": "^1.2.0",
    "magic-string": "^0.30.17",
    "mlly": "^1.7.4",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "reka-ui": "^2.2.0",
    "scule": "^1.3.0",
    "tailwind-variants": "^1.0.0",
    "tailwindcss": "^4.1.3",
    "tinyglobby": "^0.2.12",
    "unplugin": "^2.2.2",
    "unplugin-auto-import": "^19.1.2",
    "unplugin-vue-components": "^28.4.1",
    "vaul-vue": "^0.4.1",
    "vue": "^3.5.13",
    "vue-router": "^4.5.0"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^1.3.0",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/test-utils": "^3.17.2",
    "@types/canvas-confetti": "^1.9.0",
    "@vue/test-utils": "^2.4.6",
    "embla-carousel": "^8.6.0",
    "eslint": "^9.24.0",
    "happy-dom": "^17.4.4",
    "nuxt": "^3.16.2",
    "nuxt-component-meta": "^0.10.1",
    "vitepress": "^1.5.0",
    "vitest": "^3.1.1",
    "vitest-environment-nuxt": "^1.0.1",
    "vue-tsc": "^2.2.0"
  },
  "peerDependencies": {
    "joi": "^17.13.0",
    "superstruct": "^2.0.0",
    "typescript": "^5.6.3",
    "valibot": "^1.0.0",
    "yup": "^1.6.0",
    "zod": "^3.24.0"
  },
  "peerDependenciesMeta": {
    "joi": {
      "optional": true
    },
    "valibot": {
      "optional": true
    },
    "superstruct": {
      "optional": true
    },
    "yup": {
      "optional": true
    },
    "zod": {
      "optional": true
    }
  },
  "resolutions": {
    "@bitrix24/b24ui-nuxt": "workspace:*",
    "chokidar": "3.6.0",
    "debug": "4.3.7",
    "rollup": "4.34.9",
    "unplugin": "^2.2.2",
    "vue-tsc": "2.2.0"
  },
  "keywords": [
    "bitrix24-ui",
    "bitrix24",
    "nuxt",
    "vue3",
    "tailwindcss",
    "component library",
    "vue",
    "vuejs",
    "vue.js",
    "typescript",
    "vue-components",
    "ui",
    "tailwind",
    "framework",
    "ui-framework"
  ],
  "scripts": {
    "dev:prepare-short": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && vite build playground-vue && nuxi prepare demo",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && vite build playground-vue && nuxi prepare demo && nuxt-component-meta playground --outputDir ../src/.component-meta/",
    "build": "nuxt-module-build build",
    "dev": "DEV=true nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:generate": "nuxt generate playground",
    "dev:preview": "nuxt preview playground",
    "dev:vue": "DEV=true vite playground-vue",
    "dev:vue:build": "vite build playground-vue",
    "demo:dev": "DEV=true nuxi dev demo",
    "demo:generate": "nuxt generate demo",
    "demo:preview": "nuxt preview demo",
    "docs:full:dev": "pnpm build && vitepress dev docs",
    "docs:full:build": "pnpm build && vitepress build docs",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "typecheck": "vue-tsc --noEmit && nuxi typecheck playground && cd playground-vue && vue-tsc --noEmit",
    "typecheck-window": "vue-tsc --noEmit && nuxi typecheck playground && cd ../playground-vue && vue-tsc --noEmit",
    "test": "vitest",
    "test:vue": "vitest -c vitest.vue.config.ts"
  }
}