{
  "name": "react-gantt-lightweight",
  "private": false,
  "version": "0.1.3",
  "type": "module",
  "keywords": [
    "gantt",
    "react-gantt",
    "react-甘特图",
    "甘特图",
    "轻量级",
    "轻量级甘特图"
  ],
  "description": "react轻量级甘特图",
  "repository": {
    "type": "git",
    "url": "https://github.com/zrx-888/react-gantt"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/react-gantt-lightweight.umd.js",
  "module": "./dist/react-gantt-lightweight.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/react-gantt-lightweight.es.js",
      "require": "./dist/react-gantt-lightweight.umd.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "dayjs": "^1.11.10",
    "react": "^18.2.0",
    "tslib": "^2.6.2",
    "vite-plugin-libcss": "^1.1.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.5",
    "@types/react": "^18.2.43",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.55.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "typescript": "^5.2.2",
    "vite": "^5.0.8"
  }
}
