This repository was archived by the owner on Jul 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.27 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.27 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
72
73
74
75
76
77
78
{
"name": "@syncfusion/ej2-react-samples",
"version": "16.1.24",
"description": "Essential JS 2 Sample Browser for React",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2": "*",
"@syncfusion/ej2-react-base": "*",
"@syncfusion/ej2-react-buttons": "*",
"@syncfusion/ej2-react-calendars": "*",
"@syncfusion/ej2-react-charts": "*",
"@syncfusion/ej2-react-circulargauge": "*",
"@syncfusion/ej2-react-diagrams": "*",
"@syncfusion/ej2-react-documenteditor": "*",
"@syncfusion/ej2-react-dropdowns": "*",
"@syncfusion/ej2-react-grids": "*",
"@syncfusion/ej2-react-heatmap": "*",
"@syncfusion/ej2-react-inputs": "*",
"@syncfusion/ej2-react-lineargauge": "*",
"@syncfusion/ej2-react-lists": "*",
"@syncfusion/ej2-react-maps": "*",
"@syncfusion/ej2-react-navigations": "*",
"@syncfusion/ej2-react-notifications": "*",
"@syncfusion/ej2-react-pivotview": "*",
"@syncfusion/ej2-react-popups": "*",
"@syncfusion/ej2-react-richtexteditor": "*",
"@syncfusion/ej2-react-schedule": "*",
"@syncfusion/ej2-react-splitbuttons": "*",
"@syncfusion/ej2-react-treemap": "*",
"@types/codemirror": "0.0.56",
"@types/marked": "^0.3.0",
"awesome-typescript-loader": "^3.1.3",
"cheerio": "^1.0.0-rc.2",
"codemirror": "^5.37.0",
"marked": "^0.3.19",
"moment-timezone": "^0.5.14",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-test-renderer": "^15.5.4",
"source-map-loader": "^0.2.1"
},
"devDependencies": {
"@types/react": "^15.0.24",
"@types/react-dom": "^15.5.1",
"@types/react-router": "^4.0.12",
"@types/moment-timezone": "^0.5.3",
"browser-sync": "^2.18.13",
"css-loader": "^0.28.4",
"elasticlunr": "0.9.5",
"fuse.js": "^3.2.0",
"webpack": "2.5.1",
"gulp-webpack": "^1.5.0",
"postcss-loader": "2.0.6",
"style-loader": "^0.18.2",
"es6-promise": "^3.2.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"run-sequence": "^2.2.0",
"shelljs": "^0.7.8",
"requirejs": "^2.3.3",
"typescript": "2.3.4"
},
"config": {
"ghooks": {
"pre-commit": "gulp build",
"commit-msg": "gulp commit-message"
}
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve"
}
}