{
  "name": "@dhtmlx/trial-vue-gantt",
  "version": "10.0.2",
  "private": false,
  "main": "dist/dhtmlxgantt.vue.es.js",
  "types": "dist/dhtmlxgantt.vue.es.d.ts",
  "type": "module",
  "peerDependencies": {
    "vue": ">=3.2.25"
  },
  "dependencies": {
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^6.0.4",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "jsdom": "^25.0.1",
    "typescript": "^5.7.3",
    "vite": "^6.0.5",
    "vite-plugin-dts": "^4.5.0",
    "vitest": "^2.1.9",
    "vue": "^3.5.28"
  },
  "scripts": {
    "build": "vite build",
    "bundle:dts": "rollup -c rollup.config.dts.js",
    "build:all": "yarn build && yarn bundle:dts",
    "test:contract": "vitest run",
    "watch": "vite build --watch"
  },
  "description": "DHTMLX Gantt for Vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DHTMLX/gantt.git"
  },
  "homepage": "https://dhtmlx.com/docs/products/dhtmlxGantt-for-Vue/",
  "bugs": {
    "url": "https://forum.dhtmlx.com/c/gantt"
  },
  "keywords": [
    "vue",
    "gantt",
    "gantt-chart",
    "dhtmlx",
    "project-management",
    "timeline"
  ],
  "license": "SEE LICENSE IN license.txt",
  "files": [
    "dist",
    "README.md",
    "license.txt",
    "whatsnew.md"
  ]
}