-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.38 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
{
"name": "admin-dashbord",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.1.0",
"@angular/cdk": "^14.2.6",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/forms": "^14.1.0",
"@angular/localize": "^14.2.9",
"@angular/material": "^14.2.6",
"@angular/platform-browser": "^14.1.0",
"@angular/platform-browser-dynamic": "^14.1.0",
"@angular/router": "^14.1.0",
"@asymmetrik/ngx-leaflet": "^8.1.0",
"@auth0/angular-jwt": "^5.0.2",
"@ckeditor/ckeditor5-angular": "^2.0.2",
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@coreui/angular": "^4.1.1",
"@coreui/coreui": "^4.2.1",
"@coreui/icons-angular": "^4.1.1",
"@ctrl/ngx-emoji-mart": "^1.0.3",
"@fortawesome/fontawesome-free": "^6.1.2",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@microsoft/signalr": "^7.0.0",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@swimlane/ngx-charts": "^20.1.0",
"@syncfusion/ej2-angular-richtexteditor": "^20.3.56",
"ag-grid-angular": "^27.0.0",
"ag-grid-community": "^27.0.1",
"angular-archwizard": "^7.0.0",
"angular-count-to": "0.0.3",
"angular-feather": "^6.2.0",
"angular-froala-wysiwyg": "^4.0.16",
"angular-ng-autocomplete": "^2.0.8",
"angularx-flatpickr": "^6.6.0",
"aos": "^2.3.4",
"apexcharts": "^3.33.0",
"axios": "^0.27.2",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2",
"browserslist": "^4.20.2",
"chart.js": "^3.9.1",
"echarts": "^5.3.0",
"echarts-gl": "^2.0.8",
"flatpickr": "^4.6.9",
"intersection-observer": "^0.12.0",
"jquery": "^3.6.1",
"jwt-decode": "^3.1.2",
"jwt-helper": "^0.1.0",
"leaflet": "^1.7.1",
"lord-icon-element": "^3.3.3",
"lottie-web": "^5.9.1",
"masonry-layout": "^4.2.2",
"md": "^0.6.0",
"metismenujs": "^1.3.1",
"moment": "^2.29.1",
"ng-apexcharts": "^1.6.0",
"ng-bootstrap": "^1.6.3",
"ng-image-slider": "^6.0.0",
"ng-otp-input": "^1.8.1",
"ng2-charts": "^3.1.2",
"ng2-search-filter": "^0.5.1",
"ngx-color-picker": "^12.0.0",
"ngx-csv": "^0.3.2",
"ngx-dropzone-wrapper": "^10.0.1",
"ngx-echarts": "^8.0.1",
"ngx-editor": "^15.0.1",
"ngx-lightbox": "^2.5.2",
"ngx-mask": "^13.1.1",
"ngx-masonry": "^13.0.0",
"ngx-permissions": "^13.0.1",
"ngx-quill": "^20.0.0",
"ngx-slick-carousel": "^0.6.0",
"ngx-spinner": "^14.0.0",
"ngx-swiper-wrapper": "^10.0.0",
"numeral": "^2.0.6",
"prismjs": "^1.27.0",
"quill": "^1.3.7",
"rxjs": "~7.5.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.3.10",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.1.3",
"@angular/cli": "~14.1.3",
"@angular/compiler-cli": "^14.1.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.7.2"
}
}