@agendize/vue-event-booking
Version:
Vue agendize's booking component
73 lines (72 loc) • 2.22 kB
JSON
{
"name": "@agendize/vue-event-booking",
"private": false,
"version": "1.5.0",
"description": "Vue agendize's booking component",
"keywords": [
"agendize",
"booking",
"vue"
],
"homepage": "https://github.com/agendize/vue-event-booking",
"bugs": {
"url": "https://github.com/agendize/vue-event-booking/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agendize/vue-event-booking.git"
},
"license": "Apache-2.0",
"author": "David Tant",
"main": "./dist/vue-event-booking.umd.js",
"module": "./dist/vue-event-booking.es.js",
"unpkg": "./dist/vue-event-booking.min.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
],
"exports": {
".": {
"import": "./dist/vue-event-booking.es.js",
"require": "./dist/vue-event-booking.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"build-quick": "vite build",
"preview": "vite preview",
"publish-public": "npm publish --access=public",
"publish-beta": "npm publish --access=public --tag=beta",
"test": "vitest run --coverage",
"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"
},
"dependencies": {
"@agendize/js-calendar-api": "workspace:*",
"@agendize/az-i18n": "workspace:*",
"@agendize/design-system": "workspace:*",
"@agendize/vue-acl": "workspace:*",
"@agendize/vue-search": "workspace:*",
"@agendize/vue-tools": "workspace:*",
"luxon": "^3.3.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
"@types/node": "^18.6.3",
"@types/ws": "^8.5.3",
"@types/luxon": "^3.3.1",
"@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"
}
}