@agendize/vue-event-booking-widget
Version:
Vue agendize's widget booking component
74 lines (73 loc) • 2.39 kB
JSON
{
"name": "@agendize/vue-event-booking-widget",
"private": false,
"version": "1.5.0",
"description": "Vue agendize's widget booking component",
"keywords": [
"agendize",
"booking",
"widget",
"vue"
],
"homepage": "https://github.com/agendize/vue-event-booking-widget",
"bugs": {
"url": "https://github.com/agendize/vue-event-booking-widget/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agendize/vue-event-booking-widget.git"
},
"license": "Apache-2.0",
"main": "./dist/vue-event-booking-widget.umd.js",
"module": "./dist/vue-event-booking-widget.es.js",
"unpkg": "./dist/vue-event-booking-widget.min.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"exports": {
".": {
"import": "./dist/vue-event-booking-widget.es.js",
"require": "./dist/vue-event-booking-widget.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"build-quick": "vite build",
"preview": "vite preview",
"test": "vitest run --coverage",
"publish-public": "npm publish --access=public",
"publish-beta": "npm publish --access=public --tag=beta",
"clean": "npx rimraf dist && npx rimraf node_modules/@agendize && npx rimraf package-lock.json",
"full-publish-beta": "npx validate-branch-name -t master && git pull && npm run clean && npm install && npm run build && npm run publish-beta",
"test-jenkins": "jest --coverage --ci --reporters=default --reporters=jest-junit --maxWorkers 1 --unhandled-rejections=warn"
},
"dependencies": {
"luxon": "^3.3.0",
"@agendize/js-calendar-api": "workspace:*",
"@agendize/az-i18n": "workspace:*",
"@agendize/design-system": "workspace:*",
"@agendize/vue-search": "workspace:*",
"@agendize/vue-acl": "workspace:*",
"@agendize/vue-tools": "workspace:*",
"vue-tel-input": "^6.0.5"
},
"devDependencies": {
"@types/luxon": "^3.3.1",
"@types/node": "^18.6.3",
"@types/ws": "^8.5.3",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "^2.2.7",
"@babel/core": "7.21.3",
"flush-promises": "^1.0.2",
"ts-node": "^10.9.1",
"typescript": "4.7.4",
"vite": "^3.1.8",
"vue-tsc": "^0.29.8",
"vue": "^3.2.40",
"vue-i18n": "^9.2.2",
"vitest": "^0.33.0",
"@vitest/coverage-c8": "^0.33.0"
}
}