mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-09 20:22:25 +03:00
2a0fa28533
If true (and if push-on-overlap is false), if a bar ends up overlapping with another bar after a drag, the bar (or its whole bundle, if it belongs to one) snaps back to its original position Added .npmignore Bumped npm package version Updated README
37 lines
767 B
JSON
37 lines
767 B
JSON
{
|
|
"name": "vue-ganttastic",
|
|
"version": "0.9.5",
|
|
"description": "A simple and customizable Gantt chart component for Vue.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/InfectoOne/vue-ganttastic"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "bili --name index --plugin vue --vue.css false"
|
|
},
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"keywords": [
|
|
"gantt",
|
|
"chart",
|
|
"bar",
|
|
"diagram",
|
|
"vue",
|
|
"vuejs",
|
|
"ganttastic"
|
|
],
|
|
"author": "Marko Zunic",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"bili": "^4.8.1",
|
|
"rollup-plugin-vue": "^5.1.6",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"dependencies": {
|
|
"moment": "^2.24.0"
|
|
}
|
|
}
|