-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathpackage.json
60 lines (60 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@syncfusion/ej2-react-gantt",
"version": "29.1.39",
"description": "Essential JS 2 Gantt Component for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"react",
"reactjs",
"react-gantt",
"react-gantt-chart",
"JavaScript",
"gantt",
"gantt-chart",
"project-management",
"project-planning",
"task-scheduling",
"timeline-chart",
"project-tracking",
"project-timeline",
"resource-management",
"task-management",
"schedule-management",
"timeline-management",
"gantt-view",
"gantt-chart-component",
"gantt-chart-control"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-react-gantt.git"
},
"main": "./dist/ej2-react-gantt.umd.min.js",
"module": "./index.js",
"es2015": "dist/es6/ej2-react-gantt.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-react-base": "*",
"@syncfusion/ej2-gantt": "*"
},
"devDependencies": {
"@types/chai": "3.5.2",
"@types/es6-promise": "0.0.33",
"@types/jasmine": "2.8.22",
"@types/jasmine-ajax": "3.3.5",
"@types/react": "16.4.7",
"@types/react-dom": "16.9.7",
"@types/requirejs": "2.1.37",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"requirejs": "^2.3.3",
"typescript": "2.3.4"
},
"scripts": {
"build": "gulp build"
}
}