UNPKG

vue3-calendar-heatmap

Version:

A lightweight calendar heatmap Vue 3 component built on SVG, inspired by julienr114's vue-calendar-heatmap ans github's contribution calendar graph

67 lines (66 loc) 1.72 kB
{ "name": "vue3-calendar-heatmap", "version": "2.0.5", "description": "A lightweight calendar heatmap Vue 3 component built on SVG, inspired by julienr114's vue-calendar-heatmap ans github's contribution calendar graph", "keywords": [ "vue", "vue3", "vuejs", "vue3js", "vue-component", "vue3-component", "calendar", "heatmap" ], "main": "dist/vue3-calendar-heatmap.umd.js", "module": "dist/vue3-calendar-heatmap.es.js", "types": "dist/index.d.ts", "files": [ "dist/*", "src/**/*.vue" ], "author": { "name": "Volker Nauruhn", "email": "mensch.meier@live.de", "url": "razorness.de" }, "homepage": "https://razorness.github.io/vue3-calendar-heatmap", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/razorness/vue3-calendar-heatmap.git" }, "sideEffects": false, "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs --clean-cache", "up": "taze major -I" }, "dependencies": {}, "devDependencies": { "@babel/types": "^7.21.3", "@types/node": "^18.15.3", "@vitejs/plugin-vue": "^4.1.0", "@vuepress/plugin-register-components": "2.0.0-beta.61", "@vuepress/plugin-shiki": "2.0.0-beta.61", "sass": "^1.59.3", "taze": "^0.9.1", "typescript": "^5.0.2", "vite": "^4.2.0", "vite-plugin-dts": "^2.1.0", "vue": "^3.2.47", "vue-tsc": "^1.2.0", "vuepress": "2.0.0-beta.61", "tippy.js": "^6.3.7" }, "peerDependencies": { "vue": "^3.2.29", "tippy.js": "^6.3.7" }, "engines": { "node": ">=16" } }