UNPKG

@thetechcompany/react-gantt-timeline

Version:

[![npm](https://img.shields.io/npm/v/react-gantt-timeline.svg?style=flat-square)](http://npm.im/react-gantt-timeline) [![MIT License](https://img.shields.io/npm/l/react-list.svg?style=flat-square)](http://opensource.org/licenses/MIT) [![Travis](https://tr

83 lines (82 loc) 2.05 kB
{ "name": "@thetechcompany/react-gantt-timeline", "version": "0.4.14", "description": "", "main": "dist/index.js", "files": [ "dist/" ], "scripts": { "start": "cd demo && yarn run dev", "build": "tsc -b", "build:pages": "cd demo && yarn run build", "lint": "eslint src", "test": "jest && codecov" }, "peerDependencies": { "css-layout": "^1.1.1", "moment": "^2.29.1", "react": "^17.x", "react-dom": "^17.x" }, "devDependencies": { "@types/enzyme": "^3.10.9", "@types/jest": "^26.0.24", "@types/lodash": "^4.14.171", "@types/node": "^16.3.2", "@types/react": "^17.0.14", "@types/react-dom": "^17.0.9", "@types/styled-components": "^5.1.11", "@types/uuid": "^8.3.1", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.9.1", "identity-obj-proxy": "^3.0.0", "jest": "^27.0.6", "jest-fetch-mock": "^3.0.3", "react": "^17.x", "react-dom": "^17.x", "react-test-renderer": "^16.4.0", "style-loader": "^0.21.0", "ts-jest": "^27.0.3", "typescript": "^4.3.5", "url-loader": "^1.0.1" }, "authors": [ "Guillermo Quiros", "The Kid" ], "license": "MIT", "keywords": [ "react", "react-ts", "timeline", "gantt", "typescript", "virtual", "virtualize", "planning", "scheduler", "calendar", "project management" ], "homepage": "https://github.com/TheTechCompany/react-timeline-gantt", "dependencies": { "beautiful-react-hooks": "^0.35.0", "grommet": "^2.17.3", "grommet-icons": "^4.6.0", "jest-config": "^25.1.0", "lodash": "^4.17.21", "moment": "^2.24.0", "nanoid": "^3.1.23", "react-resize-aware": "^3.1.0", "rxjs": "^7.2.0", "styled-components": "^5.3.0", "uuid": "^8.3.2" } }