UNPKG

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

90 lines (89 loc) 2.86 kB
{ "name": "react-gantt-timeline", "version": "0.4.3", "description": "", "main": "dist/index.js", "scripts": { "start": "webpack-dev-server --mode development --open --config webpack.config.demo.js ", "prod": "webpack --mode production --open --config webpack.config.prod.js ", "prodser": "webpack-dev-server --mode production --open --config webpack.config.prod.js ", "build": "webpack --mode production --config webpack.config.build.js", "lint": "eslint src", "test": "jest && codecov", "prepublish": "rm -rf ./dist && npm run build", "postinstall": "opencollective-postinstall" }, "peerDependencies": { "css-layout": "^1.1.1", "moment": "^2.22.1", "react": "^16.3.2", "react-dom": "^16.3.2", "react-sizeme": "^2.5.2" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-decorators": "^7.0.0", "@babel/plugin-proposal-export-namespace-from": "^7.0.0", "@babel/plugin-proposal-function-sent": "^7.0.0", "@babel/plugin-proposal-json-strings": "^7.0.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-throw-expressions": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-import-meta": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^9.0.0", "babel-jest": "^23.4.2", "babel-loader": "^8.0.0", "css-loader": "^3.4.2", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "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": "^25.1.0", "jest-fetch-mock": "^1.6.4", "jest-junit": "^5.0.0", "json-loader": "^0.5.7", "merge": ">=1.2.1", "react": "^16.3.2", "react-dom": "^16.3.2", "react-test-renderer": "^16.4.0", "style-loader": "^0.21.0", "uglifyjs-webpack-plugin": "^1.2.7", "url-loader": "^1.0.1", "webpack": "^4.20.2", "webpack-cli": "^3.1.1", "webpack-dev-server": "^3.1.11" }, "author": "Guillermo Quiros", "license": "MIT", "keywords": [ "react", "timeline", "gantt", "virtual", "virtualize", "planning", "scheduler", "calendar", "project management" ], "homepage": "https://github.com/guiqui/react-timeline-gantt", "dependencies": { "jest-config": "^25.1.0", "moment": "^2.24.0", "opencollective": "^1.0.3", "opencollective-postinstall": "^2.0.1", "react-sizeme": "^2.5.2" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/react-timeline-gantt" } }