forked from syncfusion/ej2-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@syncfusion/ej2-samples",
"version": "27.1.48",
"description": "Samples for Syncfusion Essential JS 2",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@microsoft/signalr": "7.0.12",
"@syncfusion/ej2": "*",
"@syncfusion/ej2-barcode-generator": "*",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-buttons": "*",
"@syncfusion/ej2-calendars": "*",
"@syncfusion/ej2-charts": "*",
"@syncfusion/ej2-circulargauge": "*",
"@syncfusion/ej2-compression": "*",
"@syncfusion/ej2-data": "*",
"@syncfusion/ej2-diagrams": "*",
"@syncfusion/ej2-documenteditor": "*",
"@syncfusion/ej2-dropdowns": "*",
"@syncfusion/ej2-excel-export": "*",
"@syncfusion/ej2-file-utils": "*",
"@syncfusion/ej2-filemanager": "*",
"@syncfusion/ej2-gantt": "*",
"@syncfusion/ej2-grids": "*",
"@syncfusion/ej2-heatmap": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-kanban": "*",
"@syncfusion/ej2-lineargauge": "*",
"@syncfusion/ej2-lists": "*",
"@syncfusion/ej2-maps": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-pdf-export": "*",
"@syncfusion/ej2-pdfviewer": "*",
"@syncfusion/ej2-popups": "*",
"@syncfusion/ej2-progressbar": "*",
"@syncfusion/ej2-richtexteditor": "*",
"@syncfusion/ej2-schedule": "*",
"@syncfusion/ej2-splitbuttons": "*",
"@syncfusion/ej2-treegrid": "*",
"@syncfusion/ej2-treemap": "*",
"@types/codemirror": "5.60.10",
"@types/crossroads": "0.0.31",
"@types/es6-promise": "0.0.33",
"@types/hasher": "0.0.33",
"@types/marked": "5.0.1",
"@types/moment-timezone": "0.5.13",
"@types/node": "20.8.5",
"@types/signals": "1.0.2",
"codemirror": "5.65.15",
"crossroads": "0.12.2",
"fuse.js": "6.6.2",
"form-data": "^4.0.0",
"hasher": "1.2.0",
"marked": "5.1.2",
"moment-timezone": "0.5.43"
},
"devDependencies": {
"@syncfusion/ej2-react-notifications": "*",
"@types/chai": "^4.3.11",
"@types/jasmine": "^5.1.4",
"@types/jasmine-ajax": "^3.3.5",
"@types/mocha": "^10.0.6",
"@types/requirejs": "^2.1.37",
"aws-sdk": "2.1415.0",
"browser-sync": "2.29.3",
"cheerio": "^1.0.0-rc.12",
"css-loader": "^3.6.0",
"download-file": "^0.1.5",
"elasticlunr": "0.9.5",
"emailjs": "^1.0.12",
"es6-promise": "4.2.8",
"ghooks": "^2.0.4",
"glob": "^7.2.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-gzip": "^1.4.2",
"gulp-jscpd": "0.0.8",
"gulp-jshint": "^2.1.0",
"gulp-jshint-xml-file-reporter": "^0.5.1",
"gulp-jsoncombine": "^1.0.4",
"gulp-print": "^5.0.2",
"gulp-protractor": "^4.1.1",
"gulp-rename": "^2.0.0",
"gulp-s3-upload": "1.7.3",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^5.1.0",
"gulp4-run-sequence": "^1.0.2",
"htmllint": "^0.8.0",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^5.0.1",
"jshint": "^2.13.6",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-generic-preprocessor": "^1.1.1",
"karma-htmlfile-reporter": "^0.3.8",
"karma-jasmine": "^5.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-requirejs": "^1.1.0",
"markdown-it": "^13.0.1",
"node-fetch": "^2.6.7",
"pretty": "1.0.0",
"require-dir": "^1.2.0",
"requirejs": "^2.3.6",
"rimraf": "^5.0.1",
"sass": "^1.63.6",
"shelljs": "^0.8.5",
"simple-git": "^3.19.1",
"ts-loader": "^5.2.0",
"tslint": "^5.20.1",
"tslint-microsoft-contrib": "^4.0.0",
"typescript": "~4.5.5",
"typo-js": "^1.2.3",
"uglifyjs-webpack-plugin": "*",
"vue": "^3.3.4",
"webpack": "^4.41.5",
"webpack-cli": "^4.1.0",
"webpack-stream": "^6.0.0"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"test": "gulp test"
}
}