UNPKG

vue-hotel-booking-calendar

Version:

A Vue 3 calendar component suite featuring hotel booking calendars, dashboard management, and resource scheduler with yearly/monthly/weekly/daily/hourly views. Includes price calculation, recurring events, event categories, working hours, and full interna

100 lines 2.86 kB
{ "name": "vue-hotel-booking-calendar", "version": "1.2.0", "type": "module", "description": "A Vue 3 calendar component suite featuring hotel booking calendars, dashboard management, and resource scheduler with yearly/monthly/weekly/daily/hourly views. Includes price calculation, recurring events, event categories, working hours, and full internationalization support.", "main": "dist/vue-hotel-booking-calendar.umd.cjs", "module": "dist/vue-hotel-booking-calendar.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "import": "./dist/vue-hotel-booking-calendar.js", "require": "./dist/vue-hotel-booking-calendar.umd.cjs", "types": "./dist/index.d.ts" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "build:lib": "vite build --mode lib", "preview": "vite preview", "type-check": "vue-tsc --noEmit", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/", "prepublishOnly": "npm run build:lib" }, "keywords": [ "vue", "vue3", "calendar", "hotel", "booking", "availability", "component", "typescript", "inline-calendar", "price-calculation", "booking-flow", "multi-currency", "gbp", "booking-summary", "error-handling", "hotel-dashboard", "room-management", "booking-grid", "guest-calendar", "elegant-design", "ios-safari", "mobile-friendly", "resource-scheduler", "scheduler", "event-calendar", "recurring-events", "yearly-view", "monthly-view", "weekly-view", "daily-view", "hourly-view", "time-slots", "working-hours", "event-categories", "responsive" ], "author": "Evion Technologies LLP", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/evion-tech-llp/vue-hotel-booking-calendar.git" }, "bugs": { "url": "https://github.com/evion-tech-llp/vue-hotel-booking-calendar/issues" }, "homepage": "https://github.com/evion-tech-llp/vue-hotel-booking-calendar#readme", "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "@vitejs/plugin-vue": "^4.5.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.4.0", "eslint": "^8.54.0", "eslint-plugin-vue": "^9.18.0", "prettier": "^3.1.0", "typescript": "~5.3.0", "vite": "^5.0.0", "vite-plugin-dts": "^3.6.4", "vue": "^3.3.8", "vue-tsc": "^1.8.22" } }