mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-09 13:42:25 +03:00
0e97eee15f
feat: added prop "gridSize"
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@tenrok/vue-ganttastic",
|
|
"version": "0.10.6",
|
|
"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/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tenrok/vue-ganttastic.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "bili --plugin.vue",
|
|
"serve": "vue serve ./src/Playground.vue"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"bili": "^4.10.0",
|
|
"rollup-plugin-vue": "^5.1.9",
|
|
"vue-template-compiler": "^2.6.14"
|
|
},
|
|
"peerDependencies": {
|
|
"moment": "^2.26.0"
|
|
}
|
|
}
|