-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.49 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.49 KB
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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "react-gantt",
"version": "0.1.0",
"private": true,
"dependencies": {
"@syncfusion/ej2": "18.4.35",
"@syncfusion/ej2-base": "^18.4.34",
"@syncfusion/ej2-buttons": "^18.4.33",
"@syncfusion/ej2-file-utils": "^18.4.30",
"@syncfusion/ej2-pdf-export": "^18.4.30",
"@syncfusion/ej2-react-barcode-generator": "18.4.30",
"@syncfusion/ej2-react-base": "18.4.35",
"@syncfusion/ej2-react-buttons": "18.4.33",
"@syncfusion/ej2-react-calendars": "18.4.35",
"@syncfusion/ej2-react-charts": "18.4.35",
"@syncfusion/ej2-react-circulargauge": "18.4.35",
"@syncfusion/ej2-react-diagrams": "18.4.35",
"@syncfusion/ej2-react-documenteditor": "18.4.35",
"@syncfusion/ej2-react-dropdowns": "18.4.35",
"@syncfusion/ej2-react-filemanager": "18.4.30",
"@syncfusion/ej2-react-gantt": "18.4.35",
"@syncfusion/ej2-react-grids": "18.4.35",
"@syncfusion/ej2-react-heatmap": "18.4.30",
"@syncfusion/ej2-react-inplace-editor": "18.4.30",
"@syncfusion/ej2-react-inputs": "18.4.33",
"@syncfusion/ej2-react-kanban": "18.4.33",
"@syncfusion/ej2-react-layouts": "18.4.30",
"@syncfusion/ej2-react-lineargauge": "18.4.30",
"@syncfusion/ej2-react-lists": "18.4.32",
"@syncfusion/ej2-react-maps": "18.4.30",
"@syncfusion/ej2-react-navigations": "18.4.35",
"@syncfusion/ej2-react-notifications": "18.4.34",
"@syncfusion/ej2-react-pdfviewer": "18.4.35",
"@syncfusion/ej2-react-pivotview": "18.4.35",
"@syncfusion/ej2-react-popups": "18.4.34",
"@syncfusion/ej2-react-progressbar": "18.4.30",
"@syncfusion/ej2-react-querybuilder": "18.4.33",
"@syncfusion/ej2-react-richtexteditor": "18.4.35",
"@syncfusion/ej2-react-schedule": "18.4.35",
"@syncfusion/ej2-react-splitbuttons": "18.4.31",
"@syncfusion/ej2-react-spreadsheet": "18.4.35",
"@syncfusion/ej2-react-treegrid": "18.4.35",
"@syncfusion/ej2-react-treemap": "18.4.30",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}