@fluidence/react-gantt
Version:
Highly versatile and performant, 2 in 1 Gantt and Scheduler for React
57 lines (56 loc) • 1.14 kB
JSON
{
"name": "@fluidence/react-gantt",
"version": "1.2.12",
"author": "fluidence team",
"description": "Highly versatile and performant, 2 in 1 Gantt and Scheduler for React",
"repository": {
"type": "git",
"url": "git+https://github.com/fluidence/react-gantt.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"react-gantt",
"react-gantt-chart",
"chart",
"gantt",
"gantt-chart",
"gantt-view",
"gantt-chart-component",
"gantt-chart-control",
"scheduler",
"task-scheduling",
"timeline-chart",
"project-management",
"resource-management",
"task-management",
"project-planning",
"project-tracking",
"project-timeline",
"svg",
"typescript",
"javascript",
"jsx",
"tsx",
"browser"
],
"homepage": "https://www.fluidence.net/react-gantt/",
"files": [
"lib",
"./LICENSE",
"./README.md"
],
"type": "module",
"license": "GPL-3.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "^22.7.5",
"typescript": "^5.5.3"
}
}