-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.71 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.71 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
104
105
106
107
108
109
{
"name": "tree-view-drag-and-drop",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.2",
"@angular/cdk": "12.2.3",
"@angular/common": "12.2.2",
"@angular/compiler": "12.2.2",
"@angular/core": "12.2.2",
"@angular/forms": "12.2.2",
"@angular/platform-browser": "12.2.2",
"@angular/platform-browser-dynamic": "12.2.2",
"@angular/router": "12.2.2",
"@progress/telerik-angular-report-viewer": "13.21.616",
"@syncfusion/ej2-angular-base": "*",
"@syncfusion/ej2-angular-buttons": "*",
"@syncfusion/ej2-angular-calendars": "*",
"@syncfusion/ej2-angular-charts": "^*",
"@syncfusion/ej2-angular-circulargauge": "*",
"@syncfusion/ej2-angular-diagrams": "*",
"@syncfusion/ej2-angular-documenteditor": "*",
"@syncfusion/ej2-angular-dropdowns": "*",
"@syncfusion/ej2-angular-grids": "^20.2.46",
"@syncfusion/ej2-angular-heatmap": "*",
"@syncfusion/ej2-angular-inputs": "*",
"@syncfusion/ej2-angular-layouts": "*",
"@syncfusion/ej2-angular-lineargauge": "*",
"@syncfusion/ej2-angular-lists": "*",
"@syncfusion/ej2-angular-maps": "*",
"@syncfusion/ej2-angular-navigations": "*",
"@syncfusion/ej2-angular-notifications": "*",
"@syncfusion/ej2-angular-pivotview": "*",
"@syncfusion/ej2-angular-popups": "*",
"@syncfusion/ej2-angular-richtexteditor": "*",
"@syncfusion/ej2-angular-schedule": "*",
"@syncfusion/ej2-angular-splitbuttons": "*",
"@syncfusion/ej2-angular-treemap": "*",
"@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-grids": "*",
"@syncfusion/ej2-heatmap": "*",
"@syncfusion/ej2-inputs": "*",
"@syncfusion/ej2-layouts": "*",
"@syncfusion/ej2-lineargauge": "*",
"@syncfusion/ej2-lists": "*",
"@syncfusion/ej2-maps": "*",
"@syncfusion/ej2-navigations": "*",
"@syncfusion/ej2-notifications": "*",
"@syncfusion/ej2-pdf-export": "*",
"@syncfusion/ej2-pivotview": "*",
"@syncfusion/ej2-popups": "*",
"@syncfusion/ej2-richtexteditor": "*",
"@syncfusion/ej2-schedule": "*",
"@syncfusion/ej2-splitbuttons": "*",
"@syncfusion/ej2-svg-base": "*",
"@syncfusion/ej2-treemap": "*",
"@types/arcgis-js-api": "^4.14.0",
"core-js": "^3.16.4",
"eslint": "^7.32.0",
"esri-loader": "^2.13.0",
"file-saver": "^2.0.2",
"jquery": "^3.4.1",
"jwt-decode": "^3.1.2",
"rxjs": "6.6.3",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.2",
"@angular/cli": "12.2.2",
"@angular/compiler-cli": "12.2.2",
"@angular/language-service": "12.2.2",
"@types/file-saver": "^2.0.1",
"@types/google-maps": "^3.2.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "9.6.61",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~4.1.0",
"typescript": "4.3.5"
}
}