UNPKG

@nextcloud/calendar-availability-vue

Version:

Weekly calendar availability component for Nextcloud apps

66 lines (65 loc) 1.7 kB
{ "name": "@nextcloud/calendar-availability-vue", "version": "3.0.0-rc.1", "description": "Weekly calendar availability component for Nextcloud apps", "type": "module", "module": "dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs" } }, "scripts": { "build": "vite build", "watch": "vite build --watch", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix" }, "repository": { "type": "git", "url": "git+https://github.com/nextcloud/calendar-availability-vue.git" }, "keywords": [ "nextcloud", "calendar", "caldav", "availability", "rfc7953" ], "author": "Christoph Wurst", "license": "MIT", "bugs": { "url": "https://github.com/nextcloud/calendar-availability-vue/issues" }, "homepage": "https://github.com/nextcloud/calendar-availability-vue#readme", "dependencies": { "@nextcloud/logger": "^3.0.2", "ical.js": "^2.1.0", "icalzone": "^0.0.1", "uuid": "^11.1.0", "vue-material-design-icons": "^5.3.1" }, "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0", "@nextcloud/vite-config": "^2.3.5", "@nextcloud/vue": "^9.0.0-rc.4", "sass": "^1.89.2", "vite": "^6.3.5", "vue": "^3.5.17" }, "peerDependencies": { "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0", "@nextcloud/vue": "^9", "vue": "^3.5.17" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "engines": { "node": "^20.0.0", "npm": "^10.0.0" } }