-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.18 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 3.18 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
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
{
"name": "@syncfusion/ej2",
"version": "33.1.45",
"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-barcode-generator": "*",
"@syncfusion/ej2-base": "*",
"@syncfusion/ej2-blockeditor": "*",
"@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-drawings": "*",
"@syncfusion/ej2-dropdowns": "*",
"@syncfusion/ej2-excel-export": "*",
"@syncfusion/ej2-file-utils": "*",
"@syncfusion/ej2-filemanager": "*",
"@syncfusion/ej2-gantt": "*",
"@syncfusion/ej2-grid-chart": "*",
"@syncfusion/ej2-grids": "*",
"@syncfusion/ej2-heatmap": "*",
"@syncfusion/ej2-icons": "*",
"@syncfusion/ej2-image-editor": "*",
"@syncfusion/ej2-inplace-editor": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-interactive-chat": "*",
"@syncfusion/ej2-kanban": "*",
"@syncfusion/ej2-layouts": "*",
"@syncfusion/ej2-lineargauge": "*",
"@syncfusion/ej2-lists": "*",
"@syncfusion/ej2-maps": "*",
"@syncfusion/ej2-markdown-converter": "*",
"@syncfusion/ej2-multicolumn-combobox": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-notifications": "*",
"@syncfusion/ej2-office-chart": "*",
"@syncfusion/ej2-pdf": "*",
"@syncfusion/ej2-pdf-data-extract": "*",
"@syncfusion/ej2-pdf-export": "*",
"@syncfusion/ej2-pdfviewer": "*",
"@syncfusion/ej2-pivotview": "*",
"@syncfusion/ej2-popups": "*",
"@syncfusion/ej2-progressbar": "*",
"@syncfusion/ej2-querybuilder": "*",
"@syncfusion/ej2-ribbon": "*",
"@syncfusion/ej2-richtexteditor": "*",
"@syncfusion/ej2-schedule": "*",
"@syncfusion/ej2-splitbuttons": "*",
"@syncfusion/ej2-spreadsheet": "*",
"@syncfusion/ej2-svg-base": "*",
"@syncfusion/ej2-treegrid": "*",
"@syncfusion/ej2-treemap": "*",
"gulp-replace": "^1.1.4"
},
"devDependencies": {
"@types/lodash": "4.14.159",
"@types/node": "18.11.11",
"es6-promise": "^3.2.1",
"gulp": "^4.0.2",
"gulp-print": "^5.0.2",
"gulp-prompt": "1.2.0",
"gulp-sass": "^5.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-typescript": "^3.1.6",
"postcss": "^8.4.14",
"readline-sync": "^1.4.10",
"requirejs": "^2.3.3",
"rollup": "^2.79.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.69.0",
"serve": "12.0.1",
"stylelint": "^13.13.1",
"stylelint-scss": "^3.18.0",
"table": "^6.8.0",
"tslib": "^1.8.0",
"typescript": "^3.7.0"
},
"keywords": [
"ej2",
"syncfusion",
"web-components",
"typescript",
"ej2-all"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls"
},
"scripts": {
"build": "gulp build"
},
"typings": "index.d.ts"
}