{
  "name": "@empathyco/x-components",
  "version": "6.0.3",
  "description": "Empathy X Components",
  "author": "Empathy Systems Corporation S.L.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/empathyco/x/tree/main/packages/x-components#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/empathyco/x.git",
    "directory": "packages/x-components"
  },
  "keywords": [
    "apache",
    "components",
    "ecommerce",
    "empathy",
    "facets",
    "frontend",
    "interface",
    "instantsearch",
    "joy",
    "open source",
    "search",
    "serp",
    "suggestions",
    "ui",
    "ux",
    "vue"
  ],
  "sideEffects": [
    "./tests/**/*",
    "**/*.css",
    "**/*vue[0-9].js",
    "**/*.vue"
  ],
  "main": "./core/index.js",
  "module": "./core/index.js",
  "types": "./core/index.d.ts",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "serve:demo": "vite demo",
    "build:demo": "vite build demo",
    "preview:demo": "pnpm run build:demo && vite preview demo",
    "build": "ts-node --project ./build/tsconfig.json ./build/build.ts",
    "postbuild": "pnpm pack --pack-destination ..",
    "gen:docs": "rm -rf docs && pnpm run gen:typescript-docs && pnpm run gen:component-docs",
    "gen:typescript-docs": "api-documenter markdown --input-folder dist/report --output-folder docs/API-reference/api",
    "gen:component-docs": "vue-docgen",
    "typecheck": "vue-tsc",
    "lint": "eslint --fix",
    "lint:check": "eslint",
    "lint:inspect": "eslint --inspect-config .",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "vitest run",
    "test:unit": "vitest run",
    "test:unit-coverage": "vitest run --coverage",
    "test:unit-watch": "vitest",
    "test:ui": "vitest --ui",
    "prepublishOnly": "pnpm run build"
  },
  "peerDependencies": {
    "vue": "^3.5.32",
    "vuex": "4.0.2"
  },
  "dependencies": {
    "@empathyco/x-adapter": "8.1.2",
    "@empathyco/x-adapter-platform": "1.1.2",
    "@empathyco/x-types": "10.1.2",
    "@empathyco/x-utils": "1.0.3",
    "@vue/devtools-api": "~6.6.4",
    "@vueuse/core": "~12.8.2",
    "js-md5": "~0.8.3",
    "marked": "~17.0.5",
    "nouislider": "~15.8.1",
    "rxjs": "~7.8.2",
    "tslib": "~2.8.1",
    "vue-global-events": "~3.0.1",
    "vue-tsc": "~3.2.6"
  },
  "devDependencies": {
    "@babel/preset-env": "7.29.2",
    "@empathyco/x-design-system": "1.0.0",
    "@microsoft/api-documenter": "7.29.9",
    "@microsoft/api-extractor": "7.58.0",
    "@tailwindcss/vite": "4.2.2",
    "@testing-library/vue": "8.1.0",
    "@types/aria-query": "5.0.4",
    "@types/node": "24.12.2",
    "@vitejs/plugin-vue": "5.2.4",
    "@vitest/browser": "4.1.2",
    "@vitest/ui": "4.1.2",
    "@vue/test-utils": "2.4.6",
    "convert-source-map": "2.0.0",
    "esbuild": "0.28.0",
    "jsdom": "28.1.0",
    "rollup": "4.60.1",
    "rollup-plugin-copy": "3.5.0",
    "rollup-plugin-delete": "2.2.0",
    "rollup-plugin-styles": "4.0.0",
    "rollup-plugin-typescript2": "0.37.0",
    "rollup-plugin-vue": "6.0.0",
    "start-server-and-test": "2.1.5",
    "tailwindcss": "4.2.2",
    "ts-node": "10.9.2",
    "typescript": "5.9.3",
    "vite": "6.4.2",
    "vite-plugin-vue-inspector": "5.4.0",
    "vitest": "4.1.2",
    "vue": "3.5.32",
    "vue-docgen-cli": "4.79.0",
    "vue-router": "4.6.4",
    "vuex": "4.0.2"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "gitHead": "e3458e2d81192154389bc24ba8369b60fe9df17a"
}
