{
  "name": "@konnectio/core",
  "version": "4.5.8",
  "author": "Konnectio <info@konnectio.com> (https://konnectio.com)",
  "homepage": "https://konnectio.com",
  "description": "Konnectio Core Frontend Integration.",
  "type": "module",
  "files": [
    "dist/*.js",
    "dist/*.gz",
    "dist/*.br",
    "dist/*.css",
    "!dist/index.*",
    "!dist/playground.*",
    "dist-wix/*.js"
  ],
  "exports": {
    "./availability": "./dist/availability.js",
    "./hotel": "./dist/hotel.js",
    "./event": "./dist/event.js",
    "./gift-card": "./dist/gift-card.js",
    "./gift-card-validation": "./dist/gift-card-validation.js",
    "./wix/hotel": "./dist-wix/hotel.js",
    "./wix/availability": "./dist-wix/availability.js",
    "./wix/event": "./dist-wix/event.js",
    "./wix/gift-card": "./dist-wix/gift-card.js",
    "./wix/gift-card-validation": "./dist-wix/gift-card-validation.js"
  },
  "scripts": {
    "dev": "vite",
    "prod": "vite build",
    "build": "vite build --config vite.config.js --mode production",
    "build:wix": "npx tsx scripts/build-wix.ts",
    "build:playground": "vite build --config vite.config.playground.js --mode production",
    "build:demo": "npm run build && npm run build:playground",
    "devprod": "vite build --mode development",
    "watch": "vite build --watch --mode development",
    "production": "vue-tsc --noEmit && vite build --mode production",
    "analysis": "vue-tsc --noEmit",
    "preview": "vite preview",
    "e2e": "cypress open"
  },
  "dependencies": {
    "@chenfengyuan/vue-number-input": "2.0.1",
    "@date-fns/tz": "1.4.1",
    "@egjs/flicking-plugins": "4.7.1",
    "@egjs/vue3-flicking": "4.15.0",
    "@flareapp/js": "2.0.1",
    "@flareapp/vite": "2.0.0",
    "@flareapp/vue": "2.0.1",
    "@fortawesome/fontawesome-pro": "7.2.0",
    "@fortawesome/fontawesome-svg-core": "7.2.0",
    "@fortawesome/free-brands-svg-icons": "7.2.0",
    "@fortawesome/pro-light-svg-icons": "7.2.0",
    "@fortawesome/pro-solid-svg-icons": "7.2.0",
    "@fortawesome/vue-fontawesome": "3.2.0",
    "@intlify/unplugin-vue-i18n": "11.2.3",
    "@types/leaflet": "1.9.21",
    "@unhead/vue": "2.1.15",
    "@vuepic/vue-datepicker": "12.1.0",
    "@vueuse/core": "14.3.0",
    "axios": "1.16.1",
    "core-js": "3.49.0",
    "cqfill": "0.6.1",
    "date-fns": "4.3.0",
    "floating-vue": "5.2.2",
    "leaflet": "1.9.4",
    "leaflet.markercluster": "1.5.3",
    "linkify-html": "4.3.3",
    "mitt": "3.0.1",
    "pinia": "3.0.4",
    "postcss": "8.5.15",
    "recaptcha-v3": "1.11.3",
    "regenerator-runtime": "0.14.1",
    "resize-detector": "0.3.0",
    "vue": "3.5.29",
    "vue-gtag": "3.7.1",
    "vue-i18n": "11.4.4",
    "vue-inner-image-zoom": "3.0.2",
    "vue-masonry": "0.16.0",
    "vue-select": "4.0.0-beta.6",
    "vue3-side-panel": "1.3.0",
    "vue3-sticky-directive": "0.0.2",
    "vue3-sticky-sidebar": "2.0.0"
  },
  "devDependencies": {
    "@types/node": "25.8.0",
    "@typescript-eslint/eslint-plugin": "8.56.1",
    "@typescript-eslint/parser": "8.56.1",
    "@vitejs/plugin-vue": "6.0.7",
    "@vue/eslint-config-typescript": "14.7.0",
    "cross-env": "10.1.0",
    "cypress": "15.15.0",
    "eslint": "10.4.0",
    "eslint-plugin-vue": "10.9.1",
    "sass": "1.99.0",
    "ts-node": "10.9.2",
    "tslib": "2.8.1",
    "typescript": "5.9.3",
    "vite": "8.0.13",
    "vite-plugin-compression2": "2.5.3",
    "vue-router": "4.6.4",
    "vue-tsc": "3.2.9"
  },
  "contributors": [
    {
      "name": "Benjamin Bach Jensen",
      "email": "dev@dapperbenji.com",
      "url": "https://www.linkedin.com/in/benjamin-bach-jensen/"
    }
  ],
  "keywords": [
    "konnectio",
    "freshcase",
    "freshbooking",
    "wordpress",
    "booking",
    "octopus-pms",
    "hotel"
  ]
}
