2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-05 21:02:23 +03:00
Files
vue-ganttastic/package.json
T
2021-10-15 00:19:56 +03:00

65 lines
1.5 KiB
JSON

{
"name": "@tenrok/vue-ganttastic",
"version": "0.10.9",
"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/vue-ganttastic"
},
"contributors": [
{
"name": "Yicone Wong",
"url": "https://github.com/yicone"
},
{
"name": "Sergey Solodyagin",
"url": "https://github.com/solodyagin"
}
],
"files": [
"dist"
],
"main": "dist/vue-ganttastic.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-ganttastic src/lib.js",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.6.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"moment": "^2.26.0"
}
}