{
  "name": "@revolist/gantt",
  "version": "1.0.1",
  "description": "Gantt chart RevoGrid-powered package.",
  "keywords": [
    "gantt",
    "gantt chart",
    "javascript gantt chart",
    "typescript gantt chart",
    "react gantt chart",
    "vue gantt chart",
    "angular gantt chart",
    "svelte gantt chart",
    "vanilla js gantt",
    "web component gantt",
    "framework agnostic gantt",
    "project timeline",
    "project planning",
    "project management",
    "task scheduling",
    "task dependencies",
    "scheduler",
    "timeline",
    "timeline grid",
    "data grid gantt"
  ],
  "type": "module",
  "license": "MIT",
  "packageManager": "pnpm@10.25.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/revolist/gantt.git"
  },
  "bugs": {
    "url": "https://github.com/revolist/gantt/issues"
  },
  "homepage": "https://github.com/revolist/gantt#readme",
  "main": "./dist/revolist-gantt.umd.cjs",
  "module": "./dist/revolist-gantt.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/revolist-gantt.js",
      "require": "./dist/revolist-gantt.umd.cjs"
    },
    "./dist/gantt.css": "./dist/gantt.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "test": "vitest run",
    "test:e2e": "playwright test",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "@revolist/revogrid": "^4.21.8",
    "@revolist/revogrid-column-date": "^2.0.25"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "sass": "^1.94.2",
    "typescript": "^5.8.3",
    "vite": "^7.1.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.1.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
