forked from guiqui/react-timeline-gantt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-gantt-timeline",
"version": "0.4.0",
"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"
},
"peerDependencies": {
"css-layout": "^1.1.1",
"moment": "^2.22.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-sizeme": "^2.5.2"
},
"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": {
"moment": "^2.24.0",
"react-sizeme": "^2.5.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/react-timeline-gantt"
}
}