{
  "name": "jordium-gantt-vue3",
  "version": "1.13.5",
  "description": "A Vue 3 Gantt chart component for project management, task scheduling, resource planning, calendar, resource usage and timeline visualization.",
  "main": "dist/jordium-gantt-vue3.cjs.js",
  "module": "dist/jordium-gantt-vue3.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/jordium-gantt-vue3.cjs.js",
      "import": "./dist/jordium-gantt-vue3.es.js"
    },
    "./styles": "./dist/jordium-gantt-vue3-styles.js",
    "./styles.js": "./dist/jordium-gantt-vue3-styles.js",
    "./index.css": "./dist/assets/jordium-gantt-vue3.css",
    "./dist/assets/jordium-gantt-vue3.css": "./dist/assets/jordium-gantt-vue3.css"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nelson820125/jordium-gantt-vue3"
  },
  "homepage": "https://gantt.jordium.com",
  "dependencies": {
    "date-fns": "^4.1.0",
    "dompurify": "^3.3.2",
    "html2canvas": "^1.4.1",
    "jspdf": "^4.0.0",
    "vue": "^3.5.13"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "@vitejs/plugin-vue": "5.2.3",
    "@vitest/coverage-v8": "^4.0.16",
    "@vitest/ui": "^4.0.16",
    "@vue/eslint-config-prettier": "^8.0.0",
    "@vue/eslint-config-typescript": "^12.0.0",
    "@vue/test-utils": "^2.4.1",
    "@vue/tsconfig": "^0.7.0",
    "eslint": "^8.57.0",
    "eslint-plugin-vue": "^9.25.0",
    "happy-dom": "^20.1.0",
    "prettier": "^3.2.5",
    "typescript": "~5.8.3",
    "vite": "6.4.3",
    "vite-plugin-dts": "^5.0.3",
    "vitest": "^4.0.16",
    "vue-tsc": "^2.2.8"
  },
  "peerDependencies": {
    "vue": "^3.5.13"
  },
  "overrides": {
    "minimatch": "^10.0.1"
  },
  "keywords": [
    "gantt",
    "vue",
    "vue3",
    "vue-component",
    "vue-library",
    "typescript",
    "es6",
    "javascript",
    "vite",
    "gantt-chart",
    "task-scheduling",
    "project-management",
    "timeline",
    "drag-and-drop",
    "vue3-component",
    "vue3-gantt",
    "vue3-gantt-chart",
    "vue3-project-management",
    "vue3-timeline",
    "vue3-task-scheduling",
    "vue3-drag-and-drop",
    "vue3-gantt-chart-component",
    "vue3-gantt-chart-library",
    "vue3-gantt-chart-plugin",
    "vue3-gantt-chart-tool",
    "vue3-gantt-chart-ui",
    "project-management-tool",
    "resource-planning",
    "resource-management",
    "resource-scheduler",
    "scheduler",
    "calendar",
    "resource-usage",
    "vue3-resource-planning",
    "vue3-scheduler"
  ],
  "author": "ning.li@jordium.com",
  "license": "MIT"
}

