-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathpackage.json
68 lines (68 loc) · 2.35 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
{
"name": "@syncfusion/ej2",
"version": "16.2.51",
"description": "A modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2-base": "~16.2.50",
"@syncfusion/ej2-buttons": "~16.2.50",
"@syncfusion/ej2-calendars": "~16.2.51",
"@syncfusion/ej2-charts": "~16.2.50",
"@syncfusion/ej2-circulargauge": "~16.2.50",
"@syncfusion/ej2-compression": "~16.2.50",
"@syncfusion/ej2-data": "~16.2.51",
"@syncfusion/ej2-diagrams": "~16.2.50",
"@syncfusion/ej2-documenteditor": "~16.2.50",
"@syncfusion/ej2-dropdowns": "~16.2.50",
"@syncfusion/ej2-excel-export": "~16.2.50",
"@syncfusion/ej2-file-utils": "~16.2.50",
"@syncfusion/ej2-grids": "~16.2.51",
"@syncfusion/ej2-heatmap": "~16.2.50",
"@syncfusion/ej2-inputs": "~16.2.51",
"@syncfusion/ej2-layouts": "~16.2.50",
"@syncfusion/ej2-lineargauge": "~16.2.50",
"@syncfusion/ej2-lists": "~16.2.50",
"@syncfusion/ej2-maps": "~16.2.50",
"@syncfusion/ej2-navigations": "~16.2.50",
"@syncfusion/ej2-notifications": "~16.2.50",
"@syncfusion/ej2-pdf-export": "~16.2.50",
"@syncfusion/ej2-pivotview": "~16.2.50",
"@syncfusion/ej2-popups": "~16.2.51",
"@syncfusion/ej2-richtexteditor": "~16.2.51",
"@syncfusion/ej2-schedule": "~16.2.50",
"@syncfusion/ej2-splitbuttons": "~16.2.50",
"@syncfusion/ej2-svg-base": "~16.2.50",
"@syncfusion/ej2-treemap": "~16.2.50"
},
"devDependencies": {
"tslib": "^1.8.0",
"rollup": "^0.51.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"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"
},
"keywords": [
"ej2",
"syncfusion",
"web-components",
"typescript",
"ej2-all"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2"
},
"homepage": "https://www.syncfusion.com/products/javascript",
"scripts": {
"build": "gulp build"
}
}