UNPKG

@konnectio/core

Version:

Konnectio Core Frontend Integration.

119 lines (118 loc) 3.67 kB
{ "name": "@konnectio/core", "version": "4.3.3", "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.*" ], "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" }, "scripts": { "dev": "vite", "prod": "vite build", "build": "vite build --config vite.config.js --mode production", "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.3.1", "@egjs/flicking-plugins": "4.7.1", "@egjs/vue3-flicking": "4.14.0", "@flareapp/js": "1.1.0", "@flareapp/vite": "1.0.2", "@flareapp/vue": "1.0.1", "@fortawesome/fontawesome-pro": "7.0.0", "@fortawesome/fontawesome-svg-core": "7.0.0", "@fortawesome/free-brands-svg-icons": "7.0.0", "@fortawesome/pro-light-svg-icons": "7.0.0", "@fortawesome/pro-solid-svg-icons": "7.0.0", "@fortawesome/vue-fontawesome": "3.1.1", "@intlify/unplugin-vue-i18n": "6.0.8", "@types/leaflet": "1.9.20", "@unhead/vue": "2.0.13", "@vuepic/vue-datepicker": "11.0.2", "@vueuse/core": "13.6.0", "axios": "1.11.0", "core-js": "3.44.0", "cqfill": "0.6.1", "date-fns": "4.1.0", "floating-vue": "5.2.2", "leaflet": "1.9.4", "leaflet.markercluster": "1.5.3", "linkify-html": "4.3.2", "linkifyjs": "4.3.2", "mitt": "3.0.1", "pinia": "3.0.3", "postcss": "8.5.6", "recaptcha-v3": "1.11.3", "regenerator-runtime": "0.14.1", "resize-detector": "0.3.0", "text-clipper": "2.2.0", "vue": "3.5.18", "vue-gtag": "3.5.2", "vue-i18n": "11.1.11", "vue-inner-image-zoom": "3.0.2", "vue-masonry": "0.16.0", "vue-router": "4.5.1", "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": { "@babel/eslint-parser": "7.28.0", "@types/node": "24.1.0", "@typescript-eslint/eslint-plugin": "8.38.0", "@typescript-eslint/parser": "8.38.0", "@vitejs/plugin-vue": "6.0.0", "@vue/eslint-config-typescript": "14.6.0", "@vue/test-utils": "2.4.6", "cross-env": "7.0.3", "cypress": "14.5.2", "eslint": "9.31.0", "eslint-plugin-vue": "10.3.0", "sass": "1.89.2", "ts-node": "10.9.2", "tslib": "2.8.1", "typescript": "5.8.3", "vite": "7.0.6", "vite-plugin-compression2": "2.2.0", "vue-tsc": "3.0.4" }, "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" ] }