2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-05-17 05:59:38 +03:00
Files
vue-ganttastic/package.json
T
dependabot[bot] f1bbb87d9d chore(deps): bump vue and vue-template-compiler
Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together.

Updates `vue` from 2.7.13 to 2.7.14
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits)

Updates `vue-template-compiler` from 2.7.13 to 2.7.14
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue/compare/v2.7.13...v2.7.14)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 09:07:20 +00:00

66 lines
1.6 KiB
JSON

{
"name": "@tenrok/vue-ganttastic",
"version": "0.11.0",
"description": "A simple and customizable Gantt chart component for Vue.js",
"keywords": [
"gantt",
"chart",
"bar",
"diagram",
"vue",
"vuejs",
"ganttastic"
],
"homepage": "https://github.com/tenrok/vue-ganttastic#readme",
"bugs": {
"url": "https://github.com/tenrok/vue-ganttastic/issues"
},
"license": "MIT",
"author": {
"name": "Marko Zunic",
"email": "marko.zunic06@gmail.com",
"url": "https://github.com/InfectoOne"
},
"contributors": [
{
"name": "Yicone Wong",
"url": "https://github.com/yicone"
},
{
"name": "Sergey Solodyagin",
"url": "https://github.com/solodyagin"
}
],
"files": [
"dist/vue-ganttastic.*"
],
"main": "dist/vue-ganttastic.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
},
"scripts": {
"serve": "vue-cli-service serve --open",
"demo:build": "vue-cli-service build",
"lib:build": "vue-cli-service build --target lib --name vue-ganttastic lib/index.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.7.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^9.7.0",
"sass": "^1.56.0",
"sass-loader": "^10.3.1",
"vue-template-compiler": "^2.7.14"
},
"peerDependencies": {
"moment": "^2.26.0"
}
}