@febe95/vue-functional-calendar
Version:
Lightweight, high-performance calendar component based on Vue.js
77 lines (76 loc) • 1.66 kB
JSON
{
"author": {
"name": "Felix Bernhard",
"email": "mail@felix-bernhard.com",
"url": "https://github.com/FeBe95"
},
"name": "@febe95/vue-functional-calendar",
"description": "Lightweight, high-performance calendar component based on Vue.js",
"version": "4.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FeBe95/vue-functional-calendar.git"
},
"main": "./dist/vue-functional-calendar.js",
"keywords": [
"vue",
"calendar",
"component",
"vue-component",
"functional",
"date picker",
"date range",
"range",
"multiple calendars",
"multiple",
"modal calendar",
"modal",
"inline",
"date",
"change month",
"change year",
"picker",
"day",
"month",
"year",
"time",
"add",
"cli",
"command",
"keys",
"keyword",
"keywords",
"line",
"package",
"pkg"
],
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --mode lib",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"globals": "^16.2.0",
"highlight.js": "^11.11.1",
"prettier": "3.5.3",
"sass": "^1.89.2",
"vite": "^7.0.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vue": "^3.5.17"
},
"peerDependencies": {
"vue": "^3.5.17"
}
}