UNPKG

@syncfusion/ej2-vue-gantt

Version:
48 lines 1.26 kB
{ "name": "@syncfusion/ej2-vue-gantt", "version": "30.1.37", "description": "Essential JS 2 Gantt Component for Vue", "author": "Syncfusion Inc.", "license": "SEE LICENSE IN license", "keywords": [ "vue", "vuejs", "vue-gantt", "vue-gantt-chart", "gantt", "gantt-chart", "project-management", "project-planning", "task-scheduling", "timeline-chart", "project-tracking", "project-timeline", "resource-management", "task-management", "schedule-management", "timeline-management", "gantt-view", "gantt-chart-component", "gantt-chart-control" ], "repository": { "type": "git", "url": "https://github.com/syncfusion/ej2-vue-ui-components.git" }, "main": "./dist/ej2-vue-gantt.umd.min.js", "module": "./index.js", "es2015": "dist/es6/ej2-vue-gantt.es2015.js", "readme": "ReadMe.md", "dependencies": { "@syncfusion/ej2-base": "~30.1.37", "@syncfusion/ej2-vue-base": "~30.1.37", "@syncfusion/ej2-gantt": "30.1.37" }, "devDependencies": {}, "scripts": { "compile": "gulp ci-compile && gulp vue-global-script", "ci-publish": "gulp ci-publish" }, "sideEffects": false, "homepage": "https://www.syncfusion.com/vue-components" }